OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <!-- This file is generated by gen-svgsizing-tests.py --> | 2 <!-- This file is generated by gen-svgsizing-tests.py --> |
3 <html> | 3 <html> |
4 <head> | 4 <head> |
5 <title>SVG sizing: <object></title> | 5 <title>SVG sizing: <object></title> |
6 <meta name=timeout content=long> | 6 <meta name=timeout content=long> |
7 <script src="/resources/testharness.js"></script> | 7 <script src="/resources/testharness.js"></script> |
8 <script src="/resources/testharnessreport.js"></script> | 8 <script src="/resources/testharnessreport.js"></script> |
9 <script src="../resources/svg-sizing.js"></script> | 9 <script src="../resources/svg-sizing.js"></script> |
10 <style> | 10 <style> |
11 #testContainer { | 11 #testContainer { |
12 position: absolute; | 12 position: absolute; |
(...skipping 11 matching lines...) Expand all Loading... |
24 <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace"> | 24 <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace"> |
25 </head> | 25 </head> |
26 <body> | 26 <body> |
27 <div id="log"></div> | 27 <div id="log"></div> |
28 <div id="testContainer"></div> | 28 <div id="testContainer"></div> |
29 <div id="demo"></div> | 29 <div id="demo"></div> |
30 <script src="svg-embedded-sizing.js"></script> | 30 <script src="svg-embedded-sizing.js"></script> |
31 <script>testPlaceholderWithHeight("object", '100px')</script> | 31 <script>testPlaceholderWithHeight("object", '100px')</script> |
32 </body> | 32 </body> |
33 </html> | 33 </html> |
OLD | NEW |