Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / svg-modify-currentTranslate-expected.txt
blobfdc22116fd1149e8981dce59a5f48ce8ddb036e9
1 Tests whether changes to the 'currentTranslate' SVGSVGElement property take effect. You should see an unclipped 100x100 rect above.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS svg.currentTranslate.x is 0
7 PASS svg.currentTranslate.y is 0
8 PASS svg.currentTranslate.x is 100
9 PASS svg.currentTranslate.y is 50
10 PASS svg.currentTranslate.y is 100
11 PASS successfullyParsed is true
13 TEST COMPLETE