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

Unified Diff: LayoutTests/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.txt

Issue 1108293002: Make DOMImplementation.hasFeature() always return true. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: windows compilefix attempt Created 5 years, 8 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: LayoutTests/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.txt
diff --git a/LayoutTests/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.txt b/LayoutTests/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.txt
deleted file mode 100644
index b8b3ecfa1e2650275a436c8c69c1b3605769dfc3..0000000000000000000000000000000000000000
--- a/LayoutTests/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-SVG 1.1 dynamic update tests
-
-Check that SVGCircleElement is initially displayed
-PASS circleElement.getBBox().width is 400
-PASS circleElement.getBBox().height is 400
-Check that setting requiredFeatures to something invalid makes it not render
-PASS circleElement.getBBox().width is 0
-PASS circleElement.getBBox().height is 0
-Check that setting requiredFeatures to something valid makes it render again
-PASS circleElement.getBBox().width is 400
-PASS circleElement.getBBox().height is 400
-Check that adding something valid to requiredFeatures keeps rendering the element
-PASS circleElement.getBBox().width is 400
-PASS circleElement.getBBox().height is 400
-Check that adding something invalid to requiredFeatures makes it not render
-PASS circleElement.getBBox().width is 0
-PASS circleElement.getBBox().height is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698