Mypal/layout/reftests/pixel-rounding/iframe-1.html
2019-03-11 13:26:37 +03:00

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>