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 a02ef366e6c68653296dfc4abed5f9282281fd51..1f8e47117d6c21c276aa7a6cccf71e2eab5663e0 100644 |
--- a/third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt |
+++ b/third_party/WebKit/LayoutTests/svg/custom/immutable-properties-expected.txt |
@@ -1,4 +1,3 @@ |
-CONSOLE WARNING: line 15: 'SVGZoomEvent' is deprecated and will be removed in M52, around July 2016. See https://www.chromestatus.com/features/5760883808534528 for more details. |
Tests whether immutable properties can not be modified. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
@@ -7,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 |