1[offscreencanvas.getcontext.html]
2  [Test that getContext with supported string returns correct results]
3    expected:
4      if os == "win": FAIL
5      if (processor == "x86") and (os == "linux"): FAIL
6
7  [Test that webglcontext.canvas should return the original OffscreenCanvas]
8    expected:
9      if (processor == "x86") and (os == "linux"): FAIL
10
11  [Test that getContext twice with different context type returns null the second time]
12    expected:
13      if (processor == "x86") and (os == "linux"): FAIL
14