Bug 1827782 - [wpt-sync] Update web-platform-tests to e27d35c6a232f7de611ad3dbf0d97fc...
[gecko.git] / testing / web-platform / meta / html / canvas / offscreen / manual / the-offscreen-canvas / offscreencanvas.resize.html.ini
bloba517dd637a445c7c022f39dd53fdb24b43730365
1 [offscreencanvas.resize.html]
2 [Verify that resizing an OffscreenCanvas with a 2d context propagates the new size to its placeholder canvas asynchronously.]
3 expected:
4 if os == "android": PASS
5 FAIL
7 [Verify that resizing an OffscreenCanvas with a webgl context propagates the new size to its placeholder canvas asynchronously.]
8 expected:
9 if (os == "linux") and (processor == "x86_64") and debug and fission and not swgl: PASS
10 if (os == "linux") and (processor == "x86_64") and debug and not fission and swgl: PASS
11 if (os == "linux") and (processor == "x86"): [FAIL, PASS]
12 if os == "win": PASS
13 if os == "mac": PASS
14 [PASS, FAIL]
16 [Verify that drawImage uses the size of the frame as the intinsic size of a placeholder canvas.]
17 expected:
18 if (os == "linux") and debug and fission and not swgl: PASS
19 if (os == "linux") and debug and not fission and swgl: PASS
20 if os == "win": PASS
21 if os == "mac": PASS
22 [PASS, FAIL]
24 [Verify that writing to the width and height attributes of an OffscreenCanvas works when there is a webgl context attached.]
25 expected:
26 if (processor == "x86") and (os == "linux"): FAIL