sharparrow1%yahoo.com a69da9db3f Bug 372062: Auto values for right and bottom in CSS clip rect broken. r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@222576 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-29 01:31:26 +00: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>