tenfourfox/layout/reftests/bugs/442542-subframe.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 lines
267 B
HTML

<!DOCTYPE html>
<body>
<div style="position:relative">
<div style="float:right; height: 10px"></div>
<div style="clear:right"></div>
<div style="position:absolute; top:4em; right:0; background:green; width: 100px; height: 100px"></div>
</div>
</body>