offscreen: | OffscreenCanvas test: %(name)s%(timeout)s

%(name)s

%(desc)s

%(notes)s worker: | %(timeout_js)s// DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. // OffscreenCanvas test in a worker:%(name)s // Description:%(desc)s // Note:%(notes)s importScripts("/resources/testharness.js"); importScripts("/html/canvas/resources/canvas-tests.js"); var t = async_test("%(escaped_desc)s"); var t_pass = t.done.bind(t); var t_fail = t.step_func(function(reason) { throw reason; }); t.step(function() { var canvas = new OffscreenCanvas(%(width)s, %(height)s); var ctx = canvas.getContext(%(context_args)s); %(code)s }); done(); element: | Canvas test: %(name)s %(fonts)s

%(name)s

%(desc)s

%(notes)s %(fonthack)s

Actual output:

%(fallback)s %(expected)s %(images)s