Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/svg-inline-sizing/svg-inline.html

Issue 1157863007: W3C Test: import web-platform-tests/html/rendering (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-run update-w3c-deps Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>SVG sizing: inline</title> 4 <title>SVG sizing: inline</title>
5 <script src="../../../resources/testharness.js"></script> 5 <script src="../../../../../../resources/testharness.js"></script>
6 <script src="../../..//resources/testharnessreport.js"></script> 6 <script src="../../../../../../resources/testharnessreport.js"></script>
7 <script src="../resources/svg-sizing.js"></script>
7 <style> 8 <style>
8 #testContainer { 9 #testContainer {
9 position: absolute; 10 position: absolute;
10 left: 0; 11 left: 0;
11 top: 0; 12 top: 0;
12 width: 800px; 13 width: 800px;
13 height: 600px; 14 height: 600px;
14 } 15 }
15 </style> 16 </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-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.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="https://html.spec.whatwg.org/multipage/#replaced-elem ents">
19 <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#at tr-dim-width"> 20 <link rel="help" href="https://html.spec.whatwg.org/multipage/#attr-dim-widt h">
20 <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace"> 21 <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace">
21 </head> 22 </head>
22 <body> 23 <body>
23 <div id="log"></div> 24 <div id="log"></div>
24 <div id="testContainer"></div> 25 <div id="testContainer"></div>
26 <div id="demo"></div>
25 <script src="svg-inline.js"></script> 27 <script src="svg-inline.js"></script>
26 </body> 28 </body>
27 </html> 29 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698