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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt

Issue 1676493002: Remove SVGZoomEvent and alias SVGZoomEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/custom/immutable-properties-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt
index d49207ecfe2d8a8a1aa17afd0b881fcb408d2119..1f8e47117d6c21c276aa7a6cccf71e2eab5663e0 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt
@@ -6,19 +6,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS viewport.x is 0
PASS viewport.x is 100
PASS svgDoc.documentElement.viewport.x is 0
-PASS zoomRectScreen.x is 0
-PASS zoomRectScreen.x = 100; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGRect': The attribute is read-only..
-PASS zoomEvent.previousScale is 0
-PASS zoomEvent.previousScale is 0
-PASS previousTranslate.x is 0
-PASS previousTranslate.x = 300; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGPoint': The attribute is read-only..
-PASS zoomEvent.previousTranslate.x is 0
-PASS zoomEvent.newScale is 0
-FAIL zoomEvent.newScale = 200; should throw an exception. Was 200.
-PASS zoomEvent.newScale is 0
-PASS newTranslate.x is 0
-PASS newTranslate.x = 300; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGPoint': The attribute is read-only..
-PASS newTranslate.x is 0
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698