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

Side by Side Diff: LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/svg-embedded-sizing/svg-in-object-fixed.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
(Empty)
1 <!DOCTYPE html>
2 <!-- This file is generated by gen-svgsizing-tests.py -->
3 <html>
4 <head>
5 <title>SVG sizing: &lt;object></title>
6 <meta name=timeout content=long>
7 <script src="../../../../../../resources/testharness.js"></script>
8 <script src="../../../../../../resources/testharnessreport.js"></script>
9 <script src="../resources/svg-sizing.js"></script>
10 <style>
11 #testContainer {
12 position: absolute;
13 left: 0;
14 top: 0;
15 width: 800px;
16 height: 600px
17 }
18 iframe { border: 0 }
19 </style>
20 <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replace d-width">
21 <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replace d-height">
22 <link rel="help" href="https://html.spec.whatwg.org/multipage/#replaced-elem ents">
23 <link rel="help" href="https://html.spec.whatwg.org/multipage/#attr-dim-widt h">
24 <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace">
25 </head>
26 <body>
27 <div id="log"></div>
28 <div id="testContainer"></div>
29 <div id="demo"></div>
30 <script src="svg-embedded-sizing.js"></script>
31 <script>testPlaceholderWithHeight("object", '100px')</script>
32 </body>
33 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698