Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / canvas / currentTransform-null-expected.txt
bloba39274a835cea125e3065fb6aedea3ebbe20d69b
1 Check that assigning |null| and |undefined| to currentTransform do not cause crashes, but do throw exceptions.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS context.currentTransform = null; threw exception TypeError: Failed to set the 'currentTransform' property on 'CanvasRenderingContext2D': The provided value is not of type 'SVGMatrix'..
7 PASS context.currentTransform = undef; threw exception TypeError: Failed to set the 'currentTransform' property on 'CanvasRenderingContext2D': The provided value is not of type 'SVGMatrix'..
8 PASS successfullyParsed is true
10 TEST COMPLETE