haikuwebkit/LayoutTests/svg/custom/immutable-properties-expect...

23 lines
598 B
Plaintext

Tests whether immutable properties can not be modified.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS zoomRectScreen.x is 0
PASS zoomRectScreen.x is 100
PASS zoomEvent.zoomRectScreen.x is 0
PASS zoomEvent.previousScale is 0
PASS zoomEvent.previousScale is 0
PASS previousTranslate.x is 0
PASS previousTranslate.x is 300
PASS zoomEvent.previousTranslate.x is 0
PASS zoomEvent.newScale is 0
PASS zoomEvent.newScale is 0
PASS newTranslate.x is 0
PASS newTranslate.x is 300
PASS zoomEvent.newTranslate.x is 0
PASS successfullyParsed is true
TEST COMPLETE