clip-rect-auto.html 267 B

1234567
  1. <!DOCTYPE HTML>
  2. <title>test for 'clip: auto'</title>
  3. <div style="position: absolute; top: 100px; left: 100px; width: 100px; height: 100px; clip: rect(auto,auto,auto,auto)">
  4. <div style="width: 300px; height: 300px; margin: -100px; background: blue">
  5. </div>
  6. </div>