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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-auto-auto-no-intrinsic-ratio.html

Issue 1431563003: Split tests again because of timeouts on debug bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More test expectations Created 5 years, 1 month 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <title>SVG sizing: &lt;object></title> 2 <title>SVG sizing: &lt;object></title>
3 <meta name="timeout" content="long">
3 <script src="../../../resources/testharness.js"></script> 4 <script src="../../../resources/testharness.js"></script>
4 <script src="../../../resources/testharnessreport.js"></script> 5 <script src="../../../resources/testharnessreport.js"></script>
5 <style> 6 <style>
6 #testContainer { 7 #testContainer {
7 position: absolute; 8 position: absolute;
8 left: 0; 9 left: 0;
9 top: 0; 10 top: 0;
10 width: 800px; 11 width: 800px;
11 height: 600px; 12 height: 600px;
12 } 13 }
13 </style> 14 </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-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.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/#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.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 <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace">
19 <div id="log"></div> 20 <div id="log"></div>
20 <div id="testContainer"></div> 21 <div id="testContainer"></div>
21 <script src="svg-in-object.js"></script> 22 <script src="svg-in-object.js"></script>
22 <!-- Test generated by buildtests.py --> 23 <!-- Test generated by buildtests.py -->
23 <script>testSVGInObjectWithPlaceholder(null, null);</script> 24 <script>testSVGInObjectWithPlaceholder(null, null, null);</script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698