summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-properties/clip-rect-auto.html
blob: a47472bef87ef644669c86a2b7276d4d737273c4 (plain)
1
2
3
4
5
6
<!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>