Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="../../resources/js-test.js"></script> | |
| 3 <script> | |
| 4 jsTestIsAsync = true; | |
|
Justin Novosad
2015/12/03 04:42:58
No need for this test to be async
xidachen
2015/12/03 04:54:46
Done.
| |
| 5 | |
| 6 description("Tests that the constructor of the OffScreenCanvas can be called on the main thread"); | |
| 7 | |
| 8 var aCanvas = new OffScreenCanvas(50, 50); | |
| 9 finishJSTest(); | |
| 10 </script> | |
| OLD | NEW |