Index: third_party/WebKit/LayoutTests/svg/animations/animate-gradient-transform-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/animations/animate-gradient-transform-expected.txt b/third_party/WebKit/LayoutTests/svg/animations/animate-gradient-transform-expected.txt |
index ec3114477915ea923f7e45f39ac6ed60382e0252..92965830c322105ae42cf04e91d8c7fd20bd0002 100644 |
--- a/third_party/WebKit/LayoutTests/svg/animations/animate-gradient-transform-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/animations/animate-gradient-transform-expected.txt |
@@ -5,7 +5,7 @@ Tests if gradientTransform of a gradient is animateable. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS gradient.gradientTransform.animVal.consolidate() threw exception NoModificationAllowedError: Failed to execute 'consolidate' on 'SVGTransformList': The attribute is read-only.. |
+PASS gradient.gradientTransform.animVal.consolidate() threw exception NoModificationAllowedError: Failed to execute 'consolidate' on 'SVGTransformList': This object is read-only.. |
PASS gradient.gradientTransform.animVal.numberOfItems is 1 |
PASS gradient.gradientTransform.animVal.getItem(0).matrix.e is 0 |
PASS gradient.gradientTransform.animVal.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSLATE |