mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
8 lines
270 B
HTML
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> |