layout/reftests/border-radius/color-layer-1a.html
author Paul Adenot <paul@paul.cx>
Tue, 15 Jul 2025 08:36:21 +0000 (10 hours ago)
changeset 796624 8b4dd515e78c642a9744dfd44f2f78fc59439587
parent 92579 3ca6df58d05d3ceab3fcca20643695aac5a97d7e
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>
<body style="overflow:hidden">
<div style="border-radius:100px; width:800px; height:1000px; position:absolute; left:0px; top:0px; overflow:hidden">
  <div style="background:blue; width:100%; height:100%;"></div>
</div>
</body>
</html>