layout/reftests/border-radius/iframe-1.html
author Tim Huang <tihuang@mozilla.com>
Wed, 16 Jul 2025 17:26:02 +0000 (5 hours ago)
changeset 796860 b48b65b15c8e8520f1eedcbd3aa29b2669fc3d20
parent 68419 e1b06f3256c8e68b29e7cbae0e4d0c382b42aa0b
permissions -rw-r--r--
Bug 1976834 - Add the SafeBrowsing V5 protobuf files. r=dimi Differential Revision: https://phabricator.services.mozilla.com/D257225
<html>
<body>
<iframe style="position: absolute; left: 0px; top: 0px; width: 300px; height: 150px; border: none; border-radius: 50px; background: green;" src="data:text/html,<body bgcolor=green>"></iframe>
<div style="position: absolute; left: 10px; top: 0px; width: 280px; height: 150px; background: red;"></div>
<div style="position: absolute; left: 0px; top: 10px; width: 300px; height: 130px; background: red;"></div>
</body>
</html>