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

Unified Diff: LayoutTests/svg/css/script-tests/svg-paint-order.js

Issue 339963002: Remove SVG paint order runtime flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/css/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/css/script-tests/svg-paint-order.js
diff --git a/LayoutTests/svg/css/script-tests/svg-paint-order.js b/LayoutTests/svg/css/script-tests/svg-paint-order.js
index 6328806f1dbef9467064724a6c0cf2c72a3ffd74..d0f70ed70c64c3dda2f6d880eeeae09582abc408 100644
--- a/LayoutTests/svg/css/script-tests/svg-paint-order.js
+++ b/LayoutTests/svg/css/script-tests/svg-paint-order.js
@@ -1,5 +1,4 @@
description("Test paint-order.")
-if (internals.runtimeFlags.svgPaintOrderEnabled) {
if (window.testRunner)
testRunner.dumpAsText();
@@ -97,10 +96,6 @@ test_attr("markers foo", "fill stroke markers");
test_attr("normal foo", "fill stroke markers");
test_attr("fill markers stroke foo", "fill stroke markers");
-} else {
-debug("paint-order is disabled, skipping test.");
-}
-
var successfullyParsed = true;
completeTest();
« no previous file with comments | « no previous file | Source/core/css/RuntimeCSSEnabled.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698