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

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

Issue 2133983003: Remove SVGZoomEvent interface and onzoom attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 15: 'SVGZoomEvent' is deprecated and will be removed in M5 2, around July 2016. See https://www.chromestatus.com/features/5760883808534528 for more details.
2 Tests whether immutable properties can not be modified. 1 Tests whether immutable properties can not be modified.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 PASS viewport.x is 0 6 PASS viewport.x is 0
8 PASS viewport.x is 100 7 PASS viewport.x is 100
9 PASS svgDoc.documentElement.viewport.x is 0 8 PASS svgDoc.documentElement.viewport.x is 0
10 PASS zoomRectScreen.x is 0
11 PASS zoomRectScreen.x = 100; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGRect': The attribute is read-only..
12 PASS zoomEvent.previousScale is 0
13 PASS zoomEvent.previousScale is 0
14 PASS previousTranslate.x is 0
15 PASS previousTranslate.x = 300; threw exception NoModificationAllowedError: Fail ed to set the 'x' property on 'SVGPoint': The attribute is read-only..
16 PASS zoomEvent.previousTranslate.x is 0
17 PASS zoomEvent.newScale is 0
18 FAIL zoomEvent.newScale = 200; should throw an exception. Was 200.
19 PASS zoomEvent.newScale is 0
20 PASS newTranslate.x is 0
21 PASS newTranslate.x = 300; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGPoint': The attribute is read-only..
22 PASS newTranslate.x is 0
23 PASS successfullyParsed is true 9 PASS successfullyParsed is true
24 10
25 TEST COMPLETE 11 TEST COMPLETE
26 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698