1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-20 22:18:32 +00:00
Files
UXP/layout/reftests/box-properties/clip-auto.html
T

7 lines
246 B
HTML

<!DOCTYPE HTML>
<title>test for 'clip: auto'</title>
<div style="position: absolute; top: 100px; left: 100px; width: 100px; height: 100px; clip: auto">
<div style="width: 300px; height: 300px; margin: -100px; background: blue">
</div>
</div>