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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/SVGTransformList-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/SVGTransformList-basics-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt b/third_party/WebKit/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
index 13f5a4c9d3e10bf417e67d0cc3df8a2e176c2dcb..0921fd36ada361d7ea12ce1c99151b477de4994a 100644
--- a/third_party/WebKit/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/dom/SVGTransformList-basics-expected.txt
@@ -138,7 +138,7 @@ PASS transformList.appendItem(circle1) threw exception TypeError: Failed to exec
PASS transformList.appendItem(null) threw exception TypeError: Failed to execute 'appendItem' on 'SVGTransformList': parameter 1 is not of type 'SVGTransform'..
Testing animVal clear throws
-PASS circle1.transform.animVal.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGTransformList': The object is read-only..
+PASS circle1.transform.animVal.clear() threw exception NoModificationAllowedError: Failed to execute 'clear' on 'SVGTransformList': This object is read-only..
PASS transformList.clear() is undefined.
Creating new SVGTransform, with 45 deg rotation about x=50, y=100 and append it to the transform list

Powered by Google App Engine
This is Rietveld 408576698