blob: 40e6ded7143a58a984a024f1baae31d8fbfb093c [file] [log] [blame]
<!DOCTYPE html>
<title>Tests that the 2D and webgl context of OffscreenCanvas can be constructed on a worker thread.</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
fetch_tests_from_worker(new Worker("OffscreenCanvas-getContext-in-worker.js"));
</script>