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

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

Issue 62083002: Remove support for the externalResourcesRequired attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebaseline test Created 6 years, 11 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/dom/SVGAnimatedBoolean-expected.txt
diff --git a/LayoutTests/svg/dom/SVGAnimatedBoolean-expected.txt b/LayoutTests/svg/dom/SVGAnimatedBoolean-expected.txt
index 936ffb392593e461fe01f40d3d3a30a48e453260..b3ba058c711f64802e095fe83e247f369255fc98 100644
--- a/LayoutTests/svg/dom/SVGAnimatedBoolean-expected.txt
+++ b/LayoutTests/svg/dom/SVGAnimatedBoolean-expected.txt
@@ -1,14 +1,14 @@
-This test checks the SVGAnimatedBoolean API - utilizing the externalResourcesRequired property of SVGRectElement
+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 SVGExternalResourcesRequired value
-PASS rectElement.externalResourcesRequired.baseVal is false
+Check initial preserveAlpha value
+PASS convElement.preserveAlpha.baseVal is false
Set value to true
-PASS rectElement.externalResourcesRequired.baseVal = true is true
+PASS convElement.preserveAlpha.baseVal = true is true
Caching baseVal in local variable
PASS baseVal is true
@@ -16,19 +16,19 @@ PASS baseVal is true
Modify local baseVal variable to true
PASS baseVal = false is false
-Assure that rectElement.externalResourcesRequired has not been changed, but the local baseVal variable
+Assure that convElement.preserveAlpha has not been changed, but the local baseVal variable
PASS baseVal is false
-PASS rectElement.externalResourcesRequired.baseVal is true
+PASS convElement.preserveAlpha.baseVal is true
Check assigning values of various types
-PASS rectElement.externalResourcesRequired.baseVal = rectElement.externalResourcesRequired is rectElement.externalResourcesRequired
-PASS rectElement.externalResourcesRequired.baseVal is true
-PASS rectElement.externalResourcesRequired.baseVal = null is null
-PASS rectElement.externalResourcesRequired.baseVal is false
-PASS rectElement.externalResourcesRequired.baseVal = 'aString' is 'aString'
-PASS rectElement.externalResourcesRequired.baseVal is true
-PASS rectElement.externalResourcesRequired.baseVal = rectElement is rectElement
-PASS rectElement.externalResourcesRequired.baseVal is true
+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