Backed out changeset 8fc3326bce7f (bug 1943032) for causing failures at browser_tab_g...
[gecko.git] / dom / canvas / test / webgl-conf / checkout / conformance2 / offscreencanvas / methods-2-worker.js
blob94c1378f0d8f81f750a8bd257fa23d6f6d7d8196
1 /*
2 Copyright (c) 2019 The Khronos Group Inc.
3 Use of this source code is governed by an MIT-style license that can be
4 found in the LICENSE.txt file.
5 */
7 importScripts("../../js/tests/canvas-tests-utils.js");
8 self.onmessage = function(e) {
9 if (testAPIs('webgl2'))
10 self.postMessage("Test passed");
11 else
12 self.postMessage("Test failed");