| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <title>SVG sizing: <object></title> | |
| 5 <script src="../../../resources/testharness.js"></script> | |
| 6 <script src="../../../resources/testharnessreport.js"></script> | |
| 7 <style> | |
| 8 #testContainer { | |
| 9 position: absolute; | |
| 10 left: 0; | |
| 11 top: 0; | |
| 12 width: 800px; | |
| 13 height: 600px; | |
| 14 } | |
| 15 </style> | |
| 16 <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replace
d-width"> | |
| 17 <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replace
d-height"> | |
| 18 <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#re
placed-elements"> | |
| 19 <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#at
tr-dim-width"> | |
| 20 <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace"> | |
| 21 </head> | |
| 22 <body> | |
| 23 <div id="log"></div> | |
| 24 <div id="testContainer"></div> | |
| 25 <script src="svg-in-object.js"></script> | |
| 26 <script>testSVGInObjectWithPlaceholderHeightAttr("100")</script> | |
| 27 </body> | |
| 28 </html> | |
| OLD | NEW |