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

8 lines
270 B
HTML

<style>
div {color:white; font-size: xx-large; top: 0; left: 0; position: absolute; width: 200px; height:200px;}
</style>
<div style="background: red;">FAIL</div>
<div style="clip:rect(-200px auto auto -200px);">
<div style="background:green">PASS</div>
</div>