summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/372062-1.html
blob: c90c844b419475a38d879853fe365c41838c3ac3 (plain)
1
2
3
4
5
6
7
8
<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>