abspos-breaking-006.html (404B)
1 <!DOCTYPE html> 2 <html class="reftest-paged"> 3 <head> 4 <title>AbsPos Pagination, with clip:rect()</title> 5 <style type="text/css"> 6 html, body, pre { margin: 0; padding: 0; } 7 pre { 8 position: absolute; 9 top: 50%; 10 border: 10px solid blue; 11 width: 50px; 12 height: 300px; 13 clip:rect(5px, auto, 50px, 5px); 14 } 15 </style> 16 </head> 17 <body> 18 <pre></pre> 19 </body> 20 </html>