1[offscreencanvas.commit.w.html]
2  expected:
3    if (os == "linux") and webrender and not swgl and not debug and not fission: [ERROR, OK]
4    if (os == "linux") and webrender and not swgl and debug and fission: [ERROR, OK]
5    if (os == "linux") and not webrender and (processor == "x86"): [ERROR, OK]
6    if (os == "mac") and debug: [ERROR, OK]
7    [OK, ERROR]
8  [Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.]
9    expected: FAIL
10
11  [Test that calling commit on an OffscreenCanvas that is not transferred from a HTMLCanvasElement throws an exception in a worker.]
12    expected: FAIL
13