layout/reftests/border-radius/outline-ellips.html
author Paul Adenot <paul@paul.cx>
Tue, 15 Jul 2025 08:36:21 +0000 (10 hours ago)
changeset 796624 8b4dd515e78c642a9744dfd44f2f78fc59439587
parent 583094 1fb8a83a1be061b094238b0e63e057a6738f8f17
permissions -rw-r--r--
Bug 1838735 - Change NS_WARNING to MOZ_LOG for real-time limit warning in CubebUtils. r=media-playback-reviewers,karlt Differential Revision: https://phabricator.services.mozilla.com/D257222
<!doctype html>
<html><head>
<title>Elliptical outline</title>
<style>
div { width: 50px; height: 50px;
      outline: 2px solid black; 
      border-radius: 10px / 20px;
}
</style>
</head>
<body><div></div></body></html>