object--auto-auto--pct-px--ref.html (726B)
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-px.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: 0; 27 margin: 50px; 28 width: 49%; 29 height: 70px; 30 background: blue; 31 } 32 33 </style> 34 </head> 35 <body> 36 <div></div> 37 </body> 38 </html>