Index: third_party/WebKit/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt |
index 5141f0771747d887d8343fa65072eeb17970ec37..01a87639879f4e23d34e2b96d6e1bab3cd1d34d2 100644 |
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/dom/SVGNumberList-basics-expected.txt |
@@ -137,7 +137,7 @@ PASS text1.rotate.baseVal.appendItem(text1) threw exception TypeError: Failed to |
PASS text1.rotate.baseVal.appendItem(null) threw exception TypeError: Failed to execute 'appendItem' on 'SVGNumberList': parameter 1 is not of type 'SVGNumber'.. |
Testing animVal clear throws |
-PASS text1.rotate.animVal.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGNumberList': The object is read-only.. |
+PASS text1.rotate.animVal.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGNumberList': This object is read-only.. |
PASS text1.rotate.baseVal.clear() is undefined. |
PASS successfullyParsed is true |