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

Unified Diff: third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-height-fixed.html

Issue 1423093005: Split <object> tests further to reduce timeout risk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Also include assert_approx_equals adjustment Created 5 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-height-fixed.html
diff --git a/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-height-fixed.html b/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-height-fixed.html
deleted file mode 100644
index 495dae64b811e545f186e8aa209c8dbe7e1631df..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object-placeholder-height-fixed.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>SVG sizing: &lt;object></title>
- <script src="../../../resources/testharness.js"></script>
- <script src="../../../resources/testharnessreport.js"></script>
- <style>
- #testContainer {
- position: absolute;
- left: 0;
- top: 0;
- width: 800px;
- height: 600px;
- }
- </style>
- <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replaced-width">
- <link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replaced-height">
- <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#replaced-elements">
- <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#attr-dim-width">
- <link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace">
- </head>
- <body>
- <div id="log"></div>
- <div id="testContainer"></div>
- <script src="svg-in-object.js"></script>
- <script>testSVGInObjectWithPlaceholderHeightAttr("100")</script>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698