OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <title>SVG sizing: <object></title> |
| 3 <script src="../../../resources/testharness.js"></script> |
| 4 <script src="../../../resources/testharnessreport.js"></script> |
| 5 <style> |
| 6 #testContainer { |
| 7 position: absolute; |
| 8 left: 0; |
| 9 top: 0; |
| 10 width: 800px; |
| 11 height: 600px; |
| 12 } |
| 13 </style> |
| 14 <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replaced-wi
dth"> |
| 15 <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replaced-he
ight"> |
| 16 <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#replac
ed-elements"> |
| 17 <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#attr-d
im-width"> |
| 18 <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace"> |
| 19 <div id="log"></div> |
| 20 <div id="testContainer"></div> |
| 21 <script src="svg-in-object.js"></script> |
| 22 <!-- Test generated by buildtests.py --> |
| 23 <script>testSVGInObjectWithPlaceholder(null, null);</script> |
OLD | NEW |