OLD | NEW |
| 1 PASS canvas.drawSystemFocusRing(null); did not throw exception. |
| 2 PASS canvas.drawSystemFocusRing(); threw exception TypeError: Failed to execute
'drawSystemFocusRing' on 'CanvasRenderingContext2D': 1 argument required, but on
ly 0 present.. |
| 3 PASS canvas.drawSystemFocusRing(null); did not throw exception. |
1 PASS data[0] != 0 || data[1] != 0 || data[2] != 0 is true | 4 PASS data[0] != 0 || data[1] != 0 || data[2] != 0 is true |
2 PASS data[0] == 0 && data[1] == 0 && data[2] == 0 is true | 5 PASS data[0] == 0 && data[1] == 0 && data[2] == 0 is true |
3 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
4 | 7 |
5 TEST COMPLETE | 8 TEST COMPLETE |
6 | 9 |
OLD | NEW |