OLD | NEW |
1 Tests that the constructor of the OffscreenCanvas can be called on the main thre
ad | 1 Tests that the OffscreenCanvas can be called on the main thread |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS aCanvas.width is 50 | 6 PASS aCanvas.width is 50 |
7 PASS aCanvas.height is 50 | 7 PASS aCanvas.height is 50 |
8 PASS aCanvas.width is 100 | 8 PASS aCanvas.width is 100 |
9 PASS aCanvas.height is 100 | 9 PASS aCanvas.height is 100 |
| 10 PASS aCanvas.getContext('2d') did not throw exception. |
10 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
11 | 12 |
12 TEST COMPLETE | 13 TEST COMPLETE |
13 | 14 |
OLD | NEW |