mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
267 B
HTML
7 lines
267 B
HTML
<!DOCTYPE HTML>
|
|
<title>test for 'clip: auto'</title>
|
|
<div style="position: absolute; top: 100px; left: 100px; width: 100px; height: 100px; clip: rect(auto,auto,auto,auto)">
|
|
<div style="width: 300px; height: 300px; margin: -100px; background: blue">
|
|
</div>
|
|
</div>
|