Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / canvas / canvas-overloads-strokeText-expected.txt
bloba7ecdfa03c1a179408cbc7c8019f472cc00c9a82
1 Test the behavior of CanvasRenderingContext2D.strokeText() when called with different numbers of arguments.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS ctx.strokeText() threw exception TypeError: Failed to execute 'strokeText' on 'CanvasRenderingContext2D': 3 arguments required, but only 0 present..
7 PASS ctx.strokeText('moo') threw exception TypeError: Failed to execute 'strokeText' on 'CanvasRenderingContext2D': 3 arguments required, but only 1 present..
8 PASS ctx.strokeText('moo',0) threw exception TypeError: Failed to execute 'strokeText' on 'CanvasRenderingContext2D': 3 arguments required, but only 2 present..
9 PASS ctx.strokeText('moo',0,0) is undefined
10 PASS ctx.strokeText('moo',0,0,0) is undefined
11 PASS ctx.strokeText('moo',0,0,0,0) is undefined
12 PASS successfullyParsed is true
14 TEST COMPLETE