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

Unified Diff: third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object.js

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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object.js
diff --git a/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object.js b/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object.js
index 3110c28042cfa3cef8f1926c30ada08b44ad2d0c..0690eec4457c160bd6c0dff6a000fced6ad4d0ad 100644
--- a/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object.js
+++ b/third_party/WebKit/LayoutTests/svg/as-object/sizing/svg-in-object.js
@@ -386,13 +386,13 @@ if (window.location.search) {
debugHint = function(id) { return ""; };
}
-function testSVGInObjectWithPlaceholder(placeholderWidthAttr, placeholderHeightAttr) {
+function testSVGInObjectWithPlaceholder(placeholderWidthAttr, placeholderHeightAttr, viewBoxAttr) {
doCombinationTest(
[["containerWidthStyle", [null, "400px"]],
["containerHeightStyle", [null, "400px"]],
["placeholderWidthAttr", [placeholderWidthAttr]],
["placeholderHeightAttr", [placeholderHeightAttr]],
- ["svgViewBoxAttr", [ null, "0 0 100 200" ]],
+ ["svgViewBoxAttr", [ viewBoxAttr ]],
["svgWidthAttr", [ null, "200", "25%" ]],
["svgHeightAttr", [ null, "200", "25%" ]]],
function(config, id) {

Powered by Google App Engine
This is Rietveld 408576698