mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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> |