Backed out changeset 7272b7396c78 (bug 1932758) for causing fenix debug failures...
[gecko.git] / dom / canvas / test / webgl-conf / checkout / conformance / offscreencanvas / context-creation-worker.js
blobb0d867a1d227f0a0a1457c0cc0f6cbf70ab71c12
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 (contextCreation('webgl'))
10     self.postMessage("Test passed");
11   else
12     self.postMessage("Test failed");