1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-05 06:38:34 +00:00
Files
UXP/layout/reftests/pixel-rounding/iframe-1.html
T

7 lines
195 B
HTML

<html>
<body style="background-color: rgb(255,0,0)">
<iframe style="position: fixed; top: 10.5" src="data:text/html,<body style='background-color: rgba(0,0,255,0.5)'>">
</iframe>
</body>
</html>