OLD | NEW |
(Empty) | |
| 1 PASS canvas.drawFocusIfNeeded(undefined); threw exception TypeError: Failed to e
xecute 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found
that matched the signature provided.. |
| 2 PASS canvas.drawFocusIfNeeded(undefined, undefined); threw exception TypeError:
Failed to execute 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function
was found that matched the signature provided.. |
| 3 PASS canvas.drawFocusIfNeeded(null); threw exception TypeError: Failed to execut
e 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found that
matched the signature provided.. |
| 4 PASS canvas.drawFocusIfNeeded(null, null); threw exception TypeError: Failed to
execute 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found
that matched the signature provided.. |
| 5 PASS canvas.drawFocusIfNeeded(); threw exception TypeError: Failed to execute 'd
rawFocusIfNeeded' on 'CanvasRenderingContext2D': 1 argument required, but only 0
present.. |
| 6 PASS canvas.drawFocusIfNeeded(null); threw exception TypeError: Failed to execut
e 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found that
matched the signature provided.. |
| 7 PASS canvas.drawFocusIfNeeded(null, null); threw exception TypeError: Failed to
execute 'drawFocusIfNeeded' on 'CanvasRenderingContext2D': No function was found
that matched the signature provided.. |
| 8 PASS data[0] != 0 || data[1] != 0 || data[2] != 0 is true |
| 9 PASS data[0] == 0 && data[1] == 0 && data[2] == 0 is true |
| 10 PASS successfullyParsed is true |
| 11 |
| 12 TEST COMPLETE |
| 13 |
OLD | NEW |