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

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

Issue 2357463002: Consolidate read-only exception throwing for SVG*TearOffs (Closed)
Patch Set: Baseline updates Created 4 years, 3 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/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

Powered by Google App Engine
This is Rietveld 408576698