blob: 2682efa8c62d0f574da7e8076eacec378253bc21 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Tests that the 2D context of OffscreenCanvas can be constructed on a worker thread.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS getContext('2d') correctly returns [object OffscreenCanvasRenderingContext2D].
PASS successfullyParsed is true
TEST COMPLETE
|