| OLD | NEW |
| 1 CONSOLE WARNING: 'SVGZoomEvent' is deprecated and will be removed in M52, around
August 2016. See https://www.chromestatus.com/features/5760883808534528 for mor
e details. | 1 CONSOLE WARNING: 'SVGZoomEvent' is deprecated and will be removed in M52, around
July 2016. See https://www.chromestatus.com/features/5760883808534528 for more
details. |
| 2 Tests whether immutable properties can not be modified. | 2 Tests whether immutable properties can not be modified. |
| 3 | 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 | 5 |
| 6 | 6 |
| 7 PASS viewport.x is 0 | 7 PASS viewport.x is 0 |
| 8 PASS viewport.x is 100 | 8 PASS viewport.x is 100 |
| 9 PASS svgDoc.documentElement.viewport.x is 0 | 9 PASS svgDoc.documentElement.viewport.x is 0 |
| 10 PASS zoomRectScreen.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.. | 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 | 12 PASS zoomEvent.previousScale is 0 |
| 13 PASS zoomEvent.previousScale is 0 | 13 PASS zoomEvent.previousScale is 0 |
| 14 PASS previousTranslate.x 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.. | 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 | 16 PASS zoomEvent.previousTranslate.x is 0 |
| 17 PASS zoomEvent.newScale is 0 | 17 PASS zoomEvent.newScale is 0 |
| 18 FAIL zoomEvent.newScale = 200; should throw an exception. Was 200. | 18 FAIL zoomEvent.newScale = 200; should throw an exception. Was 200. |
| 19 PASS zoomEvent.newScale is 0 | 19 PASS zoomEvent.newScale is 0 |
| 20 PASS newTranslate.x 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.. | 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 | 22 PASS newTranslate.x is 0 |
| 23 PASS successfullyParsed is true | 23 PASS successfullyParsed is true |
| 24 | 24 |
| 25 TEST COMPLETE | 25 TEST COMPLETE |
| 26 | 26 |
| OLD | NEW |