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

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

Powered by Google App Engine
This is Rietveld 408576698