object--auto-auto--pct-0--ref.html (716B)
1 <!-- 2 Any copyright is dedicated to the Public Domain. 3 http://creativecommons.org/publicdomain/zero/1.0/ 4 --> 5 <html xmlns="http://www.w3.org/1999/xhtml"> 6 <head> 7 8 <!-- From https://bugzilla.mozilla.org/show_bug.cgi?id=294086 --> 9 10 <title>Reference for test object--auto-auto--pct-0.html</title> 11 12 <style type="text/css"> 13 14 html, body { 15 padding: 0; 16 border: 0; 17 margin: 0; 18 width: 100%; 19 height: 100%; 20 /* XXX Not sure why we get scrolling with 'div' but not 'object'. */ 21 overflow: hidden; 22 } 23 24 div { 25 padding: 0; 26 border: 1px solid blue; 27 margin: 50px; 28 width: 300px; 29 height: 0; 30 } 31 32 </style> 33 </head> 34 <body> 35 <div></div> 36 </body> 37 </html>