| 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
|
|
|