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

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

Issue 132233010: [SVG] SVGAnimatedRect migration to new SVG property impl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebsaed Created 6 years, 11 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 | Annotate | Revision Log
OLDNEW
1 Tests whether immutable properties can not be modified. 1 Tests whether immutable properties can not be modified.
2 2
3 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 ".
4 4
5 5
6 PASS viewport.x is 0 6 PASS viewport.x is 0
7 PASS viewport.x is 100 7 PASS viewport.x is 100
8 PASS svgDoc.documentElement.viewport.x is 0 8 PASS svgDoc.documentElement.viewport.x is 0
9 PASS zoomRectScreen.x is 0 9 PASS zoomRectScreen.x is 0
10 PASS zoomRectScreen.x is 100 10 PASS zoomRectScreen.x = 100; threw exception NoModificationAllowedError: Failed to set the 'x' property on 'SVGRect': The attribute is read-only..
11 PASS zoomEvent.zoomRectScreen.x is 0
12 PASS zoomEvent.previousScale is 0 11 PASS zoomEvent.previousScale is 0
13 PASS zoomEvent.previousScale is 0 12 PASS zoomEvent.previousScale is 0
14 PASS previousTranslate.x is 0 13 PASS previousTranslate.x is 0
15 PASS previousTranslate.x is 300 14 PASS previousTranslate.x is 300
16 PASS zoomEvent.previousTranslate.x is 0 15 PASS zoomEvent.previousTranslate.x is 0
17 PASS zoomEvent.newScale is 0 16 PASS zoomEvent.newScale is 0
18 PASS zoomEvent.newScale is 0 17 PASS zoomEvent.newScale is 0
19 PASS newTranslate.x is 0 18 PASS newTranslate.x is 0
20 PASS newTranslate.x is 300 19 PASS newTranslate.x is 300
21 PASS zoomEvent.newTranslate.x is 0 20 PASS zoomEvent.newTranslate.x is 0
22 PASS successfullyParsed is true 21 PASS successfullyParsed is true
23 22
24 TEST COMPLETE 23 TEST COMPLETE
25 24
OLDNEW
« no previous file with comments | « LayoutTests/platform/win/svg/hixie/error/011-expected.txt ('k') | LayoutTests/svg/custom/script-tests/immutable-properties.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698