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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGAnimatedBoolean-expected.txt

Issue 2705293005: Convert LayoutTests/svg/dom/SVGAnimated*.html js-tests.js to testharness.js based tests. (Closed)
Patch Set: Align with review comments Created 3 years, 10 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/dom/SVGAnimatedBoolean-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGAnimatedBoolean-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGAnimatedBoolean-expected.txt
deleted file mode 100644
index b3ba058c711f64802e095fe83e247f369255fc98..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGAnimatedBoolean-expected.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-This test checks the SVGAnimatedBoolean API - utilizing the preserveAlpha property of SVGFEConvolveMatrixElement
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-Check initial preserveAlpha value
-PASS convElement.preserveAlpha.baseVal is false
-
-Set value to true
-PASS convElement.preserveAlpha.baseVal = true is true
-
-Caching baseVal in local variable
-PASS baseVal is true
-
-Modify local baseVal variable to true
-PASS baseVal = false is false
-
-Assure that convElement.preserveAlpha has not been changed, but the local baseVal variable
-PASS baseVal is false
-PASS convElement.preserveAlpha.baseVal is true
-
-Check assigning values of various types
-PASS convElement.preserveAlpha.baseVal = convElement.preserveAlpha is convElement.preserveAlpha
-PASS convElement.preserveAlpha.baseVal is true
-PASS convElement.preserveAlpha.baseVal = null is null
-PASS convElement.preserveAlpha.baseVal is false
-PASS convElement.preserveAlpha.baseVal = 'aString' is 'aString'
-PASS convElement.preserveAlpha.baseVal is true
-PASS convElement.preserveAlpha.baseVal = convElement is convElement
-PASS convElement.preserveAlpha.baseVal is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698