diff --git a/dom/canvas/test/webgl-conf/generated-mochitest.ini b/dom/canvas/test/webgl-conf/generated-mochitest.ini index c37f4a7fe3fe..782ae773bb2e 100644 --- a/dom/canvas/test/webgl-conf/generated-mochitest.ini +++ b/dom/canvas/test/webgl-conf/generated-mochitest.ini @@ -5343,6 +5343,7 @@ subsuite = webgl2-core subsuite = webgl2-core [generated/test_2_conformance2__offscreencanvas__offscreencanvas-sync.html] subsuite = webgl2-core +skip-if = (os == 'mac' && !debug) [generated/test_2_conformance2__offscreencanvas__offscreencanvas-timer-query.html] subsuite = webgl2-core [generated/test_2_conformance2__offscreencanvas__offscreencanvas-transfer-image-bitmap.html] diff --git a/dom/canvas/test/webgl-conf/mochi-single.html b/dom/canvas/test/webgl-conf/mochi-single.html index 04e0e4791eb5..894bdd7147e4 100644 --- a/dom/canvas/test/webgl-conf/mochi-single.html +++ b/dom/canvas/test/webgl-conf/mochi-single.html @@ -68,6 +68,8 @@ function runTest() { } SpecialPowers.pushPrefEnv({"set": [ + ['dom.workers.requestAnimationFrame', true], + ['gfx.offscreencanvas.enabled', true], ['webgl.force-enabled', true], ['webgl.enable-draft-extensions', true], ]}, runTest); diff --git a/dom/canvas/test/webgl-conf/mochitest-errata.ini b/dom/canvas/test/webgl-conf/mochitest-errata.ini index 50957d53bdc6..2d037251a386 100644 --- a/dom/canvas/test/webgl-conf/mochitest-errata.ini +++ b/dom/canvas/test/webgl-conf/mochitest-errata.ini @@ -926,6 +926,9 @@ skip-if = (os == 'mac') [generated/test_2_conformance2__textures__misc__tex-unpack-params-imagedata.html] # areArraysEqual(actual, expected) should be true. Was false. fail-if = (os == 'mac' && !apple_silicon) +[generated/test_2_conformance2__offscreencanvas__offscreencanvas-sync.html] +# Timeout +skip-if = (os == 'mac' && !debug) [generated/test_2_conformance2__renderbuffers__multisampled-depth-renderbuffer-initialization.html] #################### diff --git a/testing/profiles/reftest/user.js b/testing/profiles/reftest/user.js index cb93f00cee00..93f21ae75d4c 100644 --- a/testing/profiles/reftest/user.js +++ b/testing/profiles/reftest/user.js @@ -100,3 +100,6 @@ user_pref("toolkit.telemetry.initDelay", 99999999); user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // Use a light color-scheme unless explicitly overriden. user_pref("layout.css.prefers-color-scheme.content-override", 1); +// Force OffscreenCanvas support +user_pref("gfx.offscreencanvas.enabled", true); +user_pref("dom.workers.requestAnimationFrame", true); diff --git a/testing/profiles/web-platform/user.js b/testing/profiles/web-platform/user.js index 0a3f2ca346a4..baf9caf93151 100644 --- a/testing/profiles/web-platform/user.js +++ b/testing/profiles/web-platform/user.js @@ -73,3 +73,6 @@ user_pref("browser.cache.offline.enable", true); user_pref("network.cookie.cookieBehavior", 4); // Force a light color scheme unless explicitly overriden by pref. user_pref("layout.css.prefers-color-scheme.content-override", 1); +// Force OffscreenCanvas support +user_pref("gfx.offscreencanvas.enabled", true); +user_pref("dom.workers.requestAnimationFrame", true); diff --git a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/__dir__.ini b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/__dir__.ini deleted file mode 100644 index 186c7f0bd295..000000000000 --- a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: [gfx.offscreencanvas.enabled:true] diff --git a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-drawImage.html.ini b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-drawImage.html.ini index 017c2ff26184..384ff8749b2d 100644 --- a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-drawImage.html.ini +++ b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-drawImage.html.ini @@ -1,16 +1,7 @@ [createImageBitmap-drawImage.html] - [createImageBitmap from an OffscreenCanvas resized, and drawImage on the created ImageBitmap] - expected: FAIL - - [createImageBitmap from an OffscreenCanvas, and drawImage on the created ImageBitmap] - expected: FAIL - [createImageBitmap from an HTMLVideoElement from a data URL scaled down, and drawImage on the created ImageBitmap] expected: FAIL - [createImageBitmap from an OffscreenCanvas scaled down, and drawImage on the created ImageBitmap] - expected: FAIL - [createImageBitmap from an HTMLVideoElement scaled down, and drawImage on the created ImageBitmap] expected: FAIL @@ -23,15 +14,9 @@ [createImageBitmap from an HTMLVideoElement from a data URL scaled up, and drawImage on the created ImageBitmap] expected: FAIL - [createImageBitmap from an OffscreenCanvas scaled up, and drawImage on the created ImageBitmap] - expected: FAIL - [createImageBitmap from an HTMLVideoElement from a data URL resized, and drawImage on the created ImageBitmap] expected: FAIL - [createImageBitmap from an OffscreenCanvas with negative sw/sh, and drawImage on the created ImageBitmap] - expected: FAIL - [createImageBitmap from an HTMLVideoElement, and drawImage on the created ImageBitmap] expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-flipY.html.ini b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-flipY.html.ini index 28af73486b1c..894b6240a522 100644 --- a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-flipY.html.ini +++ b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-flipY.html.ini @@ -1,10 +1,4 @@ [createImageBitmap-flipY.html] - [createImageBitmap from an OffscreenCanvas imageOrientation: "flipY", and drawImage on the created ImageBitmap] - expected: FAIL - - [createImageBitmap from an OffscreenCanvas imageOrientation: "none", and drawImage on the created ImageBitmap] - expected: FAIL - [createImageBitmap from an HTMLVideoElement imageOrientation: "none", and drawImage on the created ImageBitmap] expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-invalid-args.html.ini b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-invalid-args.html.ini index 0c3e52f1bd59..53b1ec2bd281 100644 --- a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-invalid-args.html.ini +++ b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-invalid-args.html.ini @@ -1,24 +1,3 @@ [createImageBitmap-invalid-args.html] - [createImageBitmap with an OffscreenCanvas source and sh set to 0] - expected: FAIL - - [createImageBitmap with an OffscreenCanvas source and sw set to 0] - expected: FAIL - - [createImageBitmap with an OffscreenCanvas source and oversized (unallocatable) crop region] - expected: FAIL - [createImageBitmap with CanvasRenderingContext2D image source.] expected: FAIL - - [createImageBitmap with an OffscreenCanvas source and a value of 0 int resizeWidth] - expected: FAIL - - [createImageBitmap with an OffscreenCanvas source and a value of 0 in resizeHeight] - expected: FAIL - - [createImageBitmap with an OffscreenCanvas source and a value between 0 and 1 in resizeWidth] - expected: FAIL - - [createImageBitmap with an OffscreenCanvas source and a value between 0 and 1 in resizeHeight] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-serializable.html.ini b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-serializable.html.ini deleted file mode 100644 index b13ed9f95ee1..000000000000 --- a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-serializable.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[createImageBitmap-serializable.html] - [Serialize ImageBitmap created from an OffscreenCanvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-transfer.html.ini b/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-transfer.html.ini deleted file mode 100644 index 10b2909c4ada..000000000000 --- a/testing/web-platform/meta/html/canvas/element/manual/imagebitmap/createImageBitmap-transfer.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[createImageBitmap-transfer.html] - [Transfer ImageBitmap created from an OffscreenCanvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/element/manual/wide-gamut-canvas/canvas-drawImage-offscreenCanvas.html.ini b/testing/web-platform/meta/html/canvas/element/manual/wide-gamut-canvas/canvas-drawImage-offscreenCanvas.html.ini deleted file mode 100644 index bfc51d2429ae..000000000000 --- a/testing/web-platform/meta/html/canvas/element/manual/wide-gamut-canvas/canvas-drawImage-offscreenCanvas.html.ini +++ /dev/null @@ -1,13 +0,0 @@ -[canvas-drawImage-offscreenCanvas.html] - [Test drawing color managed OffscreenCanvas: Canvas color params: srgb, uint8; OffscreenCanvas color params: srgb, float16] - expected: FAIL - - [Test drawing color managed OffscreenCanvas: Canvas color params: srgb, float16; OffscreenCanvas color params: srgb, float16] - expected: FAIL - - [Test drawing color managed OffscreenCanvas: Canvas color params: srgb, float16; OffscreenCanvas color params: srgb, uint8] - expected: FAIL - - [Test drawing color managed OffscreenCanvas: Canvas color params: srgb, uint8; OffscreenCanvas color params: srgb, uint8] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.basics.html.ini b/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.basics.html.ini deleted file mode 100644 index d4431be4f1b7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.basics.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.conformance.requirements.basics.html] - [void methods return undefined] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.basics.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.basics.worker.js.ini deleted file mode 100644 index 6a9538cb4192..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.basics.worker.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.conformance.requirements.basics.worker.html] - [void methods return undefined] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.missingargs.html.ini b/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.missingargs.html.ini deleted file mode 100644 index b3e05338b6f7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.missingargs.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.conformance.requirements.missingargs.html] - [Missing arguments cause TypeError] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.missingargs.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.missingargs.worker.js.ini deleted file mode 100644 index bee935dd22aa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/2d.conformance.requirements.missingargs.worker.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.conformance.requirements.missingargs.worker.html] - [Missing arguments cause TypeError] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/__dir__.ini b/testing/web-platform/meta/html/canvas/offscreen/__dir__.ini deleted file mode 100644 index 8ef8725bdd06..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: [dom.workers.requestAnimationFrame:true, gfx.offscreencanvas.enabled:true] diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.copy.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.copy.html.ini deleted file mode 100644 index 2ae05a0c8a4b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.copy.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.copy.html] - [OffscreenCanvas test: 2d.composite.canvas.copy] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.copy.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.copy.worker.js.ini deleted file mode 100644 index fbaaaf54458f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.copy.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.copy.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.html.ini deleted file mode 100644 index e86b216a620b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.destination-atop.html] - [OffscreenCanvas test: 2d.composite.canvas.destination-atop] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.worker.js.ini deleted file mode 100644 index 420ca1b64ed2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.destination-atop.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.html.ini deleted file mode 100644 index dc87eebd8d2f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.destination-in.html] - [OffscreenCanvas test: 2d.composite.canvas.destination-in] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.worker.js.ini deleted file mode 100644 index d9d66b797e02..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.destination-in.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.html.ini deleted file mode 100644 index ad9e661caee2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.destination-out.html] - [OffscreenCanvas test: 2d.composite.canvas.destination-out] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.worker.js.ini deleted file mode 100644 index d7988098b402..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.destination-out.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.html.ini deleted file mode 100644 index 4685b1018cb5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.destination-over.html] - [OffscreenCanvas test: 2d.composite.canvas.destination-over] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.worker.js.ini deleted file mode 100644 index 14f83384d7bf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.destination-over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.destination-over.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.lighter.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.lighter.html.ini deleted file mode 100644 index 49363e838aa9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.lighter.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.lighter.html] - [OffscreenCanvas test: 2d.composite.canvas.lighter] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.lighter.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.lighter.worker.js.ini deleted file mode 100644 index 2a936dfbcb4e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.lighter.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.lighter.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.html.ini deleted file mode 100644 index 2824aad48dab..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.source-atop.html] - [OffscreenCanvas test: 2d.composite.canvas.source-atop] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.worker.js.ini deleted file mode 100644 index 254bff2af4ab..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.source-atop.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-in.html.ini deleted file mode 100644 index 7f8bd55a9d4d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.source-in.html] - [OffscreenCanvas test: 2d.composite.canvas.source-in] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-in.worker.js.ini deleted file mode 100644 index de52b6958aeb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.source-in.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-out.html.ini deleted file mode 100644 index 5eb0857ecbf4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.source-out.html] - [OffscreenCanvas test: 2d.composite.canvas.source-out] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-out.worker.js.ini deleted file mode 100644 index 37daba6eea98..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.source-out.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-over.html.ini deleted file mode 100644 index 81d7f73a45c6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.source-over.html] - [OffscreenCanvas test: 2d.composite.canvas.source-over] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-over.worker.js.ini deleted file mode 100644 index 7f30fdb046ff..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.source-over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.source-over.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.xor.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.xor.html.ini deleted file mode 100644 index 49599af22500..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.xor.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.xor.html] - [OffscreenCanvas test: 2d.composite.canvas.xor] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.xor.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.xor.worker.js.ini deleted file mode 100644 index 84de9f256cef..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.canvas.xor.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.canvas.xor.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.copy.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.copy.html.ini deleted file mode 100644 index a7fc1d4164c3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.copy.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.copy.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.copy.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.copy.worker.js.ini deleted file mode 100644 index c69b607e5681..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.copy.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.copy.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop.html.ini deleted file mode 100644 index d0648df31b48..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.destination-atop.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop.worker.js.ini deleted file mode 100644 index 7c73ca8e084e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.destination-atop.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-in.html.ini deleted file mode 100644 index 103a4686bd05..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.destination-in.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-in.worker.js.ini deleted file mode 100644 index 2c926ca00d6a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.destination-in.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-out.html.ini deleted file mode 100644 index ac77b5246319..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.destination-out.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-out.worker.js.ini deleted file mode 100644 index 19d0c37de6ac..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.destination-out.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-over.html.ini deleted file mode 100644 index 61ffd5017a1c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.destination-over.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-over.worker.js.ini deleted file mode 100644 index fe1b8914b513..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.destination-over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.destination-over.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.lighter.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.lighter.html.ini deleted file mode 100644 index 396eddd6c1c1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.lighter.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.lighter.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.lighter.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.lighter.worker.js.ini deleted file mode 100644 index 11b2dbf8455e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.lighter.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.lighter.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-atop.html.ini deleted file mode 100644 index 0fd704e6e69c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.source-atop.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-atop.worker.js.ini deleted file mode 100644 index 043a6b5266d9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.source-atop.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-in.html.ini deleted file mode 100644 index 1f4393a8b628..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.source-in.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-in.worker.js.ini deleted file mode 100644 index 92d0f795f1e3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.source-in.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-out.html.ini deleted file mode 100644 index b879365d9ac7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.source-out.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-out.worker.js.ini deleted file mode 100644 index 0a359c3e5fb1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.source-out.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-over.html.ini deleted file mode 100644 index bea5526845ba..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.source-over.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-over.worker.js.ini deleted file mode 100644 index 3e6ff3e1c73b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.source-over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.source-over.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.xor.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.xor.html.ini deleted file mode 100644 index 4b044106dc83..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.xor.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.xor.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.xor.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.xor.worker.js.ini deleted file mode 100644 index 5bf9f9636f9e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.clip.xor.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.clip.xor.worker.html] - [fill() does not affect pixels outside the clip region.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas.html.ini deleted file mode 100644 index 93f7963c1a36..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.canvas.html] - [OffscreenCanvas test: 2d.composite.globalAlpha.canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas.worker.js.ini deleted file mode 100644 index d47c2785deba..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvas.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.canvas.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy.html.ini deleted file mode 100644 index d1fdfbed4e80..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.canvascopy.html] - [OffscreenCanvas test: 2d.composite.globalAlpha.canvascopy] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy.worker.js.ini deleted file mode 100644 index b2f1bef60ae3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvascopy.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.canvascopy.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern.html.ini deleted file mode 100644 index 132f0c2c0367..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.canvaspattern.html] - [OffscreenCanvas test: 2d.composite.globalAlpha.canvaspattern] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern.worker.js.ini deleted file mode 100644 index 8e52e21dc13b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.canvaspattern.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.canvaspattern.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default.html.ini deleted file mode 100644 index 3dfee1c611ca..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.default.html] - [OffscreenCanvas test: 2d.composite.globalAlpha.default] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default.worker.js.ini deleted file mode 100644 index eab13534d049..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.default.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.default.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill.html.ini deleted file mode 100644 index 5b147bbc5b66..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.fill.html] - [OffscreenCanvas test: 2d.composite.globalAlpha.fill] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill.worker.js.ini deleted file mode 100644 index 5b3e39fbea5c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.fill.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.fill.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.html.ini deleted file mode 100644 index 533dcd659e17..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.image.html] - [OffscreenCanvas test: 2d.composite.globalAlpha.image] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.worker.js.ini deleted file mode 100644 index a2408e6f9d14..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.image.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.image.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.html.ini deleted file mode 100644 index e2e341564b40..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.imagepattern.html] - [OffscreenCanvas test: 2d.composite.globalAlpha.imagepattern] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.worker.js.ini deleted file mode 100644 index 234a3f006c94..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.imagepattern.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.imagepattern.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid.html.ini deleted file mode 100644 index bb971da85730..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.invalid.html] - [OffscreenCanvas test: 2d.composite.globalAlpha.invalid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid.worker.js.ini deleted file mode 100644 index a506fe0c594a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.invalid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.invalid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range.html.ini deleted file mode 100644 index 26ffe3e956d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.range.html] - [OffscreenCanvas test: 2d.composite.globalAlpha.range] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range.worker.js.ini deleted file mode 100644 index 07d6e1319280..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.globalAlpha.range.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.globalAlpha.range.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.copy.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.copy.html.ini deleted file mode 100644 index e9f06c605f25..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.copy.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.copy.html] - [OffscreenCanvas test: 2d.composite.image.copy] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.copy.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.copy.worker.js.ini deleted file mode 100644 index ec00c96fb2b2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.copy.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.copy.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-atop.html.ini deleted file mode 100644 index 5022f8908d6d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.destination-atop.html] - [OffscreenCanvas test: 2d.composite.image.destination-atop] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-atop.worker.js.ini deleted file mode 100644 index 2046175aac3a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.destination-atop.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-in.html.ini deleted file mode 100644 index f9e632b54624..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.destination-in.html] - [OffscreenCanvas test: 2d.composite.image.destination-in] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-in.worker.js.ini deleted file mode 100644 index 32908c3c484f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.destination-in.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-out.html.ini deleted file mode 100644 index d5dbd4bf438f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.destination-out.html] - [OffscreenCanvas test: 2d.composite.image.destination-out] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-out.worker.js.ini deleted file mode 100644 index 8060822fb5ed..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.destination-out.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-over.html.ini deleted file mode 100644 index 743325246ab6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.destination-over.html] - [OffscreenCanvas test: 2d.composite.image.destination-over] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-over.worker.js.ini deleted file mode 100644 index a87842653ea9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.destination-over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.destination-over.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.lighter.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.lighter.html.ini deleted file mode 100644 index 48f3c6461bac..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.lighter.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.lighter.html] - [OffscreenCanvas test: 2d.composite.image.lighter] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.lighter.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.lighter.worker.js.ini deleted file mode 100644 index fb45ac0c1a98..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.lighter.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.lighter.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-atop.html.ini deleted file mode 100644 index 5980e0f0a2a3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.source-atop.html] - [OffscreenCanvas test: 2d.composite.image.source-atop] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-atop.worker.js.ini deleted file mode 100644 index c784780d9b4b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.source-atop.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-in.html.ini deleted file mode 100644 index 3b216c322971..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.source-in.html] - [OffscreenCanvas test: 2d.composite.image.source-in] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-in.worker.js.ini deleted file mode 100644 index 663578f318fa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.source-in.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-out.html.ini deleted file mode 100644 index 89cc95f04852..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.source-out.html] - [OffscreenCanvas test: 2d.composite.image.source-out] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-out.worker.js.ini deleted file mode 100644 index 0f6b42d6e01b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.source-out.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-over.html.ini deleted file mode 100644 index 5f4a050baf66..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.source-over.html] - [OffscreenCanvas test: 2d.composite.image.source-over] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-over.worker.js.ini deleted file mode 100644 index 31c0edae3dc0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.source-over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.source-over.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.xor.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.xor.html.ini deleted file mode 100644 index d41764c974f3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.xor.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.xor.html] - [OffscreenCanvas test: 2d.composite.image.xor] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.xor.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.xor.worker.js.ini deleted file mode 100644 index d0f98d534719..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.image.xor.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.image.xor.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive.html.ini deleted file mode 100644 index d1189d510430..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.casesensitive.html] - [OffscreenCanvas test: 2d.composite.operation.casesensitive] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive.worker.js.ini deleted file mode 100644 index b26f140f8b1e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.casesensitive.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.casesensitive.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.darker.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.darker.html.ini deleted file mode 100644 index 3399a2fca3c4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.darker.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.darker.html] - [OffscreenCanvas test: 2d.composite.operation.darker] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.darker.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.darker.worker.js.ini deleted file mode 100644 index 6014e4d252d6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.darker.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.darker.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.default.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.default.html.ini deleted file mode 100644 index 017d4110c7e5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.default.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.default.html] - [OffscreenCanvas test: 2d.composite.operation.default] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.default.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.default.worker.js.ini deleted file mode 100644 index 7e1ab5f11c00..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.default.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.default.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.get.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.get.html.ini deleted file mode 100644 index c80bd04b53ea..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.get.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.get.html] - [OffscreenCanvas test: 2d.composite.operation.get] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.get.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.get.worker.js.ini deleted file mode 100644 index a105a8a6949e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.get.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.get.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.highlight.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.highlight.html.ini deleted file mode 100644 index 15c6e3915edf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.highlight.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.highlight.html] - [OffscreenCanvas test: 2d.composite.operation.highlight] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.highlight.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.highlight.worker.js.ini deleted file mode 100644 index eee287682cdc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.highlight.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.highlight.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix.html.ini deleted file mode 100644 index 131b4f2edbaf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.nullsuffix.html] - [OffscreenCanvas test: 2d.composite.operation.nullsuffix] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix.worker.js.ini deleted file mode 100644 index 33278955e329..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.nullsuffix.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.nullsuffix.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.over.html.ini deleted file mode 100644 index 09844222bf43..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.over.html] - [OffscreenCanvas test: 2d.composite.operation.over] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.over.worker.js.ini deleted file mode 100644 index c9433ccd1a4c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.over.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised.html.ini deleted file mode 100644 index cc675b7f8733..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.unrecognised.html] - [OffscreenCanvas test: 2d.composite.operation.unrecognised] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised.worker.js.ini deleted file mode 100644 index 7f5a1a9f9fc6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.operation.unrecognised.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.operation.unrecognised.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.copy.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.copy.html.ini deleted file mode 100644 index 4b5740ebf414..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.copy.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.copy.html] - [OffscreenCanvas test: 2d.composite.solid.copy] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.copy.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.copy.worker.js.ini deleted file mode 100644 index f6ae6a30ccd3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.copy.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.copy.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop.html.ini deleted file mode 100644 index f1d0be5d2204..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.destination-atop.html] - [OffscreenCanvas test: 2d.composite.solid.destination-atop] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop.worker.js.ini deleted file mode 100644 index efd02f7e21f0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.destination-atop.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-in.html.ini deleted file mode 100644 index 55c494680e49..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.destination-in.html] - [OffscreenCanvas test: 2d.composite.solid.destination-in] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-in.worker.js.ini deleted file mode 100644 index 65ead100120b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.destination-in.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-out.html.ini deleted file mode 100644 index bb799af2c181..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.destination-out.html] - [OffscreenCanvas test: 2d.composite.solid.destination-out] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-out.worker.js.ini deleted file mode 100644 index 4f8863ac532e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.destination-out.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-over.html.ini deleted file mode 100644 index 2fa3210afe42..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.destination-over.html] - [OffscreenCanvas test: 2d.composite.solid.destination-over] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-over.worker.js.ini deleted file mode 100644 index c4fd76e8a8b6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.destination-over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.destination-over.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.lighter.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.lighter.html.ini deleted file mode 100644 index 4d4d18452629..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.lighter.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.lighter.html] - [OffscreenCanvas test: 2d.composite.solid.lighter] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.lighter.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.lighter.worker.js.ini deleted file mode 100644 index 115dc0b506b3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.lighter.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.lighter.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-atop.html.ini deleted file mode 100644 index a84e1ba822bc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.source-atop.html] - [OffscreenCanvas test: 2d.composite.solid.source-atop] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-atop.worker.js.ini deleted file mode 100644 index 39652917416b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.source-atop.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-in.html.ini deleted file mode 100644 index ae16359033c3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.source-in.html] - [OffscreenCanvas test: 2d.composite.solid.source-in] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-in.worker.js.ini deleted file mode 100644 index dcf85204370e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.source-in.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-out.html.ini deleted file mode 100644 index f1c92f310f67..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.source-out.html] - [OffscreenCanvas test: 2d.composite.solid.source-out] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-out.worker.js.ini deleted file mode 100644 index 101bb66ceab3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.source-out.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-over.html.ini deleted file mode 100644 index f08da4213e79..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.source-over.html] - [OffscreenCanvas test: 2d.composite.solid.source-over] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-over.worker.js.ini deleted file mode 100644 index 12b5a25f52d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.source-over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.source-over.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.xor.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.xor.html.ini deleted file mode 100644 index 7bdd705f197d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.xor.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.xor.html] - [OffscreenCanvas test: 2d.composite.solid.xor] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.xor.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.xor.worker.js.ini deleted file mode 100644 index bdd739f48579..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.solid.xor.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.solid.xor.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.copy.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.copy.html.ini deleted file mode 100644 index 357b1c2d98e3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.copy.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.copy.html] - [OffscreenCanvas test: 2d.composite.transparent.copy] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.copy.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.copy.worker.js.ini deleted file mode 100644 index 06e7818ef548..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.copy.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.copy.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop.html.ini deleted file mode 100644 index 6d2563a5bf26..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.destination-atop.html] - [OffscreenCanvas test: 2d.composite.transparent.destination-atop] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop.worker.js.ini deleted file mode 100644 index 694457efbfbe..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.destination-atop.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in.html.ini deleted file mode 100644 index 1142402aa279..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.destination-in.html] - [OffscreenCanvas test: 2d.composite.transparent.destination-in] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in.worker.js.ini deleted file mode 100644 index dea9328879a5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.destination-in.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out.html.ini deleted file mode 100644 index dacc49a148aa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.destination-out.html] - [OffscreenCanvas test: 2d.composite.transparent.destination-out] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out.worker.js.ini deleted file mode 100644 index c1b13231fae5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.destination-out.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over.html.ini deleted file mode 100644 index 46b94350d911..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.destination-over.html] - [OffscreenCanvas test: 2d.composite.transparent.destination-over] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over.worker.js.ini deleted file mode 100644 index 36e36be52d6d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.destination-over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.destination-over.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.lighter.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.lighter.html.ini deleted file mode 100644 index 7bc8a8d89820..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.lighter.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.lighter.html] - [OffscreenCanvas test: 2d.composite.transparent.lighter] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.lighter.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.lighter.worker.js.ini deleted file mode 100644 index 003f09b26c8d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.lighter.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.lighter.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop.html.ini deleted file mode 100644 index 107009384180..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.source-atop.html] - [OffscreenCanvas test: 2d.composite.transparent.source-atop] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop.worker.js.ini deleted file mode 100644 index 7211bbf6e7c9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.source-atop.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-in.html.ini deleted file mode 100644 index ecc1e3b74c09..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.source-in.html] - [OffscreenCanvas test: 2d.composite.transparent.source-in] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-in.worker.js.ini deleted file mode 100644 index 57c0cd8c29db..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.source-in.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-out.html.ini deleted file mode 100644 index 27d1bc6bc1f3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.source-out.html] - [OffscreenCanvas test: 2d.composite.transparent.source-out] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-out.worker.js.ini deleted file mode 100644 index 2f1a19493f47..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.source-out.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-over.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-over.html.ini deleted file mode 100644 index 5ae20d5bc1ca..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-over.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.source-over.html] - [OffscreenCanvas test: 2d.composite.transparent.source-over] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-over.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-over.worker.js.ini deleted file mode 100644 index 6884d2abede5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.source-over.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.source-over.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.xor.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.xor.html.ini deleted file mode 100644 index ef778882fa97..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.xor.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.xor.html] - [OffscreenCanvas test: 2d.composite.transparent.xor] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.xor.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.xor.worker.js.ini deleted file mode 100644 index c91458649a0e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.transparent.xor.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.transparent.xor.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy.html.ini deleted file mode 100644 index 84ab4521c71d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.fill.copy.html] - [fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy.worker.js.ini deleted file mode 100644 index 37f306552c5a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.copy.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.fill.copy.worker.html] - [fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop.html.ini deleted file mode 100644 index da4ee21e3655..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.fill.destination-atop.html] - [fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop.worker.js.ini deleted file mode 100644 index e5a2a57db4a6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.fill.destination-atop.worker.html] - [fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in.html.ini deleted file mode 100644 index eebb512860b0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.fill.destination-in.html] - [fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in.worker.js.ini deleted file mode 100644 index 6c70bf8774f8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.destination-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.fill.destination-in.worker.html] - [fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in.html.ini deleted file mode 100644 index e5bc8c9691aa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.fill.source-in.html] - [fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in.worker.js.ini deleted file mode 100644 index fe4d2171e323..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.fill.source-in.worker.html] - [fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out.html.ini deleted file mode 100644 index fe1f74629782..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.fill.source-out.html] - [fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out.worker.js.ini deleted file mode 100644 index 86902705d75e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.fill.source-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.fill.source-out.worker.html] - [fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.html.ini deleted file mode 100644 index c73ed92eab0d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.image.copy.html] - [drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.worker.js.ini deleted file mode 100644 index d2f0f5260ea2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.copy.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.image.copy.worker.html] - [drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.html.ini deleted file mode 100644 index 82fb8a5ff86e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.image.destination-atop.html] - [drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.worker.js.ini deleted file mode 100644 index 7abafe82c313..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.image.destination-atop.worker.html] - [drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.html.ini deleted file mode 100644 index 57e53fd04656..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.image.destination-in.html] - [drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.worker.js.ini deleted file mode 100644 index 0baa1cf152b7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.destination-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.image.destination-in.worker.html] - [drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.html.ini deleted file mode 100644 index 01e4017ddc6f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.image.source-in.html] - [drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.worker.js.ini deleted file mode 100644 index 5453fbb0c6f6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.image.source-in.worker.html] - [drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.html.ini deleted file mode 100644 index 74aa8b83767e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.image.source-out.html] - [drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.worker.js.ini deleted file mode 100644 index 039cba1944f2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.image.source-out.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.image.source-out.worker.html] - [drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.html.ini deleted file mode 100644 index 10cfce57e507..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.pattern.copy.html] - [Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.worker.js.ini deleted file mode 100644 index 4faf4ace88f6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.copy.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.pattern.copy.worker.html] - [Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.html.ini deleted file mode 100644 index 083fdd045f3c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.pattern.destination-atop.html] - [Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.worker.js.ini deleted file mode 100644 index dc344e479312..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-atop.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.pattern.destination-atop.worker.html] - [Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.html.ini deleted file mode 100644 index fd036aa95226..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.composite.uncovered.pattern.destination-in.html] - expected: - if (os == "android") and debug: ["OK", "TIMEOUT"] - [Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.worker.js.ini deleted file mode 100644 index e821c9a2fe28..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.destination-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.pattern.destination-in.worker.html] - [Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.html.ini deleted file mode 100644 index d3efc0ef626e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.pattern.source-in.html] - [Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.worker.js.ini deleted file mode 100644 index 761a5faed6a3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-in.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.pattern.source-in.worker.html] - [Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.html.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.html.ini deleted file mode 100644 index 6d77fdf24b4b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.composite.uncovered.pattern.source-out.html] - [Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.worker.js.ini deleted file mode 100644 index 0c485f560dfc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/compositing/2d.composite.uncovered.pattern.source-out.worker.js.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.composite.uncovered.pattern.source-out.worker.html] - expected: - if (os == "android") and debug: ["OK", "CRASH"] - [Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.basics.html.ini b/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.basics.html.ini deleted file mode 100644 index d4431be4f1b7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.basics.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.conformance.requirements.basics.html] - [void methods return undefined] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.basics.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.basics.worker.js.ini deleted file mode 100644 index 6a9538cb4192..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.basics.worker.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.conformance.requirements.basics.worker.html] - [void methods return undefined] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.missingargs.html.ini b/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.missingargs.html.ini deleted file mode 100644 index b3e05338b6f7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.missingargs.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.conformance.requirements.missingargs.html] - [Missing arguments cause TypeError] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.missingargs.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.missingargs.worker.js.ini deleted file mode 100644 index bee935dd22aa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/conformance-requirements/2d.conformance.requirements.missingargs.worker.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.conformance.requirements.missingargs.worker.html] - [Missing arguments cause TypeError] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg.html.ini deleted file mode 100644 index 6af33b233731..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.3arg.html] - [OffscreenCanvas test: 2d.drawImage.3arg] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg.worker.js.ini deleted file mode 100644 index dd30e563c006..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.3arg.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.3arg.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg.html.ini deleted file mode 100644 index 6eb16015d704..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.5arg.html] - [OffscreenCanvas test: 2d.drawImage.5arg] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg.worker.js.ini deleted file mode 100644 index 45de12fade2f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.5arg.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.5arg.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.html.ini deleted file mode 100644 index f312f1589b87..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.9arg.basic.html] - [OffscreenCanvas test: 2d.drawImage.9arg.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.js.ini deleted file mode 100644 index 2ff0b98dcb56..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.9arg.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.html.ini deleted file mode 100644 index a02165fabe73..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.9arg.destpos.html] - [OffscreenCanvas test: 2d.drawImage.9arg.destpos] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker.js.ini deleted file mode 100644 index 3d4d5011b5f6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destpos.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.9arg.destpos.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.html.ini deleted file mode 100644 index 9d66e1bd341e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.9arg.destsize.html] - [OffscreenCanvas test: 2d.drawImage.9arg.destsize] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker.js.ini deleted file mode 100644 index a97dfe3464c1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.destsize.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.9arg.destsize.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.html.ini deleted file mode 100644 index 3e8e707a8be6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.9arg.sourcepos.html] - [OffscreenCanvas test: 2d.drawImage.9arg.sourcepos] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.js.ini deleted file mode 100644 index 3ec5cbbadc93..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcepos.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.9arg.sourcepos.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.html.ini deleted file mode 100644 index 44ad1e2efb0c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.9arg.sourcesize.html] - [OffscreenCanvas test: 2d.drawImage.9arg.sourcesize] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.js.ini deleted file mode 100644 index 150dc88d58eb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.9arg.sourcesize.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.9arg.sourcesize.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.html.ini deleted file mode 100644 index 0b04a0d852dd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.alpha.html] - [OffscreenCanvas test: 2d.drawImage.alpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js.ini deleted file mode 100644 index 93ca873d5aa7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.alpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.alpha.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html.ini index dba658716880..c746b8d24f67 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.html.ini @@ -1,4 +1,4 @@ [2d.drawImage.animated.poster.html] - [drawImage() of an APNG draws the poster frame] - expected: FAIL + expected: + if os == "linux": [OK, ERROR] diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.js.ini deleted file mode 100644 index 19ec8e5782b6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.animated.poster.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.animated.poster.worker.html] - [drawImage() of an APNG draws the poster frame] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.html.ini deleted file mode 100644 index 38c46fe7e719..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.broken.html] - [OffscreenCanvas test: 2d.drawImage.broken] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.worker.js.ini deleted file mode 100644 index b85d2727a7a3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.broken.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.broken.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas.html.ini deleted file mode 100644 index 3dea2d9dc5b9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.canvas.html] - [OffscreenCanvas test: 2d.drawImage.canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas.worker.js.ini deleted file mode 100644 index 35f538bc1622..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.canvas.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.canvas.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.html.ini deleted file mode 100644 index ddc364f4b22e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.clip.html] - [OffscreenCanvas test: 2d.drawImage.clip] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.worker.js.ini deleted file mode 100644 index f387c1acd651..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.clip.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.clip.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.html.ini deleted file mode 100644 index 0d1eb846146b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.composite.html] - [OffscreenCanvas test: 2d.drawImage.composite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.worker.js.ini deleted file mode 100644 index 14975992b267..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.composite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.composite.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.html.ini deleted file mode 100644 index e3c09955f13a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.floatsource.html] - [OffscreenCanvas test: 2d.drawImage.floatsource] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.js.ini deleted file mode 100644 index 5186c30c1a77..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.floatsource.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.floatsource.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.html.ini deleted file mode 100644 index d9c00e020cbb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.negativedest.html] - [Negative destination width/height represents the correct rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.js.ini deleted file mode 100644 index 31b9ec540182..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedest.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.negativedest.worker.html] - [Negative destination width/height represents the correct rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.html.ini deleted file mode 100644 index cf30b4858571..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.negativedir.html] - [Negative dimensions do not affect the direction of the image] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.js.ini deleted file mode 100644 index b789fbb639b1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativedir.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.negativedir.worker.html] - [Negative dimensions do not affect the direction of the image] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.html.ini deleted file mode 100644 index fe6fe1317b3e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.negativesource.html] - [Negative source width/height represents the correct rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.js.ini deleted file mode 100644 index d20b4175b81f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.negativesource.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.negativesource.worker.html] - [Negative source width/height represents the correct rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.html.ini deleted file mode 100644 index 968631ac4586..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.nonfinite.html] - [drawImage() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.js.ini deleted file mode 100644 index d88e35b08a41..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.nonfinite.worker.html] - [drawImage() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.html.ini deleted file mode 100644 index aac6b35b06d1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.nowrap.html] - [Stretched images do not get pixels wrapping around the edges] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.js.ini deleted file mode 100644 index 61d2ac9b7279..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.nowrap.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.nowrap.worker.html] - [Stretched images do not get pixels wrapping around the edges] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.html.ini deleted file mode 100644 index 232b70579eb2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.null.html] - [OffscreenCanvas test: 2d.drawImage.null] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.worker.js.ini deleted file mode 100644 index 1ad65bca7e0c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.null.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.null.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.html.ini deleted file mode 100644 index 0a613ba46a22..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.path.html] - [OffscreenCanvas test: 2d.drawImage.path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.worker.js.ini deleted file mode 100644 index e3dc6d5ad67c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.path.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.path.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1.html.ini deleted file mode 100644 index 200ac95aa4e5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.self.1.html] - [OffscreenCanvas test: 2d.drawImage.self.1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1.worker.js.ini deleted file mode 100644 index e043bccac69e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.self.1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2.html.ini deleted file mode 100644 index 2df2eb2c99da..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.self.2.html] - [OffscreenCanvas test: 2d.drawImage.self.2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2.worker.js.ini deleted file mode 100644 index 95740d649d4f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.self.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.self.2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.html.ini deleted file mode 100644 index adaff1bb3fec..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.svg.html] - [drawImage() of an SVG image] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.worker.js.ini deleted file mode 100644 index a97b8b37d077..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.svg.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.svg.worker.html] - [drawImage() of an SVG image] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.html.ini deleted file mode 100644 index 43c1fd403c18..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.transform.html] - [OffscreenCanvas test: 2d.drawImage.transform] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.worker.js.ini deleted file mode 100644 index 864d3b3ba400..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.transform.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.transform.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype.html.ini deleted file mode 100644 index 29edd2bd0b2e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.wrongtype.html] - [Incorrect image types in drawImage do not match any defined overloads, so WebIDL throws a TypeError] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker.js.ini deleted file mode 100644 index e8af4720ec78..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.wrongtype.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.wrongtype.worker.html] - [Incorrect image types in drawImage do not match any defined overloads, so WebIDL throws a TypeError] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.html.ini deleted file mode 100644 index 4af5eb9f1921..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.zerosource.html] - [drawImage with zero-sized source rectangle draws nothing without exception] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.html.ini deleted file mode 100644 index ba0090015724..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.zerosource.image.html] - [drawImage with zero-sized source rectangle from image draws nothing without exception] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker.js.ini deleted file mode 100644 index 1676d1122099..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.image.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.zerosource.image.worker.html] - [drawImage with zero-sized source rectangle from image draws nothing without exception] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker.js.ini deleted file mode 100644 index afbdf4397aa2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-images-to-the-canvas/2d.drawImage.zerosource.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.drawImage.zerosource.worker.html] - [drawImage with zero-sized source rectangle draws nothing without exception] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic.html.ini deleted file mode 100644 index 523f79dd0676..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.basic.html] - [clearRect clears to transparent black] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker.js.ini deleted file mode 100644 index 37ef86f8b112..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.basic.worker.html] - [clearRect clears to transparent black] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip.html.ini deleted file mode 100644 index 5d35a762231c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.clip.html] - [clearRect is affected by clipping regions] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker.js.ini deleted file mode 100644 index fa67b68ee915..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.clip.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.clip.worker.html] - [clearRect is affected by clipping regions] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.html.ini deleted file mode 100644 index 7228e71c8f9c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.globalalpha.html] - [clearRect is not affected by globalAlpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker.js.ini deleted file mode 100644 index 788a3757518a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalalpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.globalalpha.worker.html] - [clearRect is not affected by globalAlpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.html.ini deleted file mode 100644 index 8d0098a26a7f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.globalcomposite.html] - [clearRect is not affected by globalCompositeOperation] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker.js.ini deleted file mode 100644 index fb7993da78bd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.globalcomposite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.globalcomposite.worker.html] - [clearRect is not affected by globalCompositeOperation] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative.html.ini deleted file mode 100644 index 786b4e678a0c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.negative.html] - [clearRect of negative sizes works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker.js.ini deleted file mode 100644 index e598a5c818ef..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.negative.worker.html] - [clearRect of negative sizes works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.html.ini deleted file mode 100644 index 41f4f20d0459..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.nonfinite.html] - [clearRect() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker.js.ini deleted file mode 100644 index 5778faf59e0e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.nonfinite.worker.html] - [clearRect() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path.html.ini deleted file mode 100644 index 31063bb81aa9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.path.html] - [clearRect does not affect the current path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker.js.ini deleted file mode 100644 index 4d4d5369610e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.path.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.path.worker.html] - [clearRect does not affect the current path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.html.ini deleted file mode 100644 index 2539fcabe09f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.shadow.html] - [clearRect does not draw shadows] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker.js.ini deleted file mode 100644 index 443547ee5f13..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.shadow.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.shadow.worker.html] - [clearRect does not draw shadows] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform.html.ini deleted file mode 100644 index 28da42a31a54..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.transform.html] - [clearRect is affected by transforms] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker.js.ini deleted file mode 100644 index f4a9d6ca931c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.transform.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.transform.worker.html] - [clearRect is affected by transforms] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero.html.ini deleted file mode 100644 index c9cfda0345d8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.zero.html] - [clearRect of zero pixels has no effect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker.js.ini deleted file mode 100644 index 50c0871922ba..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.clearRect.zero.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.clearRect.zero.worker.html] - [clearRect of zero pixels has no effect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic.html.ini deleted file mode 100644 index aa602c03b3a2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.basic.html] - [fillRect works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker.js.ini deleted file mode 100644 index a2acaf8807f9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.basic.worker.html] - [fillRect works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip.html.ini deleted file mode 100644 index c3d7da1a18a8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.clip.html] - [fillRect is affected by clipping regions] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker.js.ini deleted file mode 100644 index efd2a5be2fae..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.clip.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.clip.worker.html] - [fillRect is affected by clipping regions] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative.html.ini deleted file mode 100644 index c1b81ced02a3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.negative.html] - [fillRect of negative sizes works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker.js.ini deleted file mode 100644 index e85d61444c88..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.negative.worker.html] - [fillRect of negative sizes works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.html.ini deleted file mode 100644 index 07dfeb668efc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.nonfinite.html] - [fillRect() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker.js.ini deleted file mode 100644 index 6184068f23da..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.nonfinite.worker.html] - [fillRect() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path.html.ini deleted file mode 100644 index cc01709b7862..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.path.html] - [fillRect does not affect the current path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker.js.ini deleted file mode 100644 index 3d3c582bbeb8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.path.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.path.worker.html] - [fillRect does not affect the current path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.html.ini deleted file mode 100644 index b1823dc9552b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.shadow.html] - [fillRect draws shadows] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker.js.ini deleted file mode 100644 index 52383a1cdae3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.shadow.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.shadow.worker.html] - [fillRect draws shadows] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform.html.ini deleted file mode 100644 index 5f44a6493fc7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.transform.html] - [fillRect is affected by transforms] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker.js.ini deleted file mode 100644 index f9f6b1517566..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.transform.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.transform.worker.html] - [fillRect is affected by transforms] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero.html.ini deleted file mode 100644 index d9053069deae..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.zero.html] - [fillRect of zero pixels has no effect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker.js.ini deleted file mode 100644 index a2bf193eb682..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.fillRect.zero.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillRect.zero.worker.html] - [fillRect of zero pixels has no effect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.html.ini deleted file mode 100644 index 88e33d5f510b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.basic.html] - [strokeRect works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker.js.ini deleted file mode 100644 index 9a5c4e1c7b6e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.basic.worker.html] - [strokeRect works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.html.ini deleted file mode 100644 index c6f1b9b40b1a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.clip.html] - [strokeRect is affected by clipping regions] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker.js.ini deleted file mode 100644 index 5626f4c0be1d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.clip.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.clip.worker.html] - [strokeRect is affected by clipping regions] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.html.ini deleted file mode 100644 index 53dd2ef414a7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.globalalpha.html] - [strokeRect is affected by globalAlpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker.js.ini deleted file mode 100644 index 3354050d12f0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalalpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.globalalpha.worker.html] - [strokeRect is affected by globalAlpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.html.ini deleted file mode 100644 index 6f3282ded7c1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.globalcomposite.html] - [strokeRect is not affected by globalCompositeOperation] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker.js.ini deleted file mode 100644 index f47dc3da8d6f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.globalcomposite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.globalcomposite.worker.html] - [strokeRect is not affected by globalCompositeOperation] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.html.ini deleted file mode 100644 index a3b4f8acf54a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.negative.html] - [strokeRect of negative sizes works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker.js.ini deleted file mode 100644 index a897bf04c8a2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.negative.worker.html] - [strokeRect of negative sizes works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.html.ini deleted file mode 100644 index 4f41b96ea6d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.nonfinite.html] - [strokeRect() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker.js.ini deleted file mode 100644 index 58bb338e38e2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.nonfinite.worker.html] - [strokeRect() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path.html.ini deleted file mode 100644 index bb34665de1e8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.path.html] - [strokeRect does not affect the current path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker.js.ini deleted file mode 100644 index 2cf17d6dbb0f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.path.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.path.worker.html] - [strokeRect does not affect the current path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.html.ini deleted file mode 100644 index 6b8701c8f7db..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.shadow.html] - [strokeRect draws shadows] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker.js.ini deleted file mode 100644 index 38ebe662531e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.shadow.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.shadow.worker.html] - [strokeRect draws shadows] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.html.ini deleted file mode 100644 index 457db4cfd026..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.transform.html] - [fillRect is affected by transforms] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker.js.ini deleted file mode 100644 index 69d8baf4efc5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.transform.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.transform.worker.html] - [fillRect is affected by transforms] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.html.ini deleted file mode 100644 index 3bfa8a111c7c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.zero.1.html] - [strokeRect of 0x0 pixels draws nothing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker.js.ini deleted file mode 100644 index f8cac68a5273..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.zero.1.worker.html] - [strokeRect of 0x0 pixels draws nothing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.html.ini deleted file mode 100644 index 096a763ec04b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.zero.2.html] - [strokeRect of 0x0 pixels draws nothing, including caps and joins] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker.js.ini deleted file mode 100644 index 0fee6a2f5342..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.zero.2.worker.html] - [strokeRect of 0x0 pixels draws nothing, including caps and joins] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.html.ini deleted file mode 100644 index fd9dfd7e12de..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.zero.3.html] - [strokeRect of Nx0 pixels draws a straight line] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker.js.ini deleted file mode 100644 index 0a9b2eca71ff..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.zero.3.worker.html] - [strokeRect of Nx0 pixels draws a straight line] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.html.ini deleted file mode 100644 index 0cc2e94ab385..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.zero.4.html] - [strokeRect of Nx0 pixels draws a closed line with no caps] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker.js.ini deleted file mode 100644 index b0c23cf9afd3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.zero.4.worker.html] - [strokeRect of Nx0 pixels draws a closed line with no caps] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.html.ini deleted file mode 100644 index 35298436f9f0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.zero.5.html] - [strokeRect of Nx0 pixels draws a closed line with joins] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker.js.ini deleted file mode 100644 index 1ec03f15c284..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/drawing-rectangles-to-the-canvas/2d.strokeRect.zero.5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeRect.zero.5.worker.html] - [strokeRect of Nx0 pixels draws a closed line with joins] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default.html.ini deleted file mode 100644 index d5e4a14741b0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.default.html] - [OffscreenCanvas test: 2d.fillStyle.default] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default.worker.js.ini deleted file mode 100644 index 1023e66e472e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.default.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.default.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.html.ini deleted file mode 100644 index 35ba79c7db94..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.get.semitransparent.html] - [OffscreenCanvas test: 2d.fillStyle.get.semitransparent] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker.js.ini deleted file mode 100644 index 3ff46291875a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.semitransparent.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.get.semitransparent.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid.html.ini deleted file mode 100644 index 1e19a14f5e3c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.get.solid.html] - [OffscreenCanvas test: 2d.fillStyle.get.solid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid.worker.js.ini deleted file mode 100644 index 7826dc5e41d5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.solid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.get.solid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent.html.ini deleted file mode 100644 index f40b77f521c2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.get.transparent.html] - [OffscreenCanvas test: 2d.fillStyle.get.transparent] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker.js.ini deleted file mode 100644 index 19705ab487aa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.get.transparent.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.get.transparent.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring.html.ini deleted file mode 100644 index f209ea4fff6d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.invalidstring.html] - [OffscreenCanvas test: 2d.fillStyle.invalidstring] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker.js.ini deleted file mode 100644 index 73c1bce27b3e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidstring.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.invalidstring.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype.html.ini deleted file mode 100644 index 777d382049c2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.invalidtype.html] - [OffscreenCanvas test: 2d.fillStyle.invalidtype] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker.js.ini deleted file mode 100644 index 7d7069dd2d10..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.invalidtype.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.invalidtype.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.html.ini deleted file mode 100644 index 64d91001d73a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsl-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker.js.ini deleted file mode 100644 index 710f267ba903..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.html.ini deleted file mode 100644 index 88460641c6ed..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsl-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker.js.ini deleted file mode 100644 index 831205e8a3f7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.html.ini deleted file mode 100644 index dd0d25ae2ff0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsl-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker.js.ini deleted file mode 100644 index 6d15f71833a8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.html.ini deleted file mode 100644 index 4e40f5b01970..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsl-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker.js.ini deleted file mode 100644 index ef4be1d148d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.html.ini deleted file mode 100644 index a3ad2cde95a7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-5.html] - expected: - if (os == "android") and debug: ["OK", "TIMEOUT"] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsl-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker.js.ini deleted file mode 100644 index b5ea92ed2f1e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.html.ini deleted file mode 100644 index 02059b594079..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-6.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsl-6] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker.js.ini deleted file mode 100644 index 60dcfd972859..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-6.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.html.ini deleted file mode 100644 index 2fb91bc8f9df..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-7.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsl-7] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker.js.ini deleted file mode 100644 index 005da65ab4c6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-7.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-7.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.html.ini deleted file mode 100644 index 50bf0c9ff1f2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-8.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsl-8] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker.js.ini deleted file mode 100644 index 66f6da51bf5a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-8.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-8.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.html.ini deleted file mode 100644 index 6498ea69d242..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-9.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsl-9] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker.js.ini deleted file mode 100644 index 15747e8930da..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsl-9.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsl-9.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.html.ini deleted file mode 100644 index aac4b5e7a529..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsla-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker.js.ini deleted file mode 100644 index d2778f53a4a4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.html.ini deleted file mode 100644 index 1196fdf99ea3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsla-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker.js.ini deleted file mode 100644 index 2af3ce618788..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.html.ini deleted file mode 100644 index 2fe1dda23b9b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsla-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker.js.ini deleted file mode 100644 index 2d382c4b6d9d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.html.ini deleted file mode 100644 index 0a6f8d892369..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsla-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker.js.ini deleted file mode 100644 index ed39244e0b87..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.html.ini deleted file mode 100644 index 17734d37b716..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsla-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker.js.ini deleted file mode 100644 index e181a3d9ad8b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.html.ini deleted file mode 100644 index 83d2c2c16b3e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-6.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsla-6] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker.js.ini deleted file mode 100644 index 016c42871947..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-6.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.html.ini deleted file mode 100644 index 9f4bccf9e2a0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-7.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsla-7] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker.js.ini deleted file mode 100644 index 6e2dc460037e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-7.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-7.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.html.ini deleted file mode 100644 index dde2148e3d35..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-8.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsla-8] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker.js.ini deleted file mode 100644 index 002aa134bbca..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-8.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-8.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.html.ini deleted file mode 100644 index 3a75c717c3d9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-9.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-hsla-9] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker.js.ini deleted file mode 100644 index 163a76b8ece8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-hsla-9.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-hsla-9.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.html.ini deleted file mode 100644 index 0e3c80b8b735..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgb-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker.js.ini deleted file mode 100644 index 7e645dcb78d9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-1.worker.js.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-1.worker.html] - expected: - if (os == "android") and debug: ["OK", "TIMEOUT"] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.html.ini deleted file mode 100644 index 57891068a341..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgb-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker.js.ini deleted file mode 100644 index 0002dd4756ef..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.html.ini deleted file mode 100644 index 877a276efc83..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgb-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker.js.ini deleted file mode 100644 index fa9cb06f0f3d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.html.ini deleted file mode 100644 index 67458eb9def1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgb-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker.js.ini deleted file mode 100644 index 8f8cb39ffb6c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.html.ini deleted file mode 100644 index f8947ea9ff20..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgb-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker.js.ini deleted file mode 100644 index 38d1d6bf18ec..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.html.ini deleted file mode 100644 index b7474343be87..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-6.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgb-6] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker.js.ini deleted file mode 100644 index 5c1be56d11b1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgb-6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgb-6.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.html.ini deleted file mode 100644 index 8d33665a39d8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgba-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker.js.ini deleted file mode 100644 index aa3eece9b8c9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.html.ini deleted file mode 100644 index cc2c8a7a444f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgba-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker.js.ini deleted file mode 100644 index 42e1341a608d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.html.ini deleted file mode 100644 index 28bd7f92d265..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgba-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker.js.ini deleted file mode 100644 index 56b41987c742..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.html.ini deleted file mode 100644 index 9936f3160ec3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgba-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker.js.ini deleted file mode 100644 index da2b3bae095d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.html.ini deleted file mode 100644 index 4febb04646d7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgba-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker.js.ini deleted file mode 100644 index 7b0018936787..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.html.ini deleted file mode 100644 index 5f6d344136d6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-6.html] - [OffscreenCanvas test: 2d.fillStyle.parse.css-color-4-rgba-6] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker.js.ini deleted file mode 100644 index c64841176238..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.css-color-4-rgba-6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.css-color-4-rgba-6.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3.html.ini deleted file mode 100644 index 6dd5a0ffdda0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hex3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hex3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker.js.ini deleted file mode 100644 index b9ccaa3675c0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hex3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4.html.ini deleted file mode 100644 index f8d6fa5a7cdb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hex4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hex4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker.js.ini deleted file mode 100644 index 92795b7093ee..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hex4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6.html.ini deleted file mode 100644 index 9e33b238e339..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hex6.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hex6] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker.js.ini deleted file mode 100644 index 6d422fd9ee3e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hex6.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8.html.ini deleted file mode 100644 index f517f87123c2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hex8.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hex8] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker.js.ini deleted file mode 100644 index ef5535e6d7b3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hex8.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hex8.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.html.ini deleted file mode 100644 index 5184f67b42cf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsl-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker.js.ini deleted file mode 100644 index ec1b8ce45bff..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.html.ini deleted file mode 100644 index 91a63e597baf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsl-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker.js.ini deleted file mode 100644 index f7006574d9d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.html.ini deleted file mode 100644 index 4b40359dbbc2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsl-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker.js.ini deleted file mode 100644 index 3a79592d589d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.html.ini deleted file mode 100644 index b71623f489b6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsl-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker.js.ini deleted file mode 100644 index 5e5b016ae651..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.html.ini deleted file mode 100644 index 3c1d3557c6e8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsl-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker.js.ini deleted file mode 100644 index 4d6690ad334c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.html.ini deleted file mode 100644 index e0be04c974c5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-6.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsl-6] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker.js.ini deleted file mode 100644 index 22c54039ee3c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-6.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.html.ini deleted file mode 100644 index ddb8c94ea563..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-clamp-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsl-clamp-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.js.ini deleted file mode 100644 index 424224ea3c83..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-clamp-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.html.ini deleted file mode 100644 index d0c50c34091a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-clamp-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsl-clamp-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker.js.ini deleted file mode 100644 index b16caafb4502..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-clamp-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.html.ini deleted file mode 100644 index d3e5c55f000f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-clamp-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsl-clamp-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker.js.ini deleted file mode 100644 index e61bfd5b669b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-clamp-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.html.ini deleted file mode 100644 index 93b076325aa5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-clamp-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsl-clamp-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker.js.ini deleted file mode 100644 index be642bde0592..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsl-clamp-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.html.ini deleted file mode 100644 index 856185dd6069..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsla-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker.js.ini deleted file mode 100644 index 877381fd5e20..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.html.ini deleted file mode 100644 index abb357b4dce5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsla-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker.js.ini deleted file mode 100644 index 574c2a8e09df..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.html.ini deleted file mode 100644 index c8fa862ee1e0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsla-clamp-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.js.ini deleted file mode 100644 index f22cbdd75973..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.html.ini deleted file mode 100644 index d82d9ae24921..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsla-clamp-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker.js.ini deleted file mode 100644 index 2aee167e7ad0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.html.ini deleted file mode 100644 index e1ce94fddfa1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsla-clamp-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker.js.ini deleted file mode 100644 index b7a4ffbae1f5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.html.ini deleted file mode 100644 index 938aeb604a04..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsla-clamp-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker.js.ini deleted file mode 100644 index d7a55ac95eab..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.html.ini deleted file mode 100644 index 3647f2ad46ed..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsla-clamp-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker.js.ini deleted file mode 100644 index b8e3df60d40b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.html.ini deleted file mode 100644 index 808374de5b7e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-6.html] - [OffscreenCanvas test: 2d.fillStyle.parse.hsla-clamp-6] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker.js.ini deleted file mode 100644 index 0e2ef511f9ef..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.hsla-clamp-6.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4.html.ini deleted file mode 100644 index 6cb68a1389a0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.html4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.html4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker.js.ini deleted file mode 100644 index 36c043d8e739..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.html4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.html4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.html.ini deleted file mode 100644 index 1dba1de0369a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsl-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-hsl-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker.js.ini deleted file mode 100644 index 67463f3e00b1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsl-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.html.ini deleted file mode 100644 index ec9d2d1dbe78..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsl-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-hsl-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker.js.ini deleted file mode 100644 index fd470d2b0047..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsl-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.html.ini deleted file mode 100644 index 4bf2b12c7f53..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsl-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-hsl-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker.js.ini deleted file mode 100644 index 61eba30fedce..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsl-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.html.ini deleted file mode 100644 index d4b769ca9929..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsl-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-hsl-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker.js.ini deleted file mode 100644 index 4ff3a4364448..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsl-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.html.ini deleted file mode 100644 index 2e07f239b0f3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsl-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-hsl-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker.js.ini deleted file mode 100644 index c5996fdde91b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsl-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.html.ini deleted file mode 100644 index 70a01ca79f15..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsla-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-hsla-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker.js.ini deleted file mode 100644 index d48207eac39b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsla-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.html.ini deleted file mode 100644 index 27f0e73b61d8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsla-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-hsla-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker.js.ini deleted file mode 100644 index 20f5799af585..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsla-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.html.ini deleted file mode 100644 index 468a6d46e898..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsla-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-hsla-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker.js.ini deleted file mode 100644 index 81b08778a019..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-hsla-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.html.ini deleted file mode 100644 index fc0bc66da486..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgb-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-rgb-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker.js.ini deleted file mode 100644 index 15657095d6c0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker.js.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgb-1.worker.html] - expected: - if (os == "android") and debug: ["OK", "TIMEOUT"] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.html.ini deleted file mode 100644 index e24e0ebfbaeb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgb-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-rgb-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker.js.ini deleted file mode 100644 index 57d8716e1802..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgb-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.html.ini deleted file mode 100644 index 2db1c6b6cf6d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgb-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-rgb-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker.js.ini deleted file mode 100644 index 0f2870861658..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgb-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.html.ini deleted file mode 100644 index 76455f39bf39..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgb-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-rgb-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker.js.ini deleted file mode 100644 index 17d4f0265d40..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgb-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.html.ini deleted file mode 100644 index 16e730d03c7b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgb-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-rgb-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker.js.ini deleted file mode 100644 index 60ef91d5aa56..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgb-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.html.ini deleted file mode 100644 index bf8a7a06fbfd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgba-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-rgba-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker.js.ini deleted file mode 100644 index be1d8888f7ed..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgba-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.html.ini deleted file mode 100644 index 446b0a575747..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgba-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-rgba-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker.js.ini deleted file mode 100644 index f9f3771e37ea..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgba-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.html.ini deleted file mode 100644 index 2969aa2678a1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgba-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.css-color-4-rgba-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker.js.ini deleted file mode 100644 index e699a2659ef5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.css-color-4-rgba-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.html.ini deleted file mode 100644 index 37ea84f5d4df..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hex1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker.js.ini deleted file mode 100644 index eda77440729b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.html.ini deleted file mode 100644 index 6368ea331892..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hex2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker.js.ini deleted file mode 100644 index a7852a314ae0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.html.ini deleted file mode 100644 index 3383f0a3f09c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hex3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker.js.ini deleted file mode 100644 index 726dd2463d24..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.html.ini deleted file mode 100644 index e02ee00783d6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hex4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker.js.ini deleted file mode 100644 index 6b8831cb18d4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.html.ini deleted file mode 100644 index b383ca224315..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hex5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker.js.ini deleted file mode 100644 index a914e33d752a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.html.ini deleted file mode 100644 index 2bf83fef8b21..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex6.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hex6] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker.js.ini deleted file mode 100644 index 7cd558986c72..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex6.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.html.ini deleted file mode 100644 index 7b6e3c856844..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex7.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hex7] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker.js.ini deleted file mode 100644 index 68f584120f0b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex7.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex7.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.html.ini deleted file mode 100644 index d6b4429bd04a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex8.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hex8] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker.js.ini deleted file mode 100644 index 6e8f6c806d18..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hex8.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hex8.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.html.ini deleted file mode 100644 index fdc40d05129f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hsl-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker.js.ini deleted file mode 100644 index 1ed3cfacc6c9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.html.ini deleted file mode 100644 index 2b72647fd4df..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hsl-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker.js.ini deleted file mode 100644 index 7de70a9a2c0b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.html.ini deleted file mode 100644 index 079969eb0c7d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hsl-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker.js.ini deleted file mode 100644 index f5b542af8067..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.html.ini deleted file mode 100644 index 146907d9bced..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hsl-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker.js.ini deleted file mode 100644 index 72c98588a60a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.html.ini deleted file mode 100644 index fc53bca0a2a4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hsl-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker.js.ini deleted file mode 100644 index d10d01a80e20..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.html.ini deleted file mode 100644 index 1e9b70193de9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-6.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hsl-6] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker.js.ini deleted file mode 100644 index a797fb45608d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsl-6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsl-6.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.html.ini deleted file mode 100644 index 95ee73783527..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsla-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hsla-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker.js.ini deleted file mode 100644 index 6db95b051013..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsla-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.html.ini deleted file mode 100644 index 38c35550007e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsla-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hsla-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker.js.ini deleted file mode 100644 index 3007dafc85af..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsla-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.html.ini deleted file mode 100644 index 9f48ddefae0c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsla-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.hsla-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker.js.ini deleted file mode 100644 index b135330d052d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.hsla-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.hsla-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.html.ini deleted file mode 100644 index fd8eb8dfa968..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.name-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.name-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker.js.ini deleted file mode 100644 index 56509ba072ef..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.name-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.html.ini deleted file mode 100644 index fa10f373e67a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.name-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.name-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker.js.ini deleted file mode 100644 index dc8426da4b4a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.name-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.html.ini deleted file mode 100644 index 28465f4bd2e2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.name-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.name-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker.js.ini deleted file mode 100644 index 49cc1c3448b8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.name-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.html.ini deleted file mode 100644 index fcc8a53998c2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.name-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.name-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker.js.ini deleted file mode 100644 index 97f3629e54cb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.name-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.html.ini deleted file mode 100644 index 2ae684b50d22..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.name-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.name-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker.js.ini deleted file mode 100644 index ef6c584770e8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.name-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.name-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.html.ini deleted file mode 100644 index efa119b0b300..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgb-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.rgb-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker.js.ini deleted file mode 100644 index 3410231bfa4f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgb-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.html.ini deleted file mode 100644 index c1fc407dd58b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgb-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.rgb-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker.js.ini deleted file mode 100644 index 53d675132429..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-2.worker.js.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.fillStyle.parse.invalid.rgb-2.worker.html] - expected: - if (os == "android") and debug: ["OK", "TIMEOUT"] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.html.ini deleted file mode 100644 index dbe04ecca045..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgb-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.rgb-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker.js.ini deleted file mode 100644 index a19759464dcf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgb-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgb-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.html.ini deleted file mode 100644 index 5b31ad774332..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgba-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.rgba-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker.js.ini deleted file mode 100644 index e7124811d029..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgba-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.html.ini deleted file mode 100644 index a0f5094625db..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgba-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.rgba-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker.js.ini deleted file mode 100644 index 85fa279fa765..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgba-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.html.ini deleted file mode 100644 index 415a4095573d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.fillStyle.parse.invalid.rgba-3.html] - expected: - if (os == "android") and debug: ["OK", "TIMEOUT"] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.rgba-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker.js.ini deleted file mode 100644 index de9c3b62b189..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-3.worker.js.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.fillStyle.parse.invalid.rgba-3.worker.html] - expected: - if (os == "android") and debug: ["OK", "TIMEOUT"] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.html.ini deleted file mode 100644 index b31c83b7b219..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgba-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.rgba-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker.js.ini deleted file mode 100644 index 4841d080e0dd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgba-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.html.ini deleted file mode 100644 index 73c3464d926b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgba-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.invalid.rgba-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker.js.ini deleted file mode 100644 index 5c342f3ca827..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.invalid.rgba-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.invalid.rgba-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.html.ini deleted file mode 100644 index 365d555ab2e2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-clamp-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgb-clamp-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker.js.ini deleted file mode 100644 index b15cf0522851..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-clamp-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.html.ini deleted file mode 100644 index 9a321c0b202d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-clamp-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgb-clamp-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker.js.ini deleted file mode 100644 index db75e0914faf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-clamp-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.html.ini deleted file mode 100644 index ed987cb20d5b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-clamp-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgb-clamp-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker.js.ini deleted file mode 100644 index 9cef2058fd2f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-clamp-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.html.ini deleted file mode 100644 index d0027d60c025..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-clamp-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgb-clamp-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker.js.ini deleted file mode 100644 index 2abf91581209..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-clamp-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.html.ini deleted file mode 100644 index 44ca5d5d2b5a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-clamp-5.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgb-clamp-5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker.js.ini deleted file mode 100644 index 4e5821abc9db..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-clamp-5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-clamp-5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.html.ini deleted file mode 100644 index 445cf0fba236..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-eof.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgb-eof] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker.js.ini deleted file mode 100644 index 265b46f3fa95..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-eof.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-eof.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.html.ini deleted file mode 100644 index 708f5741705a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-num.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgb-num] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker.js.ini deleted file mode 100644 index e035bc1207f6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-num.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-num.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.html.ini deleted file mode 100644 index db0c089ad838..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-percent.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgb-percent] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker.js.ini deleted file mode 100644 index 3f5ea022635b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgb-percent.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgb-percent.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.html.ini deleted file mode 100644 index 9ea1a0ff7654..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-clamp-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgba-clamp-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker.js.ini deleted file mode 100644 index 0cde7c0b47db..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-clamp-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.html.ini deleted file mode 100644 index 89cb1a69a482..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-clamp-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgba-clamp-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker.js.ini deleted file mode 100644 index c3b88b308aa4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-clamp-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-clamp-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.html.ini deleted file mode 100644 index 460b1b09a787..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-eof.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgba-eof] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker.js.ini deleted file mode 100644 index 2fb65918c049..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-eof.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-eof.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.html.ini deleted file mode 100644 index 7954a9183c52..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-num-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgba-num-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker.js.ini deleted file mode 100644 index 9b55e81d7949..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-num-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.html.ini deleted file mode 100644 index 17566a7311aa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-num-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgba-num-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker.js.ini deleted file mode 100644 index 2156e47ca0b6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-num-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-num-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.html.ini deleted file mode 100644 index 0d181b1daaa6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-percent.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgba-percent] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker.js.ini deleted file mode 100644 index 9590ee69e3d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-percent.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-percent.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.html.ini deleted file mode 100644 index 9419f25774f6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-solid-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgba-solid-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker.js.ini deleted file mode 100644 index da5de1afe6d0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-solid-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.html.ini deleted file mode 100644 index ad3de14fef4c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-solid-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgba-solid-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker.js.ini deleted file mode 100644 index 07f0e2a07bbb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-solid-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.html.ini deleted file mode 100644 index ae04c7a1042b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-solid-3.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgba-solid-3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker.js.ini deleted file mode 100644 index 77abac004cf3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-solid-3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.html.ini deleted file mode 100644 index 023c7ea38844..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-solid-4.html] - [OffscreenCanvas test: 2d.fillStyle.parse.rgba-solid-4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker.js.ini deleted file mode 100644 index 83523e051928..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.rgba-solid-4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.rgba-solid-4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.html.ini deleted file mode 100644 index 9b50b2af12bf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.svg-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.svg-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker.js.ini deleted file mode 100644 index b7b02869d8d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.svg-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.html.ini deleted file mode 100644 index 42881133b02c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.svg-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.svg-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker.js.ini deleted file mode 100644 index 1f111a9b8ac1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.svg-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.svg-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.html.ini deleted file mode 100644 index f9d00d9eb869..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.transparent-1.html] - [OffscreenCanvas test: 2d.fillStyle.parse.transparent-1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker.js.ini deleted file mode 100644 index dbc1586755b5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.transparent-1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.html.ini deleted file mode 100644 index 6944ac66536b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.transparent-2.html] - [OffscreenCanvas test: 2d.fillStyle.parse.transparent-2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker.js.ini deleted file mode 100644 index acbbeabc51f8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.transparent-2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.parse.transparent-2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.toStringFunctionCallback.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.toStringFunctionCallback.html.ini deleted file mode 100644 index 3821cd201869..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.toStringFunctionCallback.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.toStringFunctionCallback.html] - [Passing a function in to ctx.fillStyle or ctx.strokeStyle with a toString callback works as specified] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.toStringFunctionCallback.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.toStringFunctionCallback.worker.js.ini deleted file mode 100644 index 4c2d734ebd13..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.toStringFunctionCallback.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.fillStyle.toStringFunctionCallback.worker.html] - [Passing a function in to ctx.fillStyle or ctx.strokeStyle with a toString callback works as specified] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.conic.invalid.inputs.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.conic.invalid.inputs.html.ini deleted file mode 100644 index 01b4d98a34b3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.conic.invalid.inputs.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.conic.invalid.inputs.html] - [Conic gradient function with invalid inputs] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.conic.invalid.inputs.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.conic.invalid.inputs.worker.js.ini deleted file mode 100644 index 7d7988efbd11..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.conic.invalid.inputs.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.conic.invalid.inputs.worker.html] - [Conic gradient function with invalid inputs] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty.html.ini deleted file mode 100644 index e1c891cdd880..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.empty.html] - [OffscreenCanvas test: 2d.gradient.empty] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty.worker.js.ini deleted file mode 100644 index d519f6b66b6c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.empty.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.empty.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha.html.ini deleted file mode 100644 index bfa0c4b94962..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.alpha.html] - [OffscreenCanvas test: 2d.gradient.interpolate.alpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker.js.ini deleted file mode 100644 index 086f19fc7623..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.alpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.alpha.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour.html.ini deleted file mode 100644 index 567ec83c60b1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.colour.html] - [OffscreenCanvas test: 2d.gradient.interpolate.colour] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker.js.ini deleted file mode 100644 index a0519567cf16..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colour.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.colour.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.html.ini deleted file mode 100644 index 3d8b36e262e3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.colouralpha.html] - [OffscreenCanvas test: 2d.gradient.interpolate.colouralpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker.js.ini deleted file mode 100644 index 772a9c544eb3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.colouralpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.colouralpha.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple.html.ini deleted file mode 100644 index 19172f06169e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.multiple.html] - [OffscreenCanvas test: 2d.gradient.interpolate.multiple] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker.js.ini deleted file mode 100644 index d2000f8aae48..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.multiple.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.multiple.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside.html.ini deleted file mode 100644 index 0622ede473e1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.outside.html] - [OffscreenCanvas test: 2d.gradient.interpolate.outside] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker.js.ini deleted file mode 100644 index 6ca3a2fcd35f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.outside.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.outside.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap.html.ini deleted file mode 100644 index b0891336db1c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.overlap.html] - [OffscreenCanvas test: 2d.gradient.interpolate.overlap] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker.js.ini deleted file mode 100644 index 30b1c8e6cde1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.overlap.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.html.ini deleted file mode 100644 index 4af5bac45e55..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.overlap2.html] - [OffscreenCanvas test: 2d.gradient.interpolate.overlap2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker.js.ini deleted file mode 100644 index da98a798fa3b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.overlap2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.overlap2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid.html.ini deleted file mode 100644 index c7770d2adf66..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.solid.html] - [OffscreenCanvas test: 2d.gradient.interpolate.solid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker.js.ini deleted file mode 100644 index 9fa5aac7e230..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.solid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.solid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical.html.ini deleted file mode 100644 index 0ac852c60f4f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.vertical.html] - [OffscreenCanvas test: 2d.gradient.interpolate.vertical] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker.js.ini deleted file mode 100644 index c3b8e85c4b8b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.vertical.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.vertical.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html.ini deleted file mode 100644 index 4c46520bbe25..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.zerosize.fill.html] - [OffscreenCanvas test: 2d.gradient.interpolate.zerosize.fill] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker.js.ini deleted file mode 100644 index ee10a2b079c6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fill.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.zerosize.fill.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html.ini deleted file mode 100644 index bec78245a67e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.zerosize.fillRect.html] - [OffscreenCanvas test: 2d.gradient.interpolate.zerosize.fillRect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker.js.ini deleted file mode 100644 index c42eb6a558d4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.fillRect.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.zerosize.fillRect.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html.ini deleted file mode 100644 index c4ee2be47248..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.zerosize.stroke.html] - [OffscreenCanvas test: 2d.gradient.interpolate.zerosize.stroke] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker.js.ini deleted file mode 100644 index d4b61d143b1f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.stroke.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.zerosize.stroke.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html.ini deleted file mode 100644 index c72dcba75285..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.zerosize.strokeRect.html] - [OffscreenCanvas test: 2d.gradient.interpolate.zerosize.strokeRect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker.js.ini deleted file mode 100644 index e4cdc533682f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.interpolate.zerosize.strokeRect.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.interpolate.zerosize.strokeRect.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite.html.ini deleted file mode 100644 index 3c843e17f8d3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.linear.nonfinite.html] - [createLinearGradient() throws TypeError if arguments are not finite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker.js.ini deleted file mode 100644 index c77c85cdb020..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.linear.nonfinite.worker.html] - [createLinearGradient() throws TypeError if arguments are not finite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1.html.ini deleted file mode 100644 index 163caa220a69..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.linear.transform.1.html] - [Linear gradient coordinates are relative to the coordinate space at the time of filling] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker.js.ini deleted file mode 100644 index 5a3f75c2558e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.linear.transform.1.worker.html] - [Linear gradient coordinates are relative to the coordinate space at the time of filling] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2.html.ini deleted file mode 100644 index e420247bbd7d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.linear.transform.2.html] - [Linear gradient coordinates are relative to the coordinate space at the time of filling] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker.js.ini deleted file mode 100644 index 5a55422bbac1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.linear.transform.2.worker.html] - [Linear gradient coordinates are relative to the coordinate space at the time of filling] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3.html.ini deleted file mode 100644 index 81890951ad3c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.linear.transform.3.html] - [Linear gradient transforms do not experience broken caching effects] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker.js.ini deleted file mode 100644 index d4799113cfe5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.linear.transform.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.linear.transform.3.worker.html] - [Linear gradient transforms do not experience broken caching effects] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare.html.ini deleted file mode 100644 index c84f1f030c44..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.object.compare.html] - [OffscreenCanvas test: 2d.gradient.object.compare] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare.worker.js.ini deleted file mode 100644 index 4596194eaf5f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.compare.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.object.compare.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas.html.ini deleted file mode 100644 index 71c379c5530e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.object.crosscanvas.html] - [OffscreenCanvas test: 2d.gradient.object.crosscanvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker.js.ini deleted file mode 100644 index 30c41e591129..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.crosscanvas.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.object.crosscanvas.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour.html.ini deleted file mode 100644 index fc40b8809c01..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.object.invalidcolour.html] - [OffscreenCanvas test: 2d.gradient.object.invalidcolour] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker.js.ini deleted file mode 100644 index b0d9b5c99112..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidcolour.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.object.invalidcolour.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset.html.ini deleted file mode 100644 index edbb671f16d6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.object.invalidoffset.html] - [OffscreenCanvas test: 2d.gradient.object.invalidoffset] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker.js.ini deleted file mode 100644 index 7b081f066a29..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.invalidoffset.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.object.invalidoffset.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update.html.ini deleted file mode 100644 index fbbb458645de..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.object.update.html] - [OffscreenCanvas test: 2d.gradient.object.update] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update.worker.js.ini deleted file mode 100644 index 1676060bf3c3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.object.update.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.object.update.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind.html.ini deleted file mode 100644 index 8622152b81a0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.behind.html] - [OffscreenCanvas test: 2d.gradient.radial.cone.behind] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker.js.ini deleted file mode 100644 index a0d231ff43e3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.behind.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.behind.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.html.ini deleted file mode 100644 index 45794b51384a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.beside.html] - [OffscreenCanvas test: 2d.gradient.radial.cone.beside] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker.js.ini deleted file mode 100644 index 0dc6dc88ea2f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.beside.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.beside.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.html.ini deleted file mode 100644 index 52be3079c589..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.bottom.html] - [OffscreenCanvas test: 2d.gradient.radial.cone.bottom] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker.js.ini deleted file mode 100644 index 395c90b5d194..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.bottom.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.bottom.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.html.ini deleted file mode 100644 index 1cfcf4797dcf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.cylinder.html] - [OffscreenCanvas test: 2d.gradient.radial.cone.cylinder] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker.js.ini deleted file mode 100644 index a7f0d9aed8d4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.cylinder.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.cylinder.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front.html.ini deleted file mode 100644 index e90f351e57f5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.front.html] - [OffscreenCanvas test: 2d.gradient.radial.cone.front] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker.js.ini deleted file mode 100644 index 3921222abed9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.front.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.front.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.html.ini deleted file mode 100644 index 680a9b849221..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.shape1.html] - [OffscreenCanvas test: 2d.gradient.radial.cone.shape1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker.js.ini deleted file mode 100644 index 91dce62256a9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.shape1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.html.ini deleted file mode 100644 index 8b35ada6b438..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.shape2.html] - [OffscreenCanvas test: 2d.gradient.radial.cone.shape2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker.js.ini deleted file mode 100644 index 49e5cb6d5b93..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.shape2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.shape2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top.html.ini deleted file mode 100644 index 71fb3d079005..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.top.html] - [OffscreenCanvas test: 2d.gradient.radial.cone.top] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker.js.ini deleted file mode 100644 index ed4d159eb198..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.cone.top.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.cone.top.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal.html.ini deleted file mode 100644 index ba2a422555cc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.equal.html] - [OffscreenCanvas test: 2d.gradient.radial.equal] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal.worker.js.ini deleted file mode 100644 index c471357ade7d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.equal.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.equal.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1.html.ini deleted file mode 100644 index 9e2eecca65d5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.inside1.html] - [OffscreenCanvas test: 2d.gradient.radial.inside1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1.worker.js.ini deleted file mode 100644 index ee07ba5f27b1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.inside1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2.html.ini deleted file mode 100644 index 41266e91fc0f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.inside2.html] - [OffscreenCanvas test: 2d.gradient.radial.inside2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2.worker.js.ini deleted file mode 100644 index 0d65b628d174..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.inside2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3.html.ini deleted file mode 100644 index 0c5eea1b0c44..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.inside3.html] - [OffscreenCanvas test: 2d.gradient.radial.inside3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3.worker.js.ini deleted file mode 100644 index 1a8e07fabbc4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.inside3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.inside3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative.html.ini deleted file mode 100644 index 3e6e3339c78f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.negative.html] - [createRadialGradient() throws INDEX_SIZE_ERR if either radius is negative] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative.worker.js.ini deleted file mode 100644 index f496c9c89b51..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.negative.worker.html] - [createRadialGradient() throws INDEX_SIZE_ERR if either radius is negative] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite.html.ini deleted file mode 100644 index b4023a726162..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.nonfinite.html] - [createRadialGradient() throws TypeError if arguments are not finite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker.js.ini deleted file mode 100644 index ad0c2afd7b7d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.nonfinite.worker.html] - [createRadialGradient() throws TypeError if arguments are not finite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1.html.ini deleted file mode 100644 index 648ff1feb6f9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.outside1.html] - [OffscreenCanvas test: 2d.gradient.radial.outside1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1.worker.js.ini deleted file mode 100644 index afde79fa60ec..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.outside1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2.html.ini deleted file mode 100644 index 4db9bcff0f75..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.outside2.html] - [OffscreenCanvas test: 2d.gradient.radial.outside2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2.worker.js.ini deleted file mode 100644 index acdfe46874f3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.outside2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini deleted file mode 100644 index b1d4f1cb1007..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.outside3.html] - [OffscreenCanvas test: 2d.gradient.radial.outside3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3.worker.js.ini deleted file mode 100644 index 838070b4cc4b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.outside3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.outside3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.html.ini deleted file mode 100644 index 36fe7620e9b2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.touch1.html] - [OffscreenCanvas test: 2d.gradient.radial.touch1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.worker.js.ini deleted file mode 100644 index c7d26eb61cc8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.touch1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.html.ini deleted file mode 100644 index 73c7a717736d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.touch2.html] - [OffscreenCanvas test: 2d.gradient.radial.touch2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.worker.js.ini deleted file mode 100644 index 28ce08414e3d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.touch2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.html.ini deleted file mode 100644 index ffd5e8dfed2d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.touch3.html] - [OffscreenCanvas test: 2d.gradient.radial.touch3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.worker.js.ini deleted file mode 100644 index fb975669d732..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.touch3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.touch3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1.html.ini deleted file mode 100644 index 09fc47033693..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.transform.1.html] - [Radial gradient coordinates are relative to the coordinate space at the time of filling] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker.js.ini deleted file mode 100644 index 1048adc90784..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.transform.1.worker.html] - [Radial gradient coordinates are relative to the coordinate space at the time of filling] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2.html.ini deleted file mode 100644 index 15cccd1e141d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.transform.2.html] - [Radial gradient coordinates are relative to the coordinate space at the time of filling] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker.js.ini deleted file mode 100644 index f8252905f4b5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.transform.2.worker.html] - [Radial gradient coordinates are relative to the coordinate space at the time of filling] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3.html.ini deleted file mode 100644 index dfb36fc1d44c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.transform.3.html] - [Radial gradient transforms do not experience broken caching effects] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker.js.ini deleted file mode 100644 index 41d2c12c3450..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.gradient.radial.transform.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.gradient.radial.transform.3.worker.html] - [Radial gradient transforms do not experience broken caching effects] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas.html.ini deleted file mode 100644 index f3df0c031ad5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.basic.canvas.html] - [OffscreenCanvas test: 2d.pattern.basic.canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas.worker.js.ini deleted file mode 100644 index 3ecd5d64a2a3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.canvas.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.basic.canvas.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image.html.ini deleted file mode 100644 index 62a146b9e107..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.basic.image.html] - [OffscreenCanvas test: 2d.pattern.basic.image] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image.worker.js.ini deleted file mode 100644 index 07fb18f36da4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.image.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.basic.image.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.html.ini deleted file mode 100644 index 60ad48ce52cc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.basic.zerocanvas.html] - [OffscreenCanvas test: 2d.pattern.basic.zerocanvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker.js.ini deleted file mode 100644 index e94fe1e93e6b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.basic.zerocanvas.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.basic.zerocanvas.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas.html.ini deleted file mode 100644 index 10801c45182f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.crosscanvas.html] - [OffscreenCanvas test: 2d.pattern.crosscanvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas.worker.js.ini deleted file mode 100644 index 8cee36736902..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.crosscanvas.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.crosscanvas.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null.html.ini deleted file mode 100644 index ceccf6f71966..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.image.null.html] - [OffscreenCanvas test: 2d.pattern.image.null] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null.worker.js.ini deleted file mode 100644 index 7ba6bb33d436..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.null.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.image.null.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string.html.ini deleted file mode 100644 index 07c809acec23..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.image.string.html] - [OffscreenCanvas test: 2d.pattern.image.string] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string.worker.js.ini deleted file mode 100644 index 26a964f85d40..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.string.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.image.string.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined.html.ini deleted file mode 100644 index dac2c6a9e654..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.image.undefined.html] - [OffscreenCanvas test: 2d.pattern.image.undefined] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined.worker.js.ini deleted file mode 100644 index 0a1e00cb897f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.image.undefined.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.image.undefined.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1.html.ini deleted file mode 100644 index 473d8acbdc75..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.modify.canvas1.html] - [OffscreenCanvas test: 2d.pattern.modify.canvas1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker.js.ini deleted file mode 100644 index 99185cac8798..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.modify.canvas1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2.html.ini deleted file mode 100644 index 1a9a728b7935..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.modify.canvas2.html] - [OffscreenCanvas test: 2d.pattern.modify.canvas2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker.js.ini deleted file mode 100644 index 36985a21726c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.modify.canvas2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.modify.canvas2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.html.ini deleted file mode 100644 index 43247565daa1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.norepeat.basic.html] - [OffscreenCanvas test: 2d.pattern.paint.norepeat.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker.js.ini deleted file mode 100644 index 18a0858cc72f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.norepeat.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.html.ini deleted file mode 100644 index aabfaba54a49..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.norepeat.coord1.html] - [OffscreenCanvas test: 2d.pattern.paint.norepeat.coord1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker.js.ini deleted file mode 100644 index 482d993483c9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.norepeat.coord1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.html.ini deleted file mode 100644 index a5301a46eb8e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.norepeat.coord2.html] - [OffscreenCanvas test: 2d.pattern.paint.norepeat.coord2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker.js.ini deleted file mode 100644 index e2307def738b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.norepeat.coord2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.html.ini deleted file mode 100644 index a3c5fc7486a6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.norepeat.coord3.html] - [OffscreenCanvas test: 2d.pattern.paint.norepeat.coord3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker.js.ini deleted file mode 100644 index 7c26ae9c4bb3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.coord3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.norepeat.coord3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.html.ini deleted file mode 100644 index 8311cbfbc03e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.norepeat.outside.html] - [OffscreenCanvas test: 2d.pattern.paint.norepeat.outside] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker.js.ini deleted file mode 100644 index 1ae5e67ad59d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.norepeat.outside.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.norepeat.outside.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.html.ini deleted file mode 100644 index 41707d5bdb7a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.orientation.canvas.html] - [Canvas patterns do not get flipped when painted] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker.js.ini deleted file mode 100644 index a043e37a9387..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.canvas.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.orientation.canvas.worker.html] - [Canvas patterns do not get flipped when painted] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image.html.ini deleted file mode 100644 index 947172da5d29..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.orientation.image.html] - [Image patterns do not get flipped when painted] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker.js.ini deleted file mode 100644 index 3ae068f7c81f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.orientation.image.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.orientation.image.worker.html] - [Image patterns do not get flipped when painted] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.html.ini index f5af5115e4c7..e2ada3d0627b 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.html.ini @@ -1,4 +1,4 @@ [2d.pattern.paint.repeat.basic.html] - [OffscreenCanvas test: 2d.pattern.paint.repeat.basic] - expected: FAIL - + expected: + if os == "linux": [OK, ERROR] + if os == "mac": [OK, ERROR] diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker.js.ini deleted file mode 100644 index 2258a149ec25..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeat.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.html.ini deleted file mode 100644 index 584ece267cc8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeat.coord1.html] - [OffscreenCanvas test: 2d.pattern.paint.repeat.coord1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker.js.ini deleted file mode 100644 index dfe2f7b03eef..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeat.coord1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.html.ini deleted file mode 100644 index 601c4e305d4e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeat.coord2.html] - [OffscreenCanvas test: 2d.pattern.paint.repeat.coord2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker.js.ini deleted file mode 100644 index 9482ceb3fd5d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeat.coord2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.html.ini deleted file mode 100644 index 6c351f901963..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeat.coord3.html] - [OffscreenCanvas test: 2d.pattern.paint.repeat.coord3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker.js.ini deleted file mode 100644 index 208dc89c31da..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.coord3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeat.coord3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.html.ini index ccdaaa1df88d..1eccd3df319e 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.html.ini @@ -1,4 +1,4 @@ [2d.pattern.paint.repeat.outside.html] - [OffscreenCanvas test: 2d.pattern.paint.repeat.outside] - expected: FAIL + expected: + if os == "linux": [ERROR, OK] diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker.js.ini deleted file mode 100644 index 62f773680be2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeat.outside.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeat.outside.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.html.ini deleted file mode 100644 index 354a21b922cb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeatx.basic.html] - [OffscreenCanvas test: 2d.pattern.paint.repeatx.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker.js.ini deleted file mode 100644 index a70d19497c6b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeatx.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.html.ini deleted file mode 100644 index 288a61063e5c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeatx.coord1.html] - [OffscreenCanvas test: 2d.pattern.paint.repeatx.coord1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker.js.ini deleted file mode 100644 index d5e572124499..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.coord1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeatx.coord1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.html.ini deleted file mode 100644 index a27a8dcbbc01..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeatx.outside.html] - [OffscreenCanvas test: 2d.pattern.paint.repeatx.outside] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker.js.ini deleted file mode 100644 index ee3cdd3b8d04..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeatx.outside.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeatx.outside.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.html.ini deleted file mode 100644 index 028fe614e488..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeaty.basic.html] - [OffscreenCanvas test: 2d.pattern.paint.repeaty.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker.js.ini deleted file mode 100644 index 880bd580da5a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeaty.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.html.ini deleted file mode 100644 index f2110e702ba1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeaty.coord1.html] - [OffscreenCanvas test: 2d.pattern.paint.repeaty.coord1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker.js.ini deleted file mode 100644 index 790df4ff997a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.coord1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeaty.coord1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.html.ini deleted file mode 100644 index 035bd9b0101b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeaty.outside.html] - [OffscreenCanvas test: 2d.pattern.paint.repeaty.outside] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker.js.ini deleted file mode 100644 index 60bbba05f78d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.paint.repeaty.outside.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.paint.repeaty.outside.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case.html.ini deleted file mode 100644 index 435cc16a9524..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.case.html] - [OffscreenCanvas test: 2d.pattern.repeat.case] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case.worker.js.ini deleted file mode 100644 index 109a83343b07..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.case.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.case.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty.html.ini deleted file mode 100644 index 89b79ac53fab..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.empty.html] - [OffscreenCanvas test: 2d.pattern.repeat.empty] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty.worker.js.ini deleted file mode 100644 index 46202a09c105..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.empty.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.empty.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null.html.ini deleted file mode 100644 index 1287cecd4ead..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.null.html] - [OffscreenCanvas test: 2d.pattern.repeat.null] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null.worker.js.ini deleted file mode 100644 index a78ab80c11c8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.null.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.null.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.html.ini deleted file mode 100644 index f1765e76268a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.nullsuffix.html] - [OffscreenCanvas test: 2d.pattern.repeat.nullsuffix] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker.js.ini deleted file mode 100644 index d65d8d3150ba..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.nullsuffix.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.nullsuffix.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined.html.ini deleted file mode 100644 index 525c87f2b3cd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.undefined.html] - [OffscreenCanvas test: 2d.pattern.repeat.undefined] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker.js.ini deleted file mode 100644 index 9324363879fa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.undefined.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.undefined.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.html.ini deleted file mode 100644 index 18e149c16700..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.unrecognised.html] - [OffscreenCanvas test: 2d.pattern.repeat.unrecognised] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker.js.ini deleted file mode 100644 index b9a3090b71a3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognised.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.unrecognised.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.html.ini deleted file mode 100644 index 975b2af3e830..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.unrecognisednull.html] - [OffscreenCanvas test: 2d.pattern.repeat.unrecognisednull] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker.js.ini deleted file mode 100644 index b9e2c6ed5ae0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.pattern.repeat.unrecognisednull.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.pattern.repeat.unrecognisednull.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default.html.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default.html.ini deleted file mode 100644 index 0faa767cef09..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeStyle.default.html] - [OffscreenCanvas test: 2d.strokeStyle.default] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default.worker.js.ini deleted file mode 100644 index 6530b291aa96..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/fill-and-stroke-styles/2d.strokeStyle.default.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.strokeStyle.default.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.butt.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.butt.html.ini deleted file mode 100644 index f0a6c7f2e984..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.butt.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.butt.html] - [lineCap 'butt' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.butt.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.butt.worker.js.ini deleted file mode 100644 index 6f64b181cc26..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.butt.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.butt.worker.html] - [lineCap 'butt' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.closed.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.closed.html.ini deleted file mode 100644 index cbad443c3c74..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.closed.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.closed.html] - [Line caps are not drawn at the corners of an unclosed rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.closed.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.closed.worker.js.ini deleted file mode 100644 index 96690215a25b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.closed.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.closed.worker.html] - [Line caps are not drawn at the corners of an unclosed rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.invalid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.invalid.html.ini deleted file mode 100644 index 27875c874366..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.invalid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.invalid.html] - [Setting lineCap to invalid values is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.invalid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.invalid.worker.js.ini deleted file mode 100644 index b5cecb19a1e5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.invalid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.invalid.worker.html] - [Setting lineCap to invalid values is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.open.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.open.html.ini deleted file mode 100644 index 53ab70a29160..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.open.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.open.html] - [Line caps are drawn at the corners of an unclosed rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.open.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.open.worker.js.ini deleted file mode 100644 index c43b8b4a07c6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.open.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.open.worker.html] - [Line caps are drawn at the corners of an unclosed rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.round.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.round.html.ini deleted file mode 100644 index 63fd4382c1e8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.round.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.round.html] - [lineCap 'round' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.round.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.round.worker.js.ini deleted file mode 100644 index 8f7f3a0f347e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.round.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.round.worker.html] - [lineCap 'round' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.square.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.square.html.ini deleted file mode 100644 index 8e722c85f986..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.square.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.square.html] - [lineCap 'square' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.square.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.square.worker.js.ini deleted file mode 100644 index 0b131b803290..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.square.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.square.worker.html] - [lineCap 'square' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.valid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.valid.html.ini deleted file mode 100644 index eca86f20ad6b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.valid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.valid.html] - [Setting lineCap to valid values works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.valid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.valid.worker.js.ini deleted file mode 100644 index 5257f552d6d1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cap.valid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cap.valid.worker.html] - [Setting lineCap to valid values works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cross.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cross.html.ini deleted file mode 100644 index 93c9cac1135b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cross.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cross.html] - [OffscreenCanvas test: 2d.line.cross] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cross.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cross.worker.js.ini deleted file mode 100644 index acabcceeec6b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.cross.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.cross.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.defaults.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.defaults.html.ini deleted file mode 100644 index 20d04dae0dbe..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.defaults.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.defaults.html] - [OffscreenCanvas test: 2d.line.defaults] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.defaults.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.defaults.worker.js.ini deleted file mode 100644 index 0762d1d60bff..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.defaults.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.defaults.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.bevel.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.bevel.html.ini deleted file mode 100644 index 2881a4b8e6ad..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.bevel.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.bevel.html] - [lineJoin 'bevel' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.bevel.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.bevel.worker.js.ini deleted file mode 100644 index c6963a2ea206..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.bevel.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.bevel.worker.html] - [lineJoin 'bevel' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.closed.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.closed.html.ini deleted file mode 100644 index 44358370e2a6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.closed.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.closed.html] - [Line joins are drawn at the corner of a closed rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.closed.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.closed.worker.js.ini deleted file mode 100644 index 89c5990a1a07..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.closed.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.closed.worker.html] - [Line joins are drawn at the corner of a closed rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.invalid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.invalid.html.ini deleted file mode 100644 index 1109b7a38f1f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.invalid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.invalid.html] - [Setting lineJoin to invalid values is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.invalid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.invalid.worker.js.ini deleted file mode 100644 index 46eb383b55ae..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.invalid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.invalid.worker.html] - [Setting lineJoin to invalid values is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.miter.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.miter.html.ini deleted file mode 100644 index 961aecd2ab44..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.miter.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.miter.html] - [lineJoin 'miter' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.miter.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.miter.worker.js.ini deleted file mode 100644 index fdaee24b0ba4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.miter.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.miter.worker.html] - [lineJoin 'miter' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.open.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.open.html.ini deleted file mode 100644 index 4195f9e2f8a1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.open.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.open.html] - [Line joins are not drawn at the corner of an unclosed rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.open.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.open.worker.js.ini deleted file mode 100644 index 3287952099d4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.open.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.open.worker.html] - [Line joins are not drawn at the corner of an unclosed rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.parallel.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.parallel.html.ini deleted file mode 100644 index 4e07d0a03095..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.parallel.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.parallel.html] - [Line joins are drawn at 180-degree joins] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.parallel.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.parallel.worker.js.ini deleted file mode 100644 index ac4536eadc67..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.parallel.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.parallel.worker.html] - [Line joins are drawn at 180-degree joins] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.round.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.round.html.ini deleted file mode 100644 index 0ba9c4b5843b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.round.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.round.html] - [lineJoin 'round' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.round.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.round.worker.js.ini deleted file mode 100644 index beec9847fdd3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.round.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.round.worker.html] - [lineJoin 'round' is rendered correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.valid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.valid.html.ini deleted file mode 100644 index be55fc678181..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.valid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.valid.html] - [Setting lineJoin to valid values works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.valid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.valid.worker.js.ini deleted file mode 100644 index 7d5152b8cb1c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.join.valid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.join.valid.worker.html] - [Setting lineJoin to valid values works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.acute.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.acute.html.ini deleted file mode 100644 index 850168936301..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.acute.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.acute.html] - [Miter joins are drawn correctly with acute angles] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.acute.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.acute.worker.js.ini deleted file mode 100644 index 4673b5138afe..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.acute.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.acute.worker.html] - [Miter joins are drawn correctly with acute angles] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.exceeded.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.exceeded.html.ini deleted file mode 100644 index 6ec19c362115..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.exceeded.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.exceeded.html] - [Miter joins are not drawn when the miter limit is exceeded] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.exceeded.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.exceeded.worker.js.ini deleted file mode 100644 index de0745565b25..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.exceeded.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.exceeded.worker.html] - [Miter joins are not drawn when the miter limit is exceeded] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.invalid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.invalid.html.ini deleted file mode 100644 index 3a01b53509e2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.invalid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.invalid.html] - [Setting miterLimit to invalid values is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.invalid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.invalid.worker.js.ini deleted file mode 100644 index d2e955cf9394..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.invalid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.invalid.worker.html] - [Setting miterLimit to invalid values is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.lineedge.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.lineedge.html.ini deleted file mode 100644 index a697e0ba0ce6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.lineedge.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.lineedge.html] - [Miter joins are not drawn when the miter limit is exceeded at the corners of a zero-height rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.lineedge.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.lineedge.worker.js.ini deleted file mode 100644 index cec82e37f69b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.lineedge.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.lineedge.worker.html] - [Miter joins are not drawn when the miter limit is exceeded at the corners of a zero-height rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.obtuse.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.obtuse.html.ini deleted file mode 100644 index 4ac8a4528f9e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.obtuse.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.obtuse.html] - [Miter joins are drawn correctly with obtuse angles] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.obtuse.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.obtuse.worker.js.ini deleted file mode 100644 index 59c5ada55771..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.obtuse.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.obtuse.worker.html] - [Miter joins are drawn correctly with obtuse angles] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.rightangle.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.rightangle.html.ini deleted file mode 100644 index 25c5898e6715..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.rightangle.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.rightangle.html] - [Miter joins are not drawn when the miter limit is exceeded, on exact right angles] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.rightangle.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.rightangle.worker.js.ini deleted file mode 100644 index fbb62b3aec01..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.rightangle.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.rightangle.worker.html] - [Miter joins are not drawn when the miter limit is exceeded, on exact right angles] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.valid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.valid.html.ini deleted file mode 100644 index dce18f013421..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.valid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.valid.html] - [Setting miterLimit to valid values works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.valid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.valid.worker.js.ini deleted file mode 100644 index 8302498c56e8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.valid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.valid.worker.html] - [Setting miterLimit to valid values works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.within.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.within.html.ini deleted file mode 100644 index d94c24db216f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.within.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.within.html] - [Miter joins are drawn when the miter limit is not quite exceeded] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.within.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.within.worker.js.ini deleted file mode 100644 index a1a0497f2ea8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.miter.within.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.miter.within.worker.html] - [Miter joins are drawn when the miter limit is not quite exceeded] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.union.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.union.html.ini deleted file mode 100644 index 05265d31442e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.union.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.union.html] - [OffscreenCanvas test: 2d.line.union] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.union.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.union.worker.js.ini deleted file mode 100644 index ea56bf8c447f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.union.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.union.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.basic.html.ini deleted file mode 100644 index 30165a66667e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.width.basic.html] - [lineWidth determines the width of line strokes] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.basic.worker.js.ini deleted file mode 100644 index ca69f522a8ee..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.width.basic.worker.html] - [lineWidth determines the width of line strokes] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.invalid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.invalid.html.ini deleted file mode 100644 index fd9696126554..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.invalid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.width.invalid.html] - [Setting lineWidth to invalid values is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.invalid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.invalid.worker.js.ini deleted file mode 100644 index c9a5166366ed..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.invalid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.width.invalid.worker.html] - [Setting lineWidth to invalid values is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.scaledefault.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.scaledefault.html.ini deleted file mode 100644 index 07f6c670a1f6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.scaledefault.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.width.scaledefault.html] - [Default lineWidth strokes are affected by scale transformations] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.scaledefault.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.scaledefault.worker.js.ini deleted file mode 100644 index bdba1565e4bd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.scaledefault.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.width.scaledefault.worker.html] - [Default lineWidth strokes are affected by scale transformations] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.transformed.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.transformed.html.ini deleted file mode 100644 index 24486d114c38..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.transformed.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.width.transformed.html] - [Line stroke widths are affected by scale transformations] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.transformed.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.transformed.worker.js.ini deleted file mode 100644 index e04ee81adc6d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.transformed.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.width.transformed.worker.html] - [Line stroke widths are affected by scale transformations] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.valid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.valid.html.ini deleted file mode 100644 index 02e6345e5205..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.valid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.width.valid.html] - [Setting lineWidth to valid values works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.valid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.valid.worker.js.ini deleted file mode 100644 index 6a875bde40f4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/line-styles/2d.line.width.valid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.line.width.valid.worker.html] - [Setting lineWidth to valid values works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/convert-to-blob/offscreencanvas.convert.to.blob.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/convert-to-blob/offscreencanvas.convert.to.blob.html.ini index 4a35ddad23c7..4f5ed8fa2776 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/convert-to-blob/offscreencanvas.convert.to.blob.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/convert-to-blob/offscreencanvas.convert.to.blob.html.ini @@ -1,22 +1,6 @@ [offscreencanvas.convert.to.blob.html] - [Test that convertToBlob with webp produces correct result] - expected: FAIL - - [Test that convertToBlob with default type produces correct result] - expected: FAIL - - [Test that convertToBlob with png produces correct result] - expected: FAIL - - [Test that convertToBlob with jpge produces correct result] - expected: FAIL + expected: [ERROR, TIMEOUT] [Test that call convertToBlob on a OffscreenCanvas with size 0 throws exception] expected: FAIL - [Test that call convertToBlob on a detached OffscreenCanvas throws exception] - expected: FAIL - - [Test that call convertToBlob on a OffscreenCanvas with tainted origin throws exception] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/convert-to-blob/offscreencanvas.convert.to.blob.w.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/convert-to-blob/offscreencanvas.convert.to.blob.w.html.ini index cd8c079902eb..f23e5f5b3197 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/convert-to-blob/offscreencanvas.convert.to.blob.w.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/convert-to-blob/offscreencanvas.convert.to.blob.w.html.ini @@ -1,41 +1,17 @@ [offscreencanvas.convert.to.blob.w.html] - expected: ERROR - [Test that convertToBlob with jpeg/default quality produces correct result in a worker] - expected: FAIL + expected: [ERROR, TIMEOUT] [Test that convertToBlob with png/0.2 quality produces correct result in a worker] - expected: FAIL + expected: TIMEOUT - [Test that convertToBlob with webp/1.0 quality produces correct result in a worker] - expected: FAIL + [Test that convertToBlob with png/1.0 quality produces correct result in a worker] + expected: TIMEOUT + + [Test that convertToBlob with default type/1.0 quality produces correct result in a worker] + expected: TIMEOUT + + [Test that convertToBlob with default type/0.2 quality produces correct result in a worker] + expected: TIMEOUT [Test that call convertToBlob on a OffscreenCanvas with size 0 throws exception in a worker] expected: FAIL - - [Test that convertToBlob with png/1.0 quality produces correct result in a worker] - expected: FAIL - - [Test that convertToBlob with default type/1.0 quality produces correct result in a worker] - expected: FAIL - - [Test that convertToBlob with jpeg/1.0 quality produces correct result in a worker] - expected: FAIL - - [Test that convertToBlob with webp/0.2 quality produces correct result in a worker] - expected: FAIL - - [Test that convertToBlob with webp/default quality produces correct result in a worker] - expected: FAIL - - [Test that convertToBlob with jpeg/0.2 quality produces correct result in a worker] - expected: FAIL - - [Test that convertToBlob with default type/0.2 quality produces correct result in a worker] - expected: FAIL - - [Test that convertToBlob with png/default quality produces correct result in a worker] - expected: FAIL - - [Test that convertToBlob with default arguments produces correct result in a worker] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/image-smoothing/image.smoothing.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/image-smoothing/image.smoothing.html.ini deleted file mode 100644 index fad85e78a539..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/image-smoothing/image.smoothing.html.ini +++ /dev/null @@ -1,28 +0,0 @@ -[image.smoothing.html] - [On getting imageSmoothingEnabled, the user agent must return the last value it was set to.] - expected: FAIL - - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with stroke() and createPattern().] - expected: FAIL - - [When the context is created, imageSmoothingEnabled must be set to true.] - expected: FAIL - - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with drawImage().] - expected: FAIL - - [Test that image smoothing works when imageSmoothingEnabled is set to true] - expected: FAIL - - [Test that image smoothing is actually on by default.] - expected: FAIL - - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with fillRect and createPattern().] - expected: FAIL - - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with fill() and createPattern().] - expected: FAIL - - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) still works after repaints.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/image-smoothing/image.smoothing.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/image-smoothing/image.smoothing.worker.js.ini deleted file mode 100644 index 29ab4a6d61be..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/image-smoothing/image.smoothing.worker.js.ini +++ /dev/null @@ -1,28 +0,0 @@ -[image.smoothing.worker.html] - [On getting imageSmoothingEnabled, the user agent must return the last value it was set to.] - expected: FAIL - - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with stroke() and createPattern().] - expected: FAIL - - [When the context is created, imageSmoothingEnabled must be set to true.] - expected: FAIL - - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with drawImage().] - expected: FAIL - - [Test that image smoothing works when imageSmoothingEnabled is set to true] - expected: FAIL - - [Test that image smoothing is actually on by default.] - expected: FAIL - - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with fillRect and createPattern().] - expected: FAIL - - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with fill() and createPattern().] - expected: FAIL - - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) still works after repaints.] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.html.ini index ff3a587f818c..ef4e69822bf1 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.html.ini @@ -1,6 +1,8 @@ [offscreencanvas.commit.html] [Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.] - expected: FAIL + expected: + if os == "android": PASS + FAIL [Test that calling commit on an OffscreenCanvas that is not transferred from a HTMLCanvasElement is a noop.] expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.w.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.w.html.ini deleted file mode 100644 index 2a44ff2d2986..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.commit.w.html.ini +++ /dev/null @@ -1,15 +0,0 @@ -[offscreencanvas.commit.w.html] - expected: - if (os == "linux") and not fission and not swgl and debug: [ERROR, OK] - if (os == "linux") and not fission and not swgl and not debug: [ERROR, OK] - if (os == "linux") and fission and debug: [ERROR, OK] - if (os == "linux") and not fission and swgl: [ERROR, OK] - if (os == "win") and not debug and fission: [ERROR, OK] - if (os == "android") and not debug: [ERROR, OK] - if (os == "mac") and debug: [ERROR, OK] - [OK, ERROR] - [Test that calling OffscreenCanvas's commit pushes its contents to its placeholder.] - expected: FAIL - - [Test that calling commit on an OffscreenCanvas that is not transferred from a HTMLCanvasElement throws an exception in a worker.] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.html.ini index 2d8031e11865..de01c6681694 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.html.ini @@ -1,21 +1,7 @@ [offscreencanvas.getcontext.html] [Test that getContext with supported string returns correct results] - expected: FAIL - - [Test that OffscreenCanvasRenderingContext2D with alpha enabled preserves the alpha] - expected: FAIL - - [Test that OffscreenCanvasRenderingContext2D with alpha disabled makes the OffscreenCanvas opaque] - expected: FAIL - - [Test that getContext twice with different context type returns null the second time] - expected: FAIL - - [Test that 'alpha' context creation attribute is true by default] - expected: FAIL - - [Test that 2dcontext.canvas should return the original OffscreenCanvas] - expected: FAIL + expected: + if os == "win": FAIL [Test that webglcontext.canvas should return the original OffscreenCanvas] expected: diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.worker.js.ini index 8b28b2a486cd..a996ae09e1d5 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.worker.js.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.getcontext.worker.js.ini @@ -1,21 +1,7 @@ [offscreencanvas.getcontext.worker.html] [Test that getContext with supported string returns correct results] - expected: FAIL - - [Test that OffscreenCanvasRenderingContext2D with alpha enabled preserves the alpha] - expected: FAIL - - [Test that OffscreenCanvasRenderingContext2D with alpha disabled makes the OffscreenCanvas opaque] - expected: FAIL - - [Test that getContext twice with different context type returns null the second time] - expected: FAIL - - [Test that 'alpha' context creation attribute is true by default] - expected: FAIL - - [Test that 2dcontext.canvas should return the original OffscreenCanvas] - expected: FAIL + expected: + if os == "win": FAIL [Test that webglcontext.canvas should return the original OffscreenCanvas] expected: diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.resize.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.resize.html.ini index 8c917116aaf8..7ead8832aad1 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.resize.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.resize.html.ini @@ -1,18 +1,11 @@ [offscreencanvas.resize.html] - [Verify that resizing a 2d context resets its state.] - expected: FAIL - - [Verify that writing to the width and height attributes of an OffscreenCanvas works when there is a 2d context attached.] - expected: FAIL - [Verify that setting the size of a 2d context to the same size it already had resets its state.] expected: FAIL [Verify that resizing an OffscreenCanvas with a 2d context propagates the new size to its placeholder canvas asynchronously.] - expected: FAIL - - [Verify that drawImage uses the size of the frame as the intinsic size of a placeholder canvas.] - expected: FAIL + expected: + if os == "android": PASS + FAIL [Verify that resizing an OffscreenCanvas with a webgl context propagates the new size to its placeholder canvas asynchronously.] expected: diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.html.ini index a32dc7148dba..2f65b9f807b5 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.html.ini @@ -1,13 +1,7 @@ [offscreencanvas.transfer.to.imagebitmap.html] - [Test that transferToImageBitmap returns an ImageBitmap with correct color] - expected: FAIL - [Test that call transferToImageBitmap on a detached OffscreenCanvas throws an exception] expected: FAIL - [Test that transferToImageBitmap returns an ImageBitmap with correct width and height] - expected: FAIL - [Test that transferToImageBitmap without a context throws an exception] expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w.html.ini index 66fc752c78a9..e7b218d9a5f9 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transfer.to.imagebitmap.w.html.ini @@ -1,14 +1,4 @@ [offscreencanvas.transfer.to.imagebitmap.w.html] - expected: ERROR - [Test that call transferToImageBitmap twice returns an ImageBitmap with correct color in a worker] - expected: FAIL - - [Test that transferToImageBitmap returns an ImageBitmap with correct width and height in a worker] - expected: FAIL - - [Test that transferToImageBitmap returns an ImageBitmap with correct color in a worker] - expected: FAIL - [Test that call transferToImageBitmap without a context throws an exception in a worker] expected: FAIL @@ -18,6 +8,3 @@ [Test that transferToImageBitmap won't change context's property in a worker] expected: FAIL - [Test that call transferToImageBitmap twice on a alpha-disabled context returns an ImageBitmap with correct color in a worker] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transferrable.w.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transferrable.w.html.ini index 5af67ec87d4c..80cf800f5d20 100644 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transferrable.w.html.ini +++ b/testing/web-platform/meta/html/canvas/offscreen/manual/the-offscreen-canvas/offscreencanvas.transferrable.w.html.ini @@ -1,10 +1,4 @@ [offscreencanvas.transferrable.w.html] - expected: - if (os == "win") and fission and not debug: [ERROR, OK] - if (os == "linux") and debug and fission: [ERROR, OK] - if (os == "linux") and not debug and (processor == "x86_64"): [ERROR, OK, CRASH] - if (os == "linux") and not debug and (processor == "x86"): [ERROR, OK, CRASH] - ERROR [Test that transfer an OffscreenCanvas that has a webgl context throws exception in a worker.] expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/transformations/2d.transformation.getTransform.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/transformations/2d.transformation.getTransform.html.ini deleted file mode 100644 index 9cf6018f658c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/transformations/2d.transformation.getTransform.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.transformation.getTransform.html] - expected: ERROR diff --git a/testing/web-platform/meta/html/canvas/offscreen/manual/wide-gamut-canvas/2d.color.space.p3.convertToBlobp3.canvas.html.ini b/testing/web-platform/meta/html/canvas/offscreen/manual/wide-gamut-canvas/2d.color.space.p3.convertToBlobp3.canvas.html.ini deleted file mode 100644 index 503416750e78..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/manual/wide-gamut-canvas/2d.color.space.p3.convertToBlobp3.canvas.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.color.space.p3.convertToBlobp3.canvas.html] - [test if toblob returns p3 data from p3 color space canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.1.html.ini deleted file mode 100644 index 005d2a682ce5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.1.html] - [arc() draws pi/2 .. -pi anticlockwise correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.1.worker.js.ini deleted file mode 100644 index 2d5289f42ad2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.1.worker.html] - [arc() draws pi/2 .. -pi anticlockwise correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.2.html.ini deleted file mode 100644 index 6b98d69ff864..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.2.html] - [arc() draws -3pi/2 .. -pi anticlockwise correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.2.worker.js.ini deleted file mode 100644 index 792b846b3a69..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.2.worker.html] - [arc() draws -3pi/2 .. -pi anticlockwise correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.3.html.ini deleted file mode 100644 index c296b8da127e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.3.html] - [arc() wraps angles mod 2pi when anticlockwise and end > start+2pi] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.3.worker.js.ini deleted file mode 100644 index 6d16aa6b8987..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.3.worker.html] - [arc() wraps angles mod 2pi when anticlockwise and end > start+2pi] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.4.html.ini deleted file mode 100644 index 2f9413897b0f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.4.html] - [arc() draws a full circle when clockwise and end > start+2pi] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.4.worker.js.ini deleted file mode 100644 index 8127975e9a8d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.4.worker.html] - [arc() draws a full circle when clockwise and end > start+2pi] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.5.html.ini deleted file mode 100644 index 9fad20a45fd9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.5.html] - [arc() wraps angles mod 2pi when clockwise and start > end+2pi] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.5.worker.js.ini deleted file mode 100644 index 7fa9724b7a69..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.5.worker.html] - [arc() wraps angles mod 2pi when clockwise and start > end+2pi] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.6.html.ini deleted file mode 100644 index b5f7cd2d8ee8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.6.html] - [arc() draws a full circle when anticlockwise and start > end+2pi] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.6.worker.js.ini deleted file mode 100644 index 9d47eb4e5c97..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.angle.6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.angle.6.worker.html] - [arc() draws a full circle when anticlockwise and start > end+2pi] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.default.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.default.html.ini deleted file mode 100644 index c99f0481fb51..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.default.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.default.html] - [arc() with missing last argument defaults to clockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.default.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.default.worker.js.ini deleted file mode 100644 index a12d9203aab3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.default.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.default.worker.html] - [arc() with missing last argument defaults to clockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.empty.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.empty.html.ini deleted file mode 100644 index 000cc940756c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.empty.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.empty.html] - [arc() with an empty path does not draw a straight line to the start point] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.empty.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.empty.worker.js.ini deleted file mode 100644 index 2fb59a571347..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.empty.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.empty.worker.html] - [arc() with an empty path does not draw a straight line to the start point] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.end.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.end.html.ini deleted file mode 100644 index f982c4b6cd77..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.end.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.end.html] - [arc() adds the end point of the arc to the subpath] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.end.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.end.worker.js.ini deleted file mode 100644 index 386b70a408c9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.end.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.end.worker.html] - [arc() adds the end point of the arc to the subpath] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.negative.html.ini deleted file mode 100644 index 4b585270b2e3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.negative.html] - [arc() with negative radius throws INDEX_SIZE_ERR] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.negative.worker.js.ini deleted file mode 100644 index ac7a3a23e809..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.negative.worker.html] - [arc() with negative radius throws INDEX_SIZE_ERR] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonempty.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonempty.html.ini deleted file mode 100644 index b0c15210f3a7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonempty.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.nonempty.html] - [arc() with a non-empty path does draw a straight line to the start point] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonempty.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonempty.worker.js.ini deleted file mode 100644 index 918085516208..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonempty.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.nonempty.worker.html] - [arc() with a non-empty path does draw a straight line to the start point] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite.html.ini deleted file mode 100644 index 26f171d1ee25..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.nonfinite.html] - [arc() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite.worker.js.ini deleted file mode 100644 index dc2eaade7d4a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.nonfinite.worker.html] - [arc() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.html.ini deleted file mode 100644 index 0eef1e600cba..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.scale.1.html] - [Non-uniformly scaled arcs are the right shape] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.worker.js.ini deleted file mode 100644 index 7f540a86a2ca..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.scale.1.worker.html] - [Non-uniformly scaled arcs are the right shape] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.2.html.ini deleted file mode 100644 index 72ac9cfb4dca..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.scale.2.html] - [Highly scaled arcs are the right shape] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.2.worker.js.ini deleted file mode 100644 index 371fcaebd482..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.scale.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.scale.2.worker.html] - [Highly scaled arcs are the right shape] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1.html.ini deleted file mode 100644 index 7c1f22ff41c7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.selfintersect.1.html] - [arc() with lineWidth > 2*radius is drawn sensibly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1.worker.js.ini deleted file mode 100644 index ce1483573882..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.selfintersect.1.worker.html] - [arc() with lineWidth > 2*radius is drawn sensibly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2.html.ini deleted file mode 100644 index a25bacaabed4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.selfintersect.2.html] - [arc() with lineWidth > 2*radius is drawn sensibly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2.worker.js.ini deleted file mode 100644 index d024069363ba..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.selfintersect.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.selfintersect.2.worker.html] - [arc() with lineWidth > 2*radius is drawn sensibly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.1.html.ini deleted file mode 100644 index bd75f8ab39b1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.shape.1.html] - [arc() from 0 to pi does not draw anything in the wrong half] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.1.worker.js.ini deleted file mode 100644 index c7698ce2f86e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.shape.1.worker.html] - [arc() from 0 to pi does not draw anything in the wrong half] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.2.html.ini deleted file mode 100644 index 59f9356ffcf5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.shape.2.html] - [arc() from 0 to pi draws stuff in the right half] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.2.worker.js.ini deleted file mode 100644 index 745bae79417f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.shape.2.worker.html] - [arc() from 0 to pi draws stuff in the right half] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.3.html.ini deleted file mode 100644 index c285647918d1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.shape.3.html] - [arc() from 0 to -pi/2 does not draw anything in the wrong quadrant] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.3.worker.js.ini deleted file mode 100644 index 2b1fbd6646df..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.shape.3.worker.html] - [arc() from 0 to -pi/2 does not draw anything in the wrong quadrant] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.4.html.ini deleted file mode 100644 index c22e98e44d26..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.shape.4.html] - [arc() from 0 to -pi/2 draws stuff in the right quadrant] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.4.worker.js.ini deleted file mode 100644 index ded002085954..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.shape.4.worker.html] - [arc() from 0 to -pi/2 draws stuff in the right quadrant] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.5.html.ini deleted file mode 100644 index 8f77ab68349e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.shape.5.html] - [arc() from 0 to 5pi does not draw crazy things] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.5.worker.js.ini deleted file mode 100644 index 935430bc1eb6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.shape.5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.shape.5.worker.html] - [arc() from 0 to 5pi does not draw crazy things] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1.html.ini deleted file mode 100644 index 522695b4c569..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.twopie.1.html] - [arc() draws nothing when end = start + 2pi-e and anticlockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1.worker.js.ini deleted file mode 100644 index ba0a32aebbdd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.twopie.1.worker.html] - [arc() draws nothing when end = start + 2pi-e and anticlockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2.html.ini deleted file mode 100644 index 8b8c2ed79bd1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.twopie.2.html] - [arc() draws a full circle when end = start + 2pi-e and clockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2.worker.js.ini deleted file mode 100644 index e8234cc44eb6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.twopie.2.worker.html] - [arc() draws a full circle when end = start + 2pi-e and clockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3.html.ini deleted file mode 100644 index c1e40e7c3d98..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.twopie.3.html] - [arc() draws a full circle when end = start + 2pi+e and anticlockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3.worker.js.ini deleted file mode 100644 index 07e0bb88d273..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.twopie.3.worker.html] - [arc() draws a full circle when end = start + 2pi+e and anticlockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4.html.ini deleted file mode 100644 index e0afa4637de7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.twopie.4.html] - [arc() draws nothing when end = start + 2pi+e and clockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4.worker.js.ini deleted file mode 100644 index a209314a217a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.twopie.4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.twopie.4.worker.html] - [arc() draws nothing when end = start + 2pi+e and clockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.1.html.ini deleted file mode 100644 index 34447262a8da..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.zero.1.html] - [arc() draws nothing when startAngle = endAngle and anticlockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.1.worker.js.ini deleted file mode 100644 index 3e96c5a335b7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.zero.1.worker.html] - [arc() draws nothing when startAngle = endAngle and anticlockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.2.html.ini deleted file mode 100644 index d70a46284446..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.zero.2.html] - [arc() draws nothing when startAngle = endAngle and clockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.2.worker.js.ini deleted file mode 100644 index 30eb9c1c6332..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zero.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.zero.2.worker.html] - [arc() draws nothing when startAngle = endAngle and clockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.html.ini deleted file mode 100644 index 9c1e858e97c7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.zeroradius.html] - [arc() with zero radius draws a line to the start point] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.worker.js.ini deleted file mode 100644 index 11589e29f946..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arc.zeroradius.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arc.zeroradius.worker.html] - [arc() with zero radius draws a line to the start point] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.html.ini deleted file mode 100644 index 5eabf8a49b25..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.coincide.1.html] - [arcTo() has no effect if P0 = P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.worker.js.ini deleted file mode 100644 index 779f7143c77f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.coincide.1.worker.html] - [arcTo() has no effect if P0 = P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2.html.ini deleted file mode 100644 index 73c6f5074023..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.coincide.2.html] - [arcTo() draws a straight line to P1 if P1 = P2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2.worker.js.ini deleted file mode 100644 index 006fca16d89f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.coincide.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.coincide.2.worker.html] - [arcTo() draws a straight line to P1 if P1 = P2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1.html.ini deleted file mode 100644 index cf03c07ce28b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.collinear.1.html] - [arcTo() with all points on a line, and P1 between P0/P2, draws a straight line to P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1.worker.js.ini deleted file mode 100644 index ee4933bda487..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.collinear.1.worker.html] - [arcTo() with all points on a line, and P1 between P0/P2, draws a straight line to P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2.html.ini deleted file mode 100644 index 19ab518571fc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.collinear.2.html] - [arcTo() with all points on a line, and P2 between P0/P1, draws a straight line to P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2.worker.js.ini deleted file mode 100644 index 57ef1e1e549e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.collinear.2.worker.html] - [arcTo() with all points on a line, and P2 between P0/P1, draws a straight line to P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3.html.ini deleted file mode 100644 index 80f603a4eb71..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.collinear.3.html] - [arcTo() with all points on a line, and P0 between P1/P2, draws a straight line to P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3.worker.js.ini deleted file mode 100644 index 1ef28fb1abb3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.collinear.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.collinear.3.worker.html] - [arcTo() with all points on a line, and P0 between P1/P2, draws a straight line to P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1.html.ini deleted file mode 100644 index e5593720aeb6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.ensuresubpath.1.html] - [If there is no subpath, the first control point is added (and nothing is drawn up to it)] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1.worker.js.ini deleted file mode 100644 index b2827e9bda99..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.ensuresubpath.1.worker.html] - [If there is no subpath, the first control point is added (and nothing is drawn up to it)] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2.html.ini deleted file mode 100644 index 72a5d82aa29a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.ensuresubpath.2.html] - [If there is no subpath, the first control point is added] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2.worker.js.ini deleted file mode 100644 index d66de99ecade..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.ensuresubpath.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.ensuresubpath.2.worker.html] - [If there is no subpath, the first control point is added] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.negative.html.ini deleted file mode 100644 index fef6c797f0e4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.negative.html] - [arcTo() with negative radius throws an exception] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.negative.worker.js.ini deleted file mode 100644 index e47251dbcd1b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.negative.worker.html] - [arcTo() with negative radius throws an exception] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite.html.ini deleted file mode 100644 index e51d59f00f86..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.nonfinite.html] - [arcTo() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite.worker.js.ini deleted file mode 100644 index d9f0de4cb217..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.nonfinite.worker.html] - [arcTo() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.scale.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.scale.html.ini deleted file mode 100644 index 583a1a2cf0c9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.scale.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.scale.html] - [arcTo scales the curve, not just the control points] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.scale.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.scale.worker.js.ini deleted file mode 100644 index 875612e1fa90..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.scale.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.scale.worker.html] - [arcTo scales the curve, not just the control points] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1.html.ini deleted file mode 100644 index c0f2458b0897..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.shape.curve1.html] - [arcTo() curves in the right kind of shape] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1.worker.js.ini deleted file mode 100644 index 8924d1b05339..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.shape.curve1.worker.html] - [arcTo() curves in the right kind of shape] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2.html.ini deleted file mode 100644 index 604b5e8b6bfe..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.shape.curve2.html] - [arcTo() curves in the right kind of shape] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2.worker.js.ini deleted file mode 100644 index 822ca101f8bf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.curve2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.shape.curve2.worker.html] - [arcTo() curves in the right kind of shape] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end.html.ini deleted file mode 100644 index 1df43783997c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.shape.end.html] - [arcTo() does not draw anything from P1 to P2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end.worker.js.ini deleted file mode 100644 index edc44a4537b6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.end.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.shape.end.worker.html] - [arcTo() does not draw anything from P1 to P2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start.html.ini deleted file mode 100644 index 04dfd8711af7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.shape.start.html] - [arcTo() draws a straight line from P0 to P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start.worker.js.ini deleted file mode 100644 index 675c573eefb1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.shape.start.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.shape.start.worker.html] - [arcTo() draws a straight line from P0 to P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation.html.ini deleted file mode 100644 index 569cfc2fb803..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.transformation.html] - [arcTo joins up to the last subpath point correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation.worker.js.ini deleted file mode 100644 index 15980b4b69d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.transformation.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.transformation.worker.html] - [arcTo joins up to the last subpath point correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1.html.ini deleted file mode 100644 index 78266b5dd79b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.zero.1.html] - [arcTo() with zero radius draws a straight line from P0 to P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1.worker.js.ini deleted file mode 100644 index 1efde3956d70..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.zero.1.worker.html] - [arcTo() with zero radius draws a straight line from P0 to P1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2.html.ini deleted file mode 100644 index 986014fd3de1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.zero.2.html] - [arcTo() with zero radius draws a straight line from P0 to P1, even when all points are collinear] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2.worker.js.ini deleted file mode 100644 index f874b5f74104..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.arcTo.zero.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.arcTo.zero.2.worker.html] - [arcTo() with zero radius draws a straight line from P0 to P1, even when all points are collinear] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.beginPath.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.beginPath.html.ini deleted file mode 100644 index ec3e9391da29..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.beginPath.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.beginPath.html] - [OffscreenCanvas test: 2d.path.beginPath] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.beginPath.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.beginPath.worker.js.ini deleted file mode 100644 index 6440b08d4210..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.beginPath.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.beginPath.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic.html.ini deleted file mode 100644 index 8defb4e799db..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.basic.html] - [OffscreenCanvas test: 2d.path.bezierCurveTo.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic.worker.js.ini deleted file mode 100644 index 615a485f73c4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.html.ini deleted file mode 100644 index db9aa3d99cfe..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.ensuresubpath.1.html] - [If there is no subpath, the first control point is added (and nothing is drawn up to it)] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker.js.ini deleted file mode 100644 index a0e75725404f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.ensuresubpath.1.worker.html] - [If there is no subpath, the first control point is added (and nothing is drawn up to it)] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.html.ini deleted file mode 100644 index c9aff42a65e7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.ensuresubpath.2.html] - [If there is no subpath, the first control point is added] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker.js.ini deleted file mode 100644 index 9ac567836488..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.ensuresubpath.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.ensuresubpath.2.worker.html] - [If there is no subpath, the first control point is added] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite.html.ini deleted file mode 100644 index 695fb374b971..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.nonfinite.html] - [bezierCurveTo() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite.worker.js.ini deleted file mode 100644 index 46af3c97fada..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.nonfinite.worker.html] - [bezierCurveTo() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled.html.ini deleted file mode 100644 index 1198b9dc54ec..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.scaled.html] - [OffscreenCanvas test: 2d.path.bezierCurveTo.scaled] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled.worker.js.ini deleted file mode 100644 index f58ee4c73bcb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.scaled.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.scaled.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape.html.ini deleted file mode 100644 index fcd40dbb1c21..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.shape.html] - [OffscreenCanvas test: 2d.path.bezierCurveTo.shape] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape.worker.js.ini deleted file mode 100644 index 09654e9bec94..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.bezierCurveTo.shape.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.bezierCurveTo.shape.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.1.html.ini deleted file mode 100644 index 0bf45a8c1d92..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.basic.1.html] - [OffscreenCanvas test: 2d.path.clip.basic.1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.1.worker.js.ini deleted file mode 100644 index 574a4b97e4d6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.basic.1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.2.html.ini deleted file mode 100644 index 5e70f6efd1c8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.basic.2.html] - [OffscreenCanvas test: 2d.path.clip.basic.2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.2.worker.js.ini deleted file mode 100644 index f2d3b7ccef2c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.basic.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.basic.2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.empty.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.empty.html.ini deleted file mode 100644 index de16e398d212..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.empty.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.empty.html] - [OffscreenCanvas test: 2d.path.clip.empty] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.empty.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.empty.worker.js.ini deleted file mode 100644 index 8abb212fd6ed..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.empty.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.empty.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.intersect.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.intersect.html.ini deleted file mode 100644 index 31b6f8321bda..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.intersect.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.intersect.html] - [OffscreenCanvas test: 2d.path.clip.intersect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.intersect.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.intersect.worker.js.ini deleted file mode 100644 index 26bb641e4270..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.intersect.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.intersect.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.unaffected.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.unaffected.html.ini deleted file mode 100644 index afe5308d7d25..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.unaffected.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.unaffected.html] - [OffscreenCanvas test: 2d.path.clip.unaffected] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.unaffected.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.unaffected.worker.js.ini deleted file mode 100644 index ef69f4e38394..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.unaffected.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.unaffected.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.1.html.ini deleted file mode 100644 index 898607ac0b8c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.winding.1.html] - [OffscreenCanvas test: 2d.path.clip.winding.1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.1.worker.js.ini deleted file mode 100644 index ce59bf659629..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.winding.1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.2.html.ini deleted file mode 100644 index b2ad3af925d9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.winding.2.html] - [OffscreenCanvas test: 2d.path.clip.winding.2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.2.worker.js.ini deleted file mode 100644 index fdeac13ea822..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.clip.winding.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.clip.winding.2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.empty.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.empty.html.ini deleted file mode 100644 index 0a0147a1b2bd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.empty.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.closePath.empty.html] - [OffscreenCanvas test: 2d.path.closePath.empty] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.empty.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.empty.worker.js.ini deleted file mode 100644 index cd36e881979c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.empty.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.closePath.empty.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.newline.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.newline.html.ini deleted file mode 100644 index 5d107f65e8f4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.newline.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.closePath.newline.html] - [OffscreenCanvas test: 2d.path.closePath.newline] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.newline.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.newline.worker.js.ini deleted file mode 100644 index d212556a8eaa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.newline.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.closePath.newline.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint.html.ini deleted file mode 100644 index 4c4c3751809a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.closePath.nextpoint.html] - [OffscreenCanvas test: 2d.path.closePath.nextpoint] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint.worker.js.ini deleted file mode 100644 index 634b52aa97df..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.closePath.nextpoint.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.closePath.nextpoint.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic.html.ini deleted file mode 100644 index 94d4d300e8ff..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.closed.basic.html] - [OffscreenCanvas test: 2d.path.fill.closed.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic.worker.js.ini deleted file mode 100644 index f99395ca2699..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.closed.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected.html.ini deleted file mode 100644 index 55ae3676e005..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.closed.unaffected.html] - [OffscreenCanvas test: 2d.path.fill.closed.unaffected] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected.worker.js.ini deleted file mode 100644 index 30994925f51b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.closed.unaffected.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.closed.unaffected.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.overlap.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.overlap.html.ini deleted file mode 100644 index e666a7517ac1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.overlap.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.overlap.html] - [OffscreenCanvas test: 2d.path.fill.overlap] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.overlap.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.overlap.worker.js.ini deleted file mode 100644 index d191fce7c7d3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.overlap.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.overlap.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.add.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.add.html.ini deleted file mode 100644 index 4910e45b6ccf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.add.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.winding.add.html] - [OffscreenCanvas test: 2d.path.fill.winding.add] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.add.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.add.worker.js.ini deleted file mode 100644 index 4e398f3c4cfb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.add.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.winding.add.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1.html.ini deleted file mode 100644 index 3b00fac4b55c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.path.fill.winding.subtract.1.html] - expected: - if (os == "linux") and debug and not fission: ["OK", "CRASH"] - [OffscreenCanvas test: 2d.path.fill.winding.subtract.1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1.worker.js.ini deleted file mode 100644 index 7c2cbdd47254..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.winding.subtract.1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2.html.ini deleted file mode 100644 index 443200c28fc3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.winding.subtract.2.html] - [OffscreenCanvas test: 2d.path.fill.winding.subtract.2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2.worker.js.ini deleted file mode 100644 index 36fdad15b475..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.winding.subtract.2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3.html.ini deleted file mode 100644 index 581630e1b0aa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.winding.subtract.3.html] - [OffscreenCanvas test: 2d.path.fill.winding.subtract.3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3.worker.js.ini deleted file mode 100644 index 193af2adbd7a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.fill.winding.subtract.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.fill.winding.subtract.3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.initial.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.initial.html.ini deleted file mode 100644 index c47e8c241173..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.initial.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.initial.html] - [OffscreenCanvas test: 2d.path.initial] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.initial.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.initial.worker.js.ini deleted file mode 100644 index def71b3ecb2e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.initial.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.initial.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc.html.ini deleted file mode 100644 index e42e4e4e747b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.arc.html] - [isPointInPath() works on arcs] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc.worker.js.ini deleted file mode 100644 index 62635813ba7f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.arc.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.arc.worker.html] - [isPointInPath() works on arcs] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1.html.ini deleted file mode 100644 index bc184542ddc3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.basic.1.html] - [isPointInPath() detects whether the point is inside the path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1.worker.js.ini deleted file mode 100644 index efe813197e29..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.basic.1.worker.html] - [isPointInPath() detects whether the point is inside the path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2.html.ini deleted file mode 100644 index c2f9b9d0a5fc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.basic.2.html] - [isPointInPath() detects whether the point is inside the path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2.worker.js.ini deleted file mode 100644 index c52eaeecfba9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.basic.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.basic.2.worker.html] - [isPointInPath() detects whether the point is inside the path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier.html.ini deleted file mode 100644 index 1f5631c4a154..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.bezier.html] - [isPointInPath() works on Bezier curves] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier.worker.js.ini deleted file mode 100644 index f8c74a90cfdb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bezier.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.bezier.worker.html] - [isPointInPath() works on Bezier curves] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc.html.ini deleted file mode 100644 index cda5f0d68ff3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.bigarc.html] - [isPointInPath() works on unclosed arcs larger than 2pi] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc.worker.js.ini deleted file mode 100644 index 9954a55e1f6c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.bigarc.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.bigarc.worker.html] - [isPointInPath() works on unclosed arcs larger than 2pi] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge.html.ini deleted file mode 100644 index 3c9b541ae6f5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.edge.html] - [isPointInPath() counts points on the path as being inside] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge.worker.js.ini deleted file mode 100644 index be2bfe962f1e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.edge.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.edge.worker.html] - [isPointInPath() counts points on the path as being inside] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty.html.ini deleted file mode 100644 index af2b5fda3bd7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.empty.html] - [isPointInPath() works when there is no path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty.worker.js.ini deleted file mode 100644 index 010b53257576..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.empty.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.empty.worker.html] - [isPointInPath() works when there is no path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite.html.ini deleted file mode 100644 index 3e0bf6c8368f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.nonfinite.html] - [isPointInPath() returns false for non-finite arguments] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite.worker.js.ini deleted file mode 100644 index ae66ad028f67..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.nonfinite.worker.html] - [isPointInPath() returns false for non-finite arguments] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside.html.ini deleted file mode 100644 index 6478da5d0bed..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.outside.html] - [isPointInPath() works on paths outside the canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside.worker.js.ini deleted file mode 100644 index 769104372172..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.outside.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.outside.worker.html] - [isPointInPath() works on paths outside the canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath.html.ini deleted file mode 100644 index 37b6b70fe676..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.subpath.html] - [isPointInPath() uses the current path, not just the subpath] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath.worker.js.ini deleted file mode 100644 index 816f85e3acdb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.subpath.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.subpath.worker.html] - [isPointInPath() uses the current path, not just the subpath] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1.html.ini deleted file mode 100644 index 52c478188eea..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.transform.1.html] - [isPointInPath() handles transformations correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1.worker.js.ini deleted file mode 100644 index f3ad5ee613b8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.transform.1.worker.html] - [isPointInPath() handles transformations correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2.html.ini deleted file mode 100644 index 32f5fff9a701..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.transform.2.html] - [isPointInPath() handles transformations correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2.worker.js.ini deleted file mode 100644 index 245e2c1ad4b5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.transform.2.worker.html] - [isPointInPath() handles transformations correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3.html.ini deleted file mode 100644 index dbc6ca934966..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.transform.3.html] - [isPointInPath() handles transformations correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3.worker.js.ini deleted file mode 100644 index 7b175cdddbd9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.transform.3.worker.html] - [isPointInPath() handles transformations correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4.html.ini deleted file mode 100644 index 952fde695c45..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.transform.4.html] - [isPointInPath() handles transformations correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4.worker.js.ini deleted file mode 100644 index f858268a7db3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.transform.4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.transform.4.worker.html] - [isPointInPath() handles transformations correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed.html.ini deleted file mode 100644 index f58d77a38e18..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.unclosed.html] - [isPointInPath() works on unclosed subpaths] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed.worker.js.ini deleted file mode 100644 index 7fc8caf8d810..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.unclosed.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.unclosed.worker.html] - [isPointInPath() works on unclosed subpaths] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding.html.ini deleted file mode 100644 index 447af885eac9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.winding.html] - [isPointInPath() uses the non-zero winding number rule] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding.worker.js.ini deleted file mode 100644 index 22bd990f2f9b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInPath.winding.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInPath.winding.worker.html] - [isPointInPath() uses the non-zero winding number rule] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInStroke.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInStroke.basic.html.ini deleted file mode 100644 index 995e2e7ff480..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInStroke.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInStroke.basic.html] - [detects whether point is in the area contained by the stroke of the path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInStroke.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInStroke.basic.worker.js.ini deleted file mode 100644 index 9634d21f1d41..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.isPointInStroke.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.isPointInStroke.basic.worker.html] - [detects whether point is in the area contained by the stroke of the path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.basic.html.ini deleted file mode 100644 index caa332005ebf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.basic.html] - [OffscreenCanvas test: 2d.path.lineTo.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.basic.worker.js.ini deleted file mode 100644 index 07cf6a83d402..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1.html.ini deleted file mode 100644 index fa9fb1b8f7b7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.ensuresubpath.1.html] - [If there is no subpath, the point is added and nothing is drawn] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1.worker.js.ini deleted file mode 100644 index ef1c5c7bda68..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.ensuresubpath.1.worker.html] - [If there is no subpath, the point is added and nothing is drawn] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2.html.ini deleted file mode 100644 index f95b0bb2861e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.path.lineTo.ensuresubpath.2.html] - expected: - if (os == "linux") and debug and not fission: ["OK", "ERROR"] - [If there is no subpath, the point is added and used for subsequent drawing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2.worker.js.ini deleted file mode 100644 index 9955457210b7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.ensuresubpath.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.ensuresubpath.2.worker.html] - [If there is no subpath, the point is added and used for subsequent drawing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint.html.ini deleted file mode 100644 index 76886c3adc99..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.nextpoint.html] - [OffscreenCanvas test: 2d.path.lineTo.nextpoint] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint.worker.js.ini deleted file mode 100644 index 551bbaf312d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nextpoint.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.nextpoint.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details.html.ini deleted file mode 100644 index f27d0f296ed7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.nonfinite.details.html] - [lineTo() with Infinity/NaN for first arg still converts the second arg] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details.worker.js.ini deleted file mode 100644 index ba8184f4b8ca..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.details.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.nonfinite.details.worker.html] - [lineTo() with Infinity/NaN for first arg still converts the second arg] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.html.ini deleted file mode 100644 index b81d301e61b4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.nonfinite.html] - [lineTo() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.worker.js.ini deleted file mode 100644 index 4660c23db8a8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.lineTo.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.lineTo.nonfinite.worker.html] - [lineTo() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.basic.html.ini deleted file mode 100644 index eb2cec876ec6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.moveTo.basic.html] - [OffscreenCanvas test: 2d.path.moveTo.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.basic.worker.js.ini deleted file mode 100644 index 52cc7e400e85..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.moveTo.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple.html.ini deleted file mode 100644 index bfd75913c5c6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.moveTo.multiple.html] - [OffscreenCanvas test: 2d.path.moveTo.multiple] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple.worker.js.ini deleted file mode 100644 index ff238a88bcb2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.multiple.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.moveTo.multiple.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath.html.ini deleted file mode 100644 index d55013abdca9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.moveTo.newsubpath.html] - [OffscreenCanvas test: 2d.path.moveTo.newsubpath] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath.worker.js.ini deleted file mode 100644 index 98f5bc5162de..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.newsubpath.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.moveTo.newsubpath.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite.html.ini deleted file mode 100644 index af063b9195d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.moveTo.nonfinite.html] - [moveTo() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite.worker.js.ini deleted file mode 100644 index a92773d02aa0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.moveTo.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.moveTo.nonfinite.worker.html] - [moveTo() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic.html.ini deleted file mode 100644 index 5bc7cc24a891..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.basic.html] - [OffscreenCanvas test: 2d.path.quadraticCurveTo.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic.worker.js.ini deleted file mode 100644 index 43d722c10201..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.html.ini deleted file mode 100644 index 1f5f7ac47e75..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.ensuresubpath.1.html] - [If there is no subpath, the first control point is added (and nothing is drawn up to it)] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker.js.ini deleted file mode 100644 index 8da1a4a7018d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.ensuresubpath.1.worker.html] - [If there is no subpath, the first control point is added (and nothing is drawn up to it)] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.html.ini deleted file mode 100644 index b8ab96e6454b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.ensuresubpath.2.html] - [If there is no subpath, the first control point is added] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker.js.ini deleted file mode 100644 index 9d3f4d72965b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.ensuresubpath.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.ensuresubpath.2.worker.html] - [If there is no subpath, the first control point is added] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite.html.ini deleted file mode 100644 index 85a76b4396f8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.nonfinite.html] - [quadraticCurveTo() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite.worker.js.ini deleted file mode 100644 index 13ad9f6dba62..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.nonfinite.worker.html] - [quadraticCurveTo() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled.html.ini deleted file mode 100644 index c45673f40c2f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.scaled.html] - [OffscreenCanvas test: 2d.path.quadraticCurveTo.scaled] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled.worker.js.ini deleted file mode 100644 index 9a143b4a03f6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.scaled.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.scaled.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape.html.ini deleted file mode 100644 index a347676d6ac5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.shape.html] - [OffscreenCanvas test: 2d.path.quadraticCurveTo.shape] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape.worker.js.ini deleted file mode 100644 index bee984b12fc9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.quadraticCurveTo.shape.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.quadraticCurveTo.shape.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.basic.html.ini deleted file mode 100644 index bfdbe622fbb2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.basic.html] - [OffscreenCanvas test: 2d.path.rect.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.basic.worker.js.ini deleted file mode 100644 index 2c244b72d4c8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.closed.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.closed.html.ini deleted file mode 100644 index dea284ecb6c7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.closed.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.closed.html] - [OffscreenCanvas test: 2d.path.rect.closed] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.closed.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.closed.worker.js.ini deleted file mode 100644 index c35ad3f7eca8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.closed.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.closed.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.1.html.ini deleted file mode 100644 index 9b95c427bd80..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.end.1.html] - [OffscreenCanvas test: 2d.path.rect.end.1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.1.worker.js.ini deleted file mode 100644 index 8e0e4e4f06ba..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.end.1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.2.html.ini deleted file mode 100644 index db37419b2d38..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.end.2.html] - [OffscreenCanvas test: 2d.path.rect.end.2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.2.worker.js.ini deleted file mode 100644 index 0b4dbacae27a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.end.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.end.2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.negative.html.ini deleted file mode 100644 index f279655e8ffb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.negative.html] - [OffscreenCanvas test: 2d.path.rect.negative] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.negative.worker.js.ini deleted file mode 100644 index b0619656799c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.negative.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath.html.ini deleted file mode 100644 index 5c58ff89d39b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.newsubpath.html] - [OffscreenCanvas test: 2d.path.rect.newsubpath] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath.worker.js.ini deleted file mode 100644 index 49e26394bcc3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.newsubpath.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.newsubpath.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite.html.ini deleted file mode 100644 index 73fd3def7ed0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.nonfinite.html] - [rect() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite.worker.js.ini deleted file mode 100644 index 1e324d9ba4b1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.nonfinite.worker.html] - [rect() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.html.ini deleted file mode 100644 index 34f7fa00a1ce..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.selfintersect.html] - [OffscreenCanvas test: 2d.path.rect.selfintersect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.worker.js.ini deleted file mode 100644 index 9fddc1d02c2d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.selfintersect.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.selfintersect.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.winding.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.winding.html.ini deleted file mode 100644 index 1dbbe34ea410..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.winding.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.winding.html] - [OffscreenCanvas test: 2d.path.rect.winding] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.winding.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.winding.worker.js.ini deleted file mode 100644 index 142ee9df6f08..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.winding.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.winding.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.1.html.ini deleted file mode 100644 index 197e3d6cae86..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.1.html] - [OffscreenCanvas test: 2d.path.rect.zero.1] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.1.worker.js.ini deleted file mode 100644 index b454fffc7ce7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.1.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.2.html.ini deleted file mode 100644 index 5e526c235eed..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.2.html] - [OffscreenCanvas test: 2d.path.rect.zero.2] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.2.worker.js.ini deleted file mode 100644 index 6afe9dcfe698..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.2.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.3.html.ini deleted file mode 100644 index 60b829b64eac..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.3.html] - [OffscreenCanvas test: 2d.path.rect.zero.3] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.3.worker.js.ini deleted file mode 100644 index 34be6f8fe4df..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.3.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.4.html.ini deleted file mode 100644 index 5c1a4ec2a63a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.4.html] - [OffscreenCanvas test: 2d.path.rect.zero.4] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.4.worker.js.ini deleted file mode 100644 index 7ae67f1ba53c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.4.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.5.html.ini deleted file mode 100644 index d9230fb9194c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.5.html] - [OffscreenCanvas test: 2d.path.rect.zero.5] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.5.worker.js.ini deleted file mode 100644 index 02d5c132bbf6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.5.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.6.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.6.html.ini deleted file mode 100644 index 172b55b1c7e4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.6.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.6.html] - [OffscreenCanvas test: 2d.path.rect.zero.6] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.6.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.6.worker.js.ini deleted file mode 100644 index 12349a13bb8b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.rect.zero.6.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.rect.zero.6.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.empty.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.empty.html.ini deleted file mode 100644 index 278fab5cd185..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.empty.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.empty.html] - [Empty subpaths are not stroked] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.empty.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.empty.worker.js.ini deleted file mode 100644 index dc0a507fb3e7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.empty.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.empty.worker.html] - [Empty subpaths are not stroked] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.overlap.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.overlap.html.ini deleted file mode 100644 index 5fc55891a2c8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.overlap.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.overlap.html] - [Stroked subpaths are combined before being drawn] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.overlap.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.overlap.worker.js.ini deleted file mode 100644 index 115fba5bbc91..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.overlap.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.overlap.worker.html] - [Stroked subpaths are combined before being drawn] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner.html.ini deleted file mode 100644 index 24d0c237cf5a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.prune.corner.html] - [Zero-length line segments are removed before stroking with miters] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner.worker.js.ini deleted file mode 100644 index 4a0235fc8e20..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.prune.corner.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.prune.corner.worker.html] - [Zero-length line segments are removed before stroking with miters] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale1.html.ini deleted file mode 100644 index f12dc2c1820a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.scale1.html] - [Stroke line widths are scaled by the current transformation matrix] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale1.worker.js.ini deleted file mode 100644 index 6e4b29c64001..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.scale1.worker.html] - [Stroke line widths are scaled by the current transformation matrix] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.html.ini deleted file mode 100644 index bacb6e7fcf5a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.scale2.html] - [Stroke line widths are scaled by the current transformation matrix] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.worker.js.ini deleted file mode 100644 index e8b8a2fb06d7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.scale2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.scale2.worker.html] - [Stroke line widths are scaled by the current transformation matrix] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.skew.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.skew.html.ini deleted file mode 100644 index d46b21ef8fcc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.skew.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.skew.html] - [Strokes lines are skewed by the current transformation matrix] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.skew.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.skew.worker.js.ini deleted file mode 100644 index d4e380533a1f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.skew.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.skew.worker.html] - [Strokes lines are skewed by the current transformation matrix] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected.html.ini deleted file mode 100644 index 5729d872b6b9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.unaffected.html] - [Stroking does not start a new path or subpath] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected.worker.js.ini deleted file mode 100644 index e6eb5059ef26..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.unaffected.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.unaffected.worker.html] - [Stroking does not start a new path or subpath] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.union.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.union.html.ini deleted file mode 100644 index 58fcb63d16d5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.union.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.union.html] - [Strokes in opposite directions are unioned, not subtracted] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.union.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.union.worker.js.ini deleted file mode 100644 index 14af5ce4f8cc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.stroke.union.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.stroke.union.worker.html] - [Strokes in opposite directions are unioned, not subtracted] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.basic.html.ini deleted file mode 100644 index 2a02d12b7972..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.transformation.basic.html] - [OffscreenCanvas test: 2d.path.transformation.basic] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.basic.worker.js.ini deleted file mode 100644 index 11ed9e4601dd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.transformation.basic.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.changing.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.changing.html.ini deleted file mode 100644 index 3a8905c0e3ef..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.changing.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.transformation.changing.html] - [Transformations are applied while building paths, not when drawing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.changing.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.changing.worker.js.ini deleted file mode 100644 index cea7ab14a855..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.changing.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.transformation.changing.worker.html] - [Transformations are applied while building paths, not when drawing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.multiple.html.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.multiple.html.ini deleted file mode 100644 index 0ad4e5f9f516..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.multiple.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.transformation.multiple.html] - [Transformations are applied while building paths, not when drawing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.multiple.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.multiple.worker.js.ini deleted file mode 100644 index 7f60bd0e78ae..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/path-objects/2d.path.transformation.multiple.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.path.transformation.multiple.worker.html] - [Transformations are applied while building paths, not when drawing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic.html.ini deleted file mode 100644 index 7241b02429fb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create1.basic.html] - [createImageData(imgdata) exists and returns something] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic.worker.js.ini deleted file mode 100644 index bcac4caa1748..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create1.basic.worker.html] - [createImageData(imgdata) exists and returns something] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial.html.ini deleted file mode 100644 index 51020b1e69d1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create1.initial.html] - [createImageData(imgdata) returns transparent black data of the right size] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial.worker.js.ini deleted file mode 100644 index e27ce5916eea..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.initial.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create1.initial.worker.html] - [createImageData(imgdata) returns transparent black data of the right size] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero.html.ini deleted file mode 100644 index 1bc4b3a55120..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create1.zero.html] - [createImageData(null) throws TypeError] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero.worker.js.ini deleted file mode 100644 index dffadb546400..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create1.zero.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create1.zero.worker.html] - [createImageData(null) throws TypeError] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic.html.ini deleted file mode 100644 index 87b91fed4374..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.basic.html] - [createImageData(sw, sh) exists and returns something] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic.worker.js.ini deleted file mode 100644 index 0d766c5600ee..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.basic.worker.html] - [createImageData(sw, sh) exists and returns something] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial.html.ini deleted file mode 100644 index 447757c50cef..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.initial.html] - [createImageData(sw, sh) returns transparent black data of the right size] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial.worker.js.ini deleted file mode 100644 index fc7e2f85b6e3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.initial.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.initial.worker.html] - [createImageData(sw, sh) returns transparent black data of the right size] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large.html.ini deleted file mode 100644 index 3665e5303aa3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.large.html] - [createImageData(sw, sh) works for sizes much larger than the canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large.worker.js.ini deleted file mode 100644 index 29c749a60982..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.large.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.large.worker.html] - [createImageData(sw, sh) works for sizes much larger than the canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative.html.ini deleted file mode 100644 index f19f18bd71b2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.negative.html] - [createImageData(sw, sh) takes the absolute magnitude of the size arguments] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative.worker.js.ini deleted file mode 100644 index 935ba1ddb8f5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.negative.worker.html] - [createImageData(sw, sh) takes the absolute magnitude of the size arguments] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite.html.ini deleted file mode 100644 index 8e7dad6133e1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.nonfinite.html] - [createImageData() throws TypeError if arguments are not finite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite.worker.js.ini deleted file mode 100644 index e8ad049fd30f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.nonfinite.worker.html] - [createImageData() throws TypeError if arguments are not finite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round.html.ini deleted file mode 100644 index a12b09516d5c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.round.html] - [createImageData(w, h) is rounded the same as getImageData(0, 0, w, h)] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round.worker.js.ini deleted file mode 100644 index e1e178b6139d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.round.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.round.worker.html] - [createImageData(w, h) is rounded the same as getImageData(0, 0, w, h)] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero.html.ini deleted file mode 100644 index 616a9902d831..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.zero.html] - [createImageData(sw, sh) throws INDEX_SIZE_ERR if size is zero] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero.worker.js.ini deleted file mode 100644 index 6100902ad9f5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.create2.zero.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.create2.zero.worker.html] - [createImageData(sw, sh) throws INDEX_SIZE_ERR if size is zero] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic.html.ini deleted file mode 100644 index 1d28cb78a6f9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.basic.html] - [getImageData() exists and returns something] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic.worker.js.ini deleted file mode 100644 index c904d9d62ae0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.basic.worker.html] - [getImageData() exists and returns something] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp.html.ini deleted file mode 100644 index 56a5637f9255..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.clamp.html] - [getImageData() clamps colours to the range [0, 255\]] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp.worker.js.ini deleted file mode 100644 index 0688ae26b76e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.clamp.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.clamp.worker.html] - [getImageData() clamps colours to the range [0, 255\]] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length.html.ini deleted file mode 100644 index 5cb6b2590a43..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.length.html] - [getImageData() returns a correctly-sized Uint8ClampedArray] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length.worker.js.ini deleted file mode 100644 index 4dac48516a4d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.length.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.length.worker.html] - [getImageData() returns a correctly-sized Uint8ClampedArray] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite.html.ini deleted file mode 100644 index 8ecd9e5dc7f6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.nonfinite.html] - [getImageData() throws TypeError if arguments are not finite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite.worker.js.ini deleted file mode 100644 index 7a555682cf09..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.nonfinite.worker.html] - [getImageData() throws TypeError if arguments are not finite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul.html.ini deleted file mode 100644 index 9b8a2780d470..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.nonpremul.html] - [getImageData() returns non-premultiplied colours] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul.worker.js.ini deleted file mode 100644 index c39de00ade72..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.nonpremul.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.nonpremul.worker.html] - [getImageData() returns non-premultiplied colours] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha.html.ini deleted file mode 100644 index de1155e90313..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.order.alpha.html] - [getImageData() returns A in the fourth component] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha.worker.js.ini deleted file mode 100644 index 128ff7ea501f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.alpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.order.alpha.worker.html] - [getImageData() returns A in the fourth component] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols.html.ini deleted file mode 100644 index 0843996b8a65..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.order.cols.html] - [getImageData() returns leftmost columns first] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols.worker.js.ini deleted file mode 100644 index 6afcb72370a8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.cols.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.order.cols.worker.html] - [getImageData() returns leftmost columns first] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb.html.ini deleted file mode 100644 index d05ffe24a6f4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.order.rgb.html] - [getImageData() returns R then G then B] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb.worker.js.ini deleted file mode 100644 index 93c21a19986e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rgb.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.order.rgb.worker.html] - [getImageData() returns R then G then B] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows.html.ini deleted file mode 100644 index 940d34b07bcd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.order.rows.html] - [getImageData() returns topmost rows first] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows.worker.js.ini deleted file mode 100644 index 70356dc65a68..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.order.rows.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.order.rows.worker.html] - [getImageData() returns topmost rows first] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range.html.ini deleted file mode 100644 index 1c806abecdfa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.range.html] - [getImageData() returns values in the range [0, 255\]] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range.worker.js.ini deleted file mode 100644 index 7264fb7a1fbb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.range.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.range.worker.html] - [getImageData() returns values in the range [0, 255\]] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative.html.ini deleted file mode 100644 index 0ac728f64fe2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.source.negative.html] - [getImageData() works with negative width and height, and returns top-to-bottom left-to-right] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative.worker.js.ini deleted file mode 100644 index 73ce7f27f91f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.source.negative.worker.html] - [getImageData() works with negative width and height, and returns top-to-bottom left-to-right] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside.html.ini deleted file mode 100644 index df4e4f1b0aa6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.source.outside.html] - [getImageData() returns transparent black outside the canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside.worker.js.ini deleted file mode 100644 index 28903a6900b1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.outside.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.source.outside.worker.html] - [getImageData() returns transparent black outside the canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size.html.ini deleted file mode 100644 index 4de97ca275e3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.source.size.html] - [getImageData() returns bigger ImageData for bigger source rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size.worker.js.ini deleted file mode 100644 index a16be7db011e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.source.size.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.source.size.worker.html] - [getImageData() returns bigger ImageData for bigger source rectangle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected.html.ini deleted file mode 100644 index a5075a31b2ca..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.unaffected.html] - [getImageData() is not affected by context state] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected.worker.js.ini deleted file mode 100644 index 61478b2c464a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.unaffected.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.unaffected.worker.html] - [getImageData() is not affected by context state] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero.html.ini deleted file mode 100644 index 9fc3b2fad5ee..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.zero.html] - [getImageData() throws INDEX_SIZE_ERR if size is zero] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero.worker.js.ini deleted file mode 100644 index 8dde01baaae4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.get.zero.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.get.zero.worker.html] - [getImageData() throws INDEX_SIZE_ERR if size is zero] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp.html.ini deleted file mode 100644 index ca443fe99469..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.clamp.html] - [ImageData.data clamps numbers to [0, 255\]] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp.worker.js.ini deleted file mode 100644 index a8b4cd6b7f26..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.clamp.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.clamp.worker.html] - [ImageData.data clamps numbers to [0, 255\]] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan.html.ini deleted file mode 100644 index 3f99b410b249..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.nan.html] - [ImageData.data converts NaN to 0] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan.worker.js.ini deleted file mode 100644 index 9a9c9f01401c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.nan.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.nan.worker.html] - [ImageData.data converts NaN to 0] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties.html.ini deleted file mode 100644 index c54f3dce7edc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.properties.html] - [ImageData objects have the right properties] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties.worker.js.ini deleted file mode 100644 index 153ce5bc5658..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.properties.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.properties.worker.html] - [ImageData objects have the right properties] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly.html.ini deleted file mode 100644 index 2450b88dbc95..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.readonly.html] - [ImageData objects properties are read-only] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly.worker.js.ini deleted file mode 100644 index 199b334c19b3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.readonly.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.readonly.worker.html] - [ImageData objects properties are read-only] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round.html.ini deleted file mode 100644 index ee47dd9d566b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.round.html] - [ImageData.data rounds numbers with round-to-zero] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round.worker.js.ini deleted file mode 100644 index 83f49ef7d556..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.round.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.round.worker.html] - [ImageData.data rounds numbers with round-to-zero] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set.html.ini deleted file mode 100644 index 0f813ce55683..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.set.html] - [ImageData.data can be modified] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set.worker.js.ini deleted file mode 100644 index 1311c6615122..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.set.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.set.worker.html] - [ImageData.data can be modified] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string.html.ini deleted file mode 100644 index 6cb5561ca0d8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.string.html] - [ImageData.data converts strings to numbers with ToNumber] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string.worker.js.ini deleted file mode 100644 index a80a0b7c2451..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.string.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.string.worker.html] - [ImageData.data converts strings to numbers with ToNumber] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined.html.ini deleted file mode 100644 index 8a012774d587..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.undefined.html] - [ImageData.data converts undefined to 0] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined.worker.js.ini deleted file mode 100644 index 213bb8dcd923..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.object.undefined.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.object.undefined.worker.html] - [ImageData.data converts undefined to 0] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha.html.ini deleted file mode 100644 index 9cbc3a2785c7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.alpha.html] - [putImageData() puts non-solid image data correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha.worker.js.ini deleted file mode 100644 index 193b70735c37..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.alpha.worker.js.ini +++ /dev/null @@ -1,5 +0,0 @@ -[2d.imageData.put.alpha.worker.html] - expected: - if (os == "linux") and not fission and not debug and (processor == "x86_64"): [OK, CRASH] - [putImageData() puts non-solid image data correctly] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic.html.ini deleted file mode 100644 index b1da32e26c74..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.basic.html] - [putImageData() puts image data from getImageData() onto the canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic.worker.js.ini deleted file mode 100644 index 953d021534a4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.basic.worker.html] - [putImageData() puts image data from getImageData() onto the canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip.html.ini deleted file mode 100644 index 1d976485b147..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.clip.html] - [putImageData() is not affected by clipping regions] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip.worker.js.ini deleted file mode 100644 index 83ba3696155e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.clip.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.clip.worker.html] - [putImageData() is not affected by clipping regions] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created.html.ini deleted file mode 100644 index 0f54aec6f636..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.created.html] - [putImageData() puts image data from createImageData() onto the canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created.worker.js.ini deleted file mode 100644 index 6c08e37828d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.created.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.created.worker.html] - [putImageData() puts image data from createImageData() onto the canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross.html.ini deleted file mode 100644 index 3a492fb89358..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.cross.html] - [putImageData() accepts image data got from a different canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross.worker.js.ini deleted file mode 100644 index 57424a401a72..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.cross.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.cross.worker.html] - [putImageData() accepts image data got from a different canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative.html.ini deleted file mode 100644 index 9a15894c2336..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.dirty.negative.html] - [putImageData() handles negative-sized dirty rectangles correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative.worker.js.ini deleted file mode 100644 index 504c8afe58a8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.dirty.negative.worker.html] - [putImageData() handles negative-sized dirty rectangles correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside.html.ini deleted file mode 100644 index 1daa47ffc08f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.dirty.outside.html] - [putImageData() handles dirty rectangles outside the canvas correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside.worker.js.ini deleted file mode 100644 index b52b6144f069..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.outside.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.dirty.outside.worker.html] - [putImageData() handles dirty rectangles outside the canvas correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1.html.ini deleted file mode 100644 index 0e9290c18554..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.dirty.rect1.html] - [putImageData() only modifies areas inside the dirty rectangle, using width and height] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1.worker.js.ini deleted file mode 100644 index 940a8b5a3f74..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.dirty.rect1.worker.html] - [putImageData() only modifies areas inside the dirty rectangle, using width and height] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2.html.ini deleted file mode 100644 index 6d04978a2c9c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.dirty.rect2.html] - [putImageData() only modifies areas inside the dirty rectangle, using x and y] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2.worker.js.ini deleted file mode 100644 index e3e73bc6fccc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.rect2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.dirty.rect2.worker.html] - [putImageData() only modifies areas inside the dirty rectangle, using x and y] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero.html.ini deleted file mode 100644 index 95733f6bc18e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.dirty.zero.html] - [putImageData() with zero-sized dirty rectangle puts nothing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero.worker.js.ini deleted file mode 100644 index 660b5513b6fd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.dirty.zero.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.dirty.zero.worker.html] - [putImageData() with zero-sized dirty rectangle puts nothing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified.html.ini deleted file mode 100644 index 595c30510cc4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.modified.html] - [putImageData() puts modified image data correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified.worker.js.ini deleted file mode 100644 index a33e6bb5e850..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.modified.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.modified.worker.html] - [putImageData() puts modified image data correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite.html.ini deleted file mode 100644 index 025b8cfdc5df..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.nonfinite.html] - [putImageData() throws TypeError if arguments are not finite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite.worker.js.ini deleted file mode 100644 index 5e961ea5b5a1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.nonfinite.worker.html] - [putImageData() throws TypeError if arguments are not finite] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null.html.ini deleted file mode 100644 index 51a76e896fb8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.null.html] - [putImageData() with null imagedata throws TypeError] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null.worker.js.ini deleted file mode 100644 index 6f92015620ae..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.null.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.null.worker.html] - [putImageData() with null imagedata throws TypeError] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path.html.ini deleted file mode 100644 index 1c5b6a7a0f72..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.path.html] - [putImageData() does not affect the current path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path.worker.js.ini deleted file mode 100644 index d0b5a2bfc9a7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.path.worker.js.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.imageData.put.path.worker.html] - expected: - if (os == "linux") and debug and not fission: ["OK", "CRASH"] - [putImageData() does not affect the current path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected.html.ini deleted file mode 100644 index e2452c785f4d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected.html.ini +++ /dev/null @@ -1,6 +0,0 @@ -[2d.imageData.put.unaffected.html] - expected: - if (os == "linux") and debug and not fission: ["OK", "ERROR"] - [putImageData() is not affected by context state] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected.worker.js.ini deleted file mode 100644 index 3d296c0ea4ff..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unaffected.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.unaffected.worker.html] - [putImageData() is not affected by context state] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged.html.ini deleted file mode 100644 index 2cec1487d8c6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.unchanged.html] - [putImageData(getImageData(...), ...) has no effect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged.worker.js.ini deleted file mode 100644 index e1a7370a5283..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.unchanged.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.unchanged.worker.html] - [putImageData(getImageData(...), ...) has no effect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype.html.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype.html.ini deleted file mode 100644 index e5a5ed669fc0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.wrongtype.html] - [putImageData() does not accept non-ImageData objects] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype.worker.js.ini deleted file mode 100644 index df7634e21fec..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/pixel-manipulation/2d.imageData.put.wrongtype.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.imageData.put.wrongtype.worker.html] - [putImageData() does not accept non-ImageData objects] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.1.html.ini deleted file mode 100644 index 5c72e62ef16e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.alpha.1.html] - [Shadow colour alpha components are used] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.1.worker.js.ini deleted file mode 100644 index aaf81be77803..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.alpha.1.worker.html] - [Shadow colour alpha components are used] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.2.html.ini deleted file mode 100644 index dbd2642e642a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.alpha.2.html] - [Shadow colour alpha components are used] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.2.worker.js.ini deleted file mode 100644 index 18e90e4c05f5..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.alpha.2.worker.html] - [Shadow colour alpha components are used] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.3.html.ini deleted file mode 100644 index 6541eaf9d0a1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.alpha.3.html] - [Shadows are affected by globalAlpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.3.worker.js.ini deleted file mode 100644 index 2726b00e8537..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.alpha.3.worker.html] - [Shadows are affected by globalAlpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.4.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.4.html.ini deleted file mode 100644 index 18495ce21c48..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.4.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.alpha.4.html] - [Shadows with alpha components are correctly affected by globalAlpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.4.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.4.worker.js.ini deleted file mode 100644 index 9d4ee1c17e3a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.4.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.alpha.4.worker.html] - [Shadows with alpha components are correctly affected by globalAlpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.5.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.5.html.ini deleted file mode 100644 index 2902da696951..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.5.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.alpha.5.html] - [Shadows of shapes with alpha components are drawn correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.5.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.5.worker.js.ini deleted file mode 100644 index 707d7629c47f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.alpha.5.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.alpha.5.worker.html] - [Shadows of shapes with alpha components are drawn correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial.html.ini deleted file mode 100644 index 9bdc5045fed9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowBlur.initial.html] - [OffscreenCanvas test: 2d.shadow.attributes.shadowBlur.initial] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial.worker.js.ini deleted file mode 100644 index 49c9ac0080df..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.initial.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowBlur.initial.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid.html.ini deleted file mode 100644 index db24d21d4ab8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowBlur.invalid.html] - [OffscreenCanvas test: 2d.shadow.attributes.shadowBlur.invalid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid.worker.js.ini deleted file mode 100644 index 4d7f95797bde..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.invalid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowBlur.invalid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid.html.ini deleted file mode 100644 index 10aa344b9ece..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowBlur.valid.html] - [OffscreenCanvas test: 2d.shadow.attributes.shadowBlur.valid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid.worker.js.ini deleted file mode 100644 index 923277d2125d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowBlur.valid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowBlur.valid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial.html.ini deleted file mode 100644 index 3650ca10eaab..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowColor.initial.html] - [OffscreenCanvas test: 2d.shadow.attributes.shadowColor.initial] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial.worker.js.ini deleted file mode 100644 index b017ad5a13fb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.initial.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowColor.initial.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid.html.ini deleted file mode 100644 index 98623b3e1e74..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowColor.invalid.html] - [OffscreenCanvas test: 2d.shadow.attributes.shadowColor.invalid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid.worker.js.ini deleted file mode 100644 index 069be9d72d02..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.invalid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowColor.invalid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid.html.ini deleted file mode 100644 index f31b78dc2ef6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowColor.valid.html] - [OffscreenCanvas test: 2d.shadow.attributes.shadowColor.valid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid.worker.js.ini deleted file mode 100644 index 25695c5060c3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowColor.valid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowColor.valid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial.html.ini deleted file mode 100644 index c243a612d2bb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowOffset.initial.html] - [OffscreenCanvas test: 2d.shadow.attributes.shadowOffset.initial] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial.worker.js.ini deleted file mode 100644 index 87f855a3640f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.initial.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowOffset.initial.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid.html.ini deleted file mode 100644 index 4616026a6698..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowOffset.invalid.html] - [OffscreenCanvas test: 2d.shadow.attributes.shadowOffset.invalid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid.worker.js.ini deleted file mode 100644 index 15060ae14065..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.invalid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowOffset.invalid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid.html.ini deleted file mode 100644 index b9de65b40f4c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowOffset.valid.html] - [OffscreenCanvas test: 2d.shadow.attributes.shadowOffset.valid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid.worker.js.ini deleted file mode 100644 index 8a7fb893a02c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.attributes.shadowOffset.valid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.attributes.shadowOffset.valid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha.html.ini deleted file mode 100644 index e025214a9035..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.canvas.alpha.html] - [Shadows are drawn correctly for partially-transparent canvases] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha.worker.js.ini deleted file mode 100644 index 7e0ca735d164..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.alpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.canvas.alpha.worker.html] - [Shadows are drawn correctly for partially-transparent canvases] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.basic.html.ini deleted file mode 100644 index 5968020003f6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.canvas.basic.html] - [Shadows are drawn for canvases] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.basic.worker.js.ini deleted file mode 100644 index 17d05f132239..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.canvas.basic.worker.html] - [Shadows are drawn for canvases] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1.html.ini deleted file mode 100644 index cdb87982b706..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.canvas.transparent.1.html] - [Shadows are not drawn for transparent canvases] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1.worker.js.ini deleted file mode 100644 index 0863709cd9cc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.canvas.transparent.1.worker.html] - [Shadows are not drawn for transparent canvases] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2.html.ini deleted file mode 100644 index 36548a28349e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.canvas.transparent.2.html] - [Shadows are not drawn for transparent parts of canvases] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2.worker.js.ini deleted file mode 100644 index eaaa089e6ad9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.canvas.transparent.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.canvas.transparent.2.worker.html] - [Shadows are not drawn for transparent parts of canvases] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.1.html.ini deleted file mode 100644 index d794ecb8f7f8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.clip.1.html] - [Shadows of clipped shapes are still drawn within the clipping region] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.1.worker.js.ini deleted file mode 100644 index bf7e340bb426..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.clip.1.worker.html] - [Shadows of clipped shapes are still drawn within the clipping region] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.2.html.ini deleted file mode 100644 index ff8bfecd95b4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.clip.2.html] - [Shadows are not drawn outside the clipping region] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.2.worker.js.ini deleted file mode 100644 index 131fe9df1b92..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.clip.2.worker.html] - [Shadows are not drawn outside the clipping region] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.3.html.ini deleted file mode 100644 index ddb4e15719b3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.clip.3.html] - [Shadows of clipped shapes are still drawn within the clipping region] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.3.worker.js.ini deleted file mode 100644 index 2aa08b19c61d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.clip.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.clip.3.worker.html] - [Shadows of clipped shapes are still drawn within the clipping region] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.1.html.ini deleted file mode 100644 index 183cec8f9e6d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.composite.1.html] - [Shadows are drawn using globalCompositeOperation] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.1.worker.js.ini deleted file mode 100644 index 4743a0a60641..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.composite.1.worker.html] - [Shadows are drawn using globalCompositeOperation] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.2.html.ini deleted file mode 100644 index f262fe31165f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.composite.2.html] - [Shadows are drawn using globalCompositeOperation] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.2.worker.js.ini deleted file mode 100644 index ec83a0675e1a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.composite.2.worker.html] - [Shadows are drawn using globalCompositeOperation] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.3.html.ini deleted file mode 100644 index 6c1a4e67aafb..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.composite.3.html] - [Areas outside shadows are drawn correctly with destination-out] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.3.worker.js.ini deleted file mode 100644 index 41a90450bf06..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.composite.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.composite.3.worker.html] - [Areas outside shadows are drawn correctly with destination-out] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.blur.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.blur.html.ini deleted file mode 100644 index 79c0dbbbc9de..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.blur.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.enable.blur.html] - [Shadows are drawn if shadowBlur is set] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.blur.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.blur.worker.js.ini deleted file mode 100644 index 6d76563a213e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.blur.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.enable.blur.worker.html] - [Shadows are drawn if shadowBlur is set] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.1.html.ini deleted file mode 100644 index a02fa85f5e8a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.enable.off.1.html] - [Shadows are not drawn when only shadowColor is set] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.1.worker.js.ini deleted file mode 100644 index 5c413f3dbfe7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.enable.off.1.worker.html] - [Shadows are not drawn when only shadowColor is set] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.2.html.ini deleted file mode 100644 index 45ce24ee1855..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.enable.off.2.html] - [Shadows are not drawn when only shadowColor is set] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.2.worker.js.ini deleted file mode 100644 index 106d0629e593..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.off.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.enable.off.2.worker.html] - [Shadows are not drawn when only shadowColor is set] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.x.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.x.html.ini deleted file mode 100644 index 595a76ef5ea8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.x.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.enable.x.html] - [Shadows are drawn if shadowOffsetX is set] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.x.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.x.worker.js.ini deleted file mode 100644 index 0d30a2cc138f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.x.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.enable.x.worker.html] - [Shadows are drawn if shadowOffsetX is set] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.y.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.y.html.ini deleted file mode 100644 index 835ea036b703..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.y.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.enable.y.html] - [Shadows are drawn if shadowOffsetY is set] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.y.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.y.worker.js.ini deleted file mode 100644 index 032c2250f55d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.enable.y.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.enable.y.worker.html] - [Shadows are drawn if shadowOffsetY is set] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha.html.ini deleted file mode 100644 index aca6bc8ecc01..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.gradient.alpha.html] - [Shadows are drawn correctly for partially-transparent gradient fills] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha.worker.js.ini deleted file mode 100644 index 7d3ccb371799..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.alpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.gradient.alpha.worker.html] - [Shadows are drawn correctly for partially-transparent gradient fills] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.basic.html.ini deleted file mode 100644 index 718711e1c926..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.gradient.basic.html] - [Shadows are drawn for gradient fills] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.basic.worker.js.ini deleted file mode 100644 index 39cb789fd76e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.gradient.basic.worker.html] - [Shadows are drawn for gradient fills] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1.html.ini deleted file mode 100644 index 23a254f9d54e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.gradient.transparent.1.html] - [Shadows are not drawn for transparent gradient fills] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1.worker.js.ini deleted file mode 100644 index 259fa04ad99a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.gradient.transparent.1.worker.html] - [Shadows are not drawn for transparent gradient fills] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2.html.ini deleted file mode 100644 index b0f704f92177..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.gradient.transparent.2.html] - [Shadows are not drawn for transparent parts of gradient fills] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2.worker.js.ini deleted file mode 100644 index 264beb2381d6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.gradient.transparent.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.gradient.transparent.2.worker.html] - [Shadows are not drawn for transparent parts of gradient fills] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.alpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.alpha.html.ini deleted file mode 100644 index 957d04b99f69..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.alpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.alpha.html] - [Shadows are drawn correctly for partially-transparent images] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.alpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.alpha.worker.js.ini deleted file mode 100644 index 07edc88f46d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.alpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.alpha.worker.html] - [Shadows are drawn correctly for partially-transparent images] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.basic.html.ini deleted file mode 100644 index 81fa284a3863..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.basic.html] - [Shadows are drawn for images] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.basic.worker.js.ini deleted file mode 100644 index 40c817c2cac7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.basic.worker.html] - [Shadows are drawn for images] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.scale.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.scale.html.ini deleted file mode 100644 index 8cba6d0463e7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.scale.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.scale.html] - [Shadows are drawn correctly for scaled images] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.scale.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.scale.worker.js.ini deleted file mode 100644 index 79a1915a65fd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.scale.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.scale.worker.html] - [Shadows are drawn correctly for scaled images] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.section.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.section.html.ini deleted file mode 100644 index cd025c01c7a4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.section.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.section.html] - [Shadows are not drawn for areas outside image source rectangles] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.section.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.section.worker.js.ini deleted file mode 100644 index 6944b5905068..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.section.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.section.worker.html] - [Shadows are not drawn for areas outside image source rectangles] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1.html.ini deleted file mode 100644 index d7b14dd0ccdf..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.transparent.1.html] - [Shadows are not drawn for transparent images] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1.worker.js.ini deleted file mode 100644 index ecd1b8c8ad9a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.transparent.1.worker.html] - [Shadows are not drawn for transparent images] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2.html.ini deleted file mode 100644 index fdc1a6c0a13c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.transparent.2.html] - [Shadows are not drawn for transparent parts of images] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2.worker.js.ini deleted file mode 100644 index 217876dd3ab7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.image.transparent.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.image.transparent.2.worker.html] - [Shadows are not drawn for transparent parts of images] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX.html.ini deleted file mode 100644 index 7cab12e96477..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.offset.negativeX.html] - [Shadows can be offset with negative x] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX.worker.js.ini deleted file mode 100644 index b5dae5db9005..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeX.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.offset.negativeX.worker.html] - [Shadows can be offset with negative x] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY.html.ini deleted file mode 100644 index f896a4878546..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.offset.negativeY.html] - [Shadows can be offset with negative y] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY.worker.js.ini deleted file mode 100644 index 910b170ab366..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.negativeY.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.offset.negativeY.worker.html] - [Shadows can be offset with negative y] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX.html.ini deleted file mode 100644 index 49b5d8a0927b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.offset.positiveX.html] - [Shadows can be offset with positive x] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX.worker.js.ini deleted file mode 100644 index 249117325265..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveX.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.offset.positiveX.worker.html] - [Shadows can be offset with positive x] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY.html.ini deleted file mode 100644 index 1b25a3038d66..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.offset.positiveY.html] - [Shadows can be offset with positive y] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY.worker.js.ini deleted file mode 100644 index cd87c0e0b9ff..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.offset.positiveY.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.offset.positiveY.worker.html] - [Shadows can be offset with positive y] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.outside.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.outside.html.ini deleted file mode 100644 index b65179a2088f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.outside.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.outside.html] - [Shadows of shapes outside the visible area can be offset onto the visible area] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.outside.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.outside.worker.js.ini deleted file mode 100644 index 0d3244f145f4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.outside.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.outside.worker.html] - [Shadows of shapes outside the visible area can be offset onto the visible area] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha.html.ini deleted file mode 100644 index fea2a9797f0e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.pattern.alpha.html] - [Shadows are drawn correctly for partially-transparent fill patterns] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha.worker.js.ini deleted file mode 100644 index 0410fc137496..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.alpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.pattern.alpha.worker.html] - [Shadows are drawn correctly for partially-transparent fill patterns] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.basic.html.ini deleted file mode 100644 index 7c68f2396b28..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.pattern.basic.html] - [Shadows are drawn for fill patterns] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.basic.worker.js.ini deleted file mode 100644 index 3706419d12c0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.pattern.basic.worker.html] - [Shadows are drawn for fill patterns] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1.html.ini deleted file mode 100644 index b9b5f6ddf022..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.pattern.transparent.1.html] - [Shadows are not drawn for transparent fill patterns] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1.worker.js.ini deleted file mode 100644 index c01e4e8ba05b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.pattern.transparent.1.worker.html] - [Shadows are not drawn for transparent fill patterns] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2.html.ini deleted file mode 100644 index ee122e4fe1d2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.pattern.transparent.2.html] - [Shadows are not drawn for transparent parts of fill patterns] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2.worker.js.ini deleted file mode 100644 index d4e81fe0dd9c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.pattern.transparent.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.pattern.transparent.2.worker.html] - [Shadows are not drawn for transparent parts of fill patterns] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.basic.html.ini deleted file mode 100644 index e9b5ab852251..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.basic.html] - [Shadows are drawn for strokes] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.basic.worker.js.ini deleted file mode 100644 index 76539ed76f6b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.basic.worker.html] - [Shadows are drawn for strokes] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1.html.ini deleted file mode 100644 index 5a447f76ccc7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.cap.1.html] - [Shadows are not drawn for areas outside stroke caps] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1.worker.js.ini deleted file mode 100644 index 378c928957ff..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.cap.1.worker.html] - [Shadows are not drawn for areas outside stroke caps] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2.html.ini deleted file mode 100644 index b3012705acf2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.cap.2.html] - [Shadows are drawn for stroke caps] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2.worker.js.ini deleted file mode 100644 index 7368ae92ba09..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.cap.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.cap.2.worker.html] - [Shadows are drawn for stroke caps] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1.html.ini deleted file mode 100644 index bb34d96b2afa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.join.1.html] - [Shadows are not drawn for areas outside stroke joins] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1.worker.js.ini deleted file mode 100644 index 989704270bca..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.join.1.worker.html] - [Shadows are not drawn for areas outside stroke joins] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2.html.ini deleted file mode 100644 index b9314fd09ab7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.join.2.html] - [Shadows are drawn for stroke joins] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2.worker.js.ini deleted file mode 100644 index 04a6aa9f96e8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.join.2.worker.html] - [Shadows are drawn for stroke joins] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3.html.ini deleted file mode 100644 index 45de89cba6ab..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.join.3.html] - [Shadows are drawn for stroke joins respecting miter limit] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3.worker.js.ini deleted file mode 100644 index ca79c40fa820..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.stroke.join.3.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.stroke.join.3.worker.html] - [Shadows are drawn for stroke joins respecting miter limit] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.1.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.1.html.ini deleted file mode 100644 index 13df839414b3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.1.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.transform.1.html] - [Shadows take account of transformations] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.1.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.1.worker.js.ini deleted file mode 100644 index bed327918bd2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.1.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.transform.1.worker.html] - [Shadows take account of transformations] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.2.html.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.2.html.ini deleted file mode 100644 index dba68f794265..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.2.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.transform.2.html] - [Shadow offsets are not affected by transformations] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.2.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.2.worker.js.ini deleted file mode 100644 index e985b475871b..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/shadows/2d.shadow.transform.2.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.shadow.transform.2.worker.html] - [Shadow offsets are not affected by transformations] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.align.valid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.align.valid.html.ini deleted file mode 100644 index 766fa83b9ad3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.align.valid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.text.align.valid.html] - [OffscreenCanvas test: 2d.text.align.valid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.align.valid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.align.valid.worker.js.ini deleted file mode 100644 index 2a5067811858..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.align.valid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.text.align.valid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.baseline.valid.html.ini b/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.baseline.valid.html.ini deleted file mode 100644 index 3d3c5ae22a21..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.baseline.valid.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.text.baseline.valid.html] - [OffscreenCanvas test: 2d.text.baseline.valid] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.baseline.valid.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.baseline.valid.worker.js.ini deleted file mode 100644 index 5a9367cf0944..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.baseline.valid.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.text.baseline.valid.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.font.parse.tiny.html.ini b/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.font.parse.tiny.html.ini deleted file mode 100644 index f69fc85b9369..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.font.parse.tiny.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.text.font.parse.tiny.html] - [OffscreenCanvas test: 2d.text.font.parse.tiny] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.font.parse.tiny.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.font.parse.tiny.worker.js.ini deleted file mode 100644 index c2449239defe..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.font.parse.tiny.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.text.font.parse.tiny.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.setFont.mathFont.html.ini b/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.setFont.mathFont.html.ini deleted file mode 100644 index 87511ed770a6..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.setFont.mathFont.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.text.setFont.mathFont.html] - [crbug.com/1212190, make sure offscreencanvas doesn't crash with Math Font] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.setFont.mathFont.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.setFont.mathFont.worker.js.ini deleted file mode 100644 index 924d3e335df1..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/text/2d.text.setFont.mathFont.worker.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[2d.text.setFont.mathFont.worker.html] - [crbug.com/1212190, make sure offscreencanvas doesn't crash with Math Font] - expected: FAIL diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap.html.ini deleted file mode 100644 index 68c58616a1d3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.bitmap.html] - [save()/restore() does not affect the current bitmap] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap.worker.js.ini deleted file mode 100644 index e076e25531e8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.bitmap.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.bitmap.worker.html] - [save()/restore() does not affect the current bitmap] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip.html.ini deleted file mode 100644 index 895222097f70..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.clip.html] - [save()/restore() affects the clipping path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip.worker.js.ini deleted file mode 100644 index e0bc898d7895..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.clip.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.clip.worker.html] - [save()/restore() affects the clipping path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle.html.ini deleted file mode 100644 index d147a65ba33c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.fillStyle.html] - [save()/restore() works for fillStyle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle.worker.js.ini deleted file mode 100644 index 49be1d300f92..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.fillStyle.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.fillStyle.worker.html] - [save()/restore() works for fillStyle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha.html.ini deleted file mode 100644 index 2feb190d573c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.globalAlpha.html] - [save()/restore() works for globalAlpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha.worker.js.ini deleted file mode 100644 index 1e9c3d10a23f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalAlpha.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.globalAlpha.worker.html] - [save()/restore() works for globalAlpha] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation.html.ini deleted file mode 100644 index 1a20a398a585..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.globalCompositeOperation.html] - [save()/restore() works for globalCompositeOperation] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker.js.ini deleted file mode 100644 index 12c9db802031..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.globalCompositeOperation.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.globalCompositeOperation.worker.html] - [save()/restore() works for globalCompositeOperation] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap.html.ini deleted file mode 100644 index bad5a6eecc4d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.lineCap.html] - [save()/restore() works for lineCap] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap.worker.js.ini deleted file mode 100644 index fb138583f6cc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineCap.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.lineCap.worker.html] - [save()/restore() works for lineCap] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin.html.ini deleted file mode 100644 index 3626cdd5be57..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.lineJoin.html] - [save()/restore() works for lineJoin] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin.worker.js.ini deleted file mode 100644 index f69ebb248e01..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineJoin.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.lineJoin.worker.html] - [save()/restore() works for lineJoin] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth.html.ini deleted file mode 100644 index 25535d04433d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.lineWidth.html] - [save()/restore() works for lineWidth] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth.worker.js.ini deleted file mode 100644 index 1ec4f1ff15bc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.lineWidth.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.lineWidth.worker.html] - [save()/restore() works for lineWidth] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit.html.ini deleted file mode 100644 index e830c56b74ad..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.miterLimit.html] - [save()/restore() works for miterLimit] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit.worker.js.ini deleted file mode 100644 index 83e23c261c87..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.miterLimit.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.miterLimit.worker.html] - [save()/restore() works for miterLimit] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path.html.ini deleted file mode 100644 index c04caf71c5dd..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.path.html] - [save()/restore() does not affect the current path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path.worker.js.ini deleted file mode 100644 index b95388d1fefa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.path.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.path.worker.html] - [save()/restore() does not affect the current path] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur.html.ini deleted file mode 100644 index 1aa0e4bfbbf4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.shadowBlur.html] - [save()/restore() works for shadowBlur] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur.worker.js.ini deleted file mode 100644 index 16ccfd4bba79..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowBlur.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.shadowBlur.worker.html] - [save()/restore() works for shadowBlur] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor.html.ini deleted file mode 100644 index 2271f2ea844a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.shadowColor.html] - [save()/restore() works for shadowColor] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor.worker.js.ini deleted file mode 100644 index 17102bd25f2c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowColor.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.shadowColor.worker.html] - [save()/restore() works for shadowColor] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX.html.ini deleted file mode 100644 index 2b9eb819bd64..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.shadowOffsetX.html] - [save()/restore() works for shadowOffsetX] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker.js.ini deleted file mode 100644 index 210b010ad4e4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetX.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.shadowOffsetX.worker.html] - [save()/restore() works for shadowOffsetX] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY.html.ini deleted file mode 100644 index 3beb3b2d8f6f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.shadowOffsetY.html] - [save()/restore() works for shadowOffsetY] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker.js.ini deleted file mode 100644 index 390dd49490dc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.shadowOffsetY.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.shadowOffsetY.worker.html] - [save()/restore() works for shadowOffsetY] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack.html.ini deleted file mode 100644 index 760d686f72c7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.stack.html] - [save()/restore() can be nested as a stack] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack.worker.js.ini deleted file mode 100644 index 9180fc9d155e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stack.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.stack.worker.html] - [save()/restore() can be nested as a stack] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth.html.ini deleted file mode 100644 index f8c0539bbc61..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.stackdepth.html] - [save()/restore() stack depth is not unreasonably limited] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth.worker.js.ini deleted file mode 100644 index 2f1bf5759603..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.stackdepth.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.stackdepth.worker.html] - [save()/restore() stack depth is not unreasonably limited] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle.html.ini deleted file mode 100644 index 9ae9fbe097be..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.strokeStyle.html] - [save()/restore() works for strokeStyle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle.worker.js.ini deleted file mode 100644 index a3a87bb8be9f..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.strokeStyle.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.strokeStyle.worker.html] - [save()/restore() works for strokeStyle] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation.html.ini deleted file mode 100644 index 9748a362dbec..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.transformation.html] - [save()/restore() affects the current transformation matrix] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation.worker.js.ini deleted file mode 100644 index 965d5640f541..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.transformation.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.transformation.worker.html] - [save()/restore() affects the current transformation matrix] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow.html.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow.html.ini deleted file mode 100644 index aef17daa8ffc..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.underflow.html] - [restore() with an empty stack has no effect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow.worker.js.ini deleted file mode 100644 index 6d32228d2e78..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/the-canvas-state/2d.state.saverestore.underflow.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.state.saverestore.underflow.worker.html] - [restore() with an empty stack has no effect] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.order.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.order.html.ini deleted file mode 100644 index 6037dec03aab..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.order.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.order.html] - [Transformations are applied in the right order] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.order.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.order.worker.js.ini deleted file mode 100644 index a8fe91e73132..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.order.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.order.worker.html] - [Transformations are applied in the right order] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.direction.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.direction.html.ini deleted file mode 100644 index f7d894e1c3ff..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.direction.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.direction.html] - [rotate() is clockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.direction.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.direction.worker.js.ini deleted file mode 100644 index a9552466c837..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.direction.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.direction.worker.html] - [rotate() is clockwise] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite.html.ini deleted file mode 100644 index 870d74f2c15c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.nonfinite.html] - [rotate() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite.worker.js.ini deleted file mode 100644 index c8012cca73a0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.nonfinite.worker.html] - [rotate() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.radians.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.radians.html.ini deleted file mode 100644 index 63f933adc758..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.radians.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.radians.html] - [rotate() uses radians] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.radians.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.radians.worker.js.ini deleted file mode 100644 index bdecb5b3fc27..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.radians.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.radians.worker.html] - [rotate() uses radians] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap.html.ini deleted file mode 100644 index f0962349bec4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.wrap.html] - [rotate() wraps large positive values correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap.worker.js.ini deleted file mode 100644 index 445a307a95c2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrap.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.wrap.worker.html] - [rotate() wraps large positive values correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative.html.ini deleted file mode 100644 index 000f996fe2ce..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.wrapnegative.html] - [rotate() wraps large negative values correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative.worker.js.ini deleted file mode 100644 index 74e2c5e4a8f9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.wrapnegative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.wrapnegative.worker.html] - [rotate() wraps large negative values correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.zero.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.zero.html.ini deleted file mode 100644 index c1c2f5ee224c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.zero.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.zero.html] - [rotate() by 0 does nothing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.zero.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.zero.worker.js.ini deleted file mode 100644 index 7a77be900267..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.rotate.zero.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.rotate.zero.worker.html] - [rotate() by 0 does nothing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.basic.html.ini deleted file mode 100644 index 1a5664c10251..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.basic.html] - [scale() works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.basic.worker.js.ini deleted file mode 100644 index bdce54a43ff8..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.basic.worker.html] - [scale() works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.large.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.large.html.ini deleted file mode 100644 index a2f6ef4c2cb2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.large.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.large.html] - [scale() with large scale factors works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.large.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.large.worker.js.ini deleted file mode 100644 index e749838649c4..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.large.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.large.worker.html] - [scale() with large scale factors works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.multiple.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.multiple.html.ini deleted file mode 100644 index 3f59dc3ef288..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.multiple.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.multiple.html] - [Multiple scale()s combine] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.multiple.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.multiple.worker.js.ini deleted file mode 100644 index 55d34ddab7e7..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.multiple.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.multiple.worker.html] - [Multiple scale()s combine] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.negative.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.negative.html.ini deleted file mode 100644 index bf203aa21705..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.negative.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.negative.html] - [scale() with negative scale factors works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.negative.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.negative.worker.js.ini deleted file mode 100644 index 19201b4e5f76..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.negative.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.negative.worker.html] - [scale() with negative scale factors works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite.html.ini deleted file mode 100644 index 7080845264a9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.nonfinite.html] - [scale() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite.worker.js.ini deleted file mode 100644 index c6cee7db67ae..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.nonfinite.worker.html] - [scale() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.zero.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.zero.html.ini deleted file mode 100644 index 545b4f5a837d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.zero.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.zero.html] - [scale() with a scale factor of zero works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.zero.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.zero.worker.js.ini deleted file mode 100644 index 816fc7e375b0..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.scale.zero.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.scale.zero.worker.html] - [scale() with a scale factor of zero works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple.html.ini deleted file mode 100644 index bb0c112471e9..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.setTransform.multiple.html] - [OffscreenCanvas test: 2d.transformation.setTransform.multiple] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple.worker.js.ini deleted file mode 100644 index 96745cd25499..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.multiple.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.setTransform.multiple.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite.html.ini deleted file mode 100644 index de1069b8e448..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.setTransform.nonfinite.html] - [setTransform() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite.worker.js.ini deleted file mode 100644 index 8015b5ec1a80..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.setTransform.nonfinite.worker.html] - [setTransform() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed.html.ini deleted file mode 100644 index 02c5d6e38a5a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.setTransform.skewed.html] - [OffscreenCanvas test: 2d.transformation.setTransform.skewed] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed.worker.js.ini deleted file mode 100644 index 264fc398b656..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.setTransform.skewed.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.setTransform.skewed.worker.html] - [2d] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.identity.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.identity.html.ini deleted file mode 100644 index 8a3258097b85..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.identity.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.transform.identity.html] - [transform() with the identity matrix does nothing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.identity.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.identity.worker.js.ini deleted file mode 100644 index ec0c405dd5da..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.identity.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.transform.identity.worker.html] - [transform() with the identity matrix does nothing] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.multiply.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.multiply.html.ini deleted file mode 100644 index 9b094533e88a..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.multiply.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.transform.multiply.html] - [transform() multiplies the CTM] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.multiply.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.multiply.worker.js.ini deleted file mode 100644 index e297d3b90643..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.multiply.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.transform.multiply.worker.html] - [transform() multiplies the CTM] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite.html.ini deleted file mode 100644 index 73b66cf32933..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.transform.nonfinite.html] - [transform() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite.worker.js.ini deleted file mode 100644 index e6396c1c65e3..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.transform.nonfinite.worker.html] - [transform() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.skewed.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.skewed.html.ini deleted file mode 100644 index ea2a89f6b789..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.skewed.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.transform.skewed.html] - [transform() with skewy matrix transforms correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.skewed.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.skewed.worker.js.ini deleted file mode 100644 index d91f96c6ee7e..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.transform.skewed.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.transform.skewed.worker.html] - [transform() with skewy matrix transforms correctly] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.basic.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.basic.html.ini deleted file mode 100644 index 44e4b5d35eaa..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.basic.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.translate.basic.html] - [translate() works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.basic.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.basic.worker.js.ini deleted file mode 100644 index acab907a69b2..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.basic.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.translate.basic.worker.html] - [translate() works] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite.html.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite.html.ini deleted file mode 100644 index 576f21a36a56..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.translate.nonfinite.html] - [translate() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite.worker.js.ini deleted file mode 100644 index 6e5c7aac441d..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/transformations/2d.transformation.translate.nonfinite.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.transformation.translate.nonfinite.worker.html] - [translate() with Infinity/NaN is ignored] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.html.ini b/testing/web-platform/meta/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.html.ini deleted file mode 100644 index a77213e42050..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.color.space.p3.to.srgb.html] - [test getImageData with srsb and uint8 from display p3 uint8 canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.worker.js.ini b/testing/web-platform/meta/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.worker.js.ini deleted file mode 100644 index 4d44fdc38b7c..000000000000 --- a/testing/web-platform/meta/html/canvas/offscreen/wide-gamut-canvas/2d.color.space.p3.to.srgb.worker.js.ini +++ /dev/null @@ -1,4 +0,0 @@ -[2d.color.space.p3.to.srgb.worker.html] - [test getImageData with srsb and uint8 from display p3 uint8 canvas] - expected: FAIL - diff --git a/testing/web-platform/meta/html/dom/idlharness.https.html.ini b/testing/web-platform/meta/html/dom/idlharness.https.html.ini index 6ea170e033f6..de0a043c431b 100644 --- a/testing/web-platform/meta/html/dom/idlharness.https.html.ini +++ b/testing/web-platform/meta/html/dom/idlharness.https.html.ini @@ -1,27 +1,17 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featurePolicy.header.enabled:true, dom.security.featurePolicy.webidl.enabled:true, dom.forms.inputmode:true, dom.forms.enterkeyhint:true, dom.forms.autocapitalize:true] [idlharness.https.html?exclude=(Document|Window|HTML.*)] - prefs: [gfx.offscreencanvas.enabled:true] - [OffscreenCanvasRenderingContext2D interface: operation lineTo(unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute globalAlpha] - expected: FAIL - [AudioTrack interface: existence and properties of interface prototype object] expected: FAIL [AudioTrack interface: attribute language] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation createRadialGradient(double, double, double, double, double, double)] - expected: FAIL - [AudioTrackList interface: existence and properties of interface object] expected: FAIL + [OffscreenCanvasRenderingContext2D interface: attribute filter] + expected: FAIL + [OffscreenCanvasRenderingContext2D interface: operation measureText(DOMString)] expected: FAIL @@ -31,48 +21,18 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [AudioTrack interface object length] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingEnabled] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetX] - expected: FAIL - [SVGSVGElement interface: attribute onstorage] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute strokeStyle] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface object length] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation clearRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation getLineDash()] - expected: FAIL - [AudioTrackList interface object name] expected: FAIL [CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "direction" with the proper type] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute globalCompositeOperation] - expected: FAIL - [VideoTrack interface: attribute kind] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation restore()] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation putImageData(ImageData, long, long)] - expected: FAIL - [CanvasRenderingContext2D interface: operation scrollPathIntoView()] expected: FAIL @@ -85,24 +45,12 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [TextMetrics interface: attribute ideographicBaseline] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation beginPath()] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation bezierCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - [VideoTrackList interface object length] expected: FAIL [SVGSVGElement interface: attribute onbeforeprint] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute lineWidth] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute shadowColor] - expected: FAIL - [TextMetrics interface: attribute emHeightDescent] expected: FAIL @@ -118,9 +66,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [VideoTrackList interface: existence and properties of interface object] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(unrestricted double, unrestricted double)] - expected: FAIL - [External interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL @@ -133,18 +78,12 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [SVGSVGElement interface: attribute onoffline] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - [CanvasRenderingContext2D interface: attribute direction] expected: FAIL [VideoTrack interface: existence and properties of interface prototype object] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation translate(unrestricted double, unrestricted double)] - expected: FAIL - [Navigator interface: calling unregisterProtocolHandler(DOMString, USVString) on window.navigator with too few arguments must throw TypeError] expected: FAIL @@ -169,15 +108,9 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [VideoTrackList interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation quadraticCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - [CanvasRenderingContext2D interface: operation getContextAttributes()] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation resetTransform()] - expected: FAIL - [VideoTrack interface: attribute label] expected: FAIL @@ -187,45 +120,21 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [External interface object name] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetY] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingQuality] expected: FAIL [SVGSVGElement interface: attribute onunload] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - [CanvasRenderingContext2D interface: attribute imageSmoothingQuality] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute lineCap] - expected: FAIL - [DOMStringList interface: calling contains(DOMString) on location.ancestorOrigins with too few arguments must throw TypeError] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation save()] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation stroke()] - expected: FAIL - [SVGSVGElement interface: attribute onbeforeunload] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute lineJoin] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - [VideoTrackList interface object name] expected: FAIL @@ -235,9 +144,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [OffscreenCanvasRenderingContext2D interface: attribute direction] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute shadowBlur] - expected: FAIL - [VideoTrack interface: attribute language] expected: FAIL @@ -256,9 +162,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [VideoTrackList interface: attribute onchange] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation setTransform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - [Stringification of location.ancestorOrigins] expected: FAIL @@ -268,42 +171,15 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [DOMStringList interface: location.ancestorOrigins must inherit property "item(unsigned long)" with the proper type] expected: FAIL - [OffscreenCanvasRenderingContext2D interface object name] - expected: FAIL - [AudioTrack interface: attribute id] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute miterLimit] - expected: FAIL - [SVGSVGElement interface: attribute onlanguagechange] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation strokeRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: existence and properties of interface object] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation commit()] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation getTransform()] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute textAlign] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute lineDashOffset] - expected: FAIL - [SVGSVGElement interface: attribute onunhandledrejection] expected: FAIL @@ -322,27 +198,18 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [DOMStringList must be primary interface of location.ancestorOrigins] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation createImageData(ImageData)] - expected: FAIL - [AudioTrackList interface: attribute onchange] expected: FAIL [OffscreenCanvasRenderingContext2D interface: attribute font] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation putImageData(ImageData, long, long, long, long, long, long)] - expected: FAIL - [AudioTrack interface object name] expected: FAIL [AudioTrack interface: attribute kind] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation moveTo(unrestricted double, unrestricted double)] - expected: FAIL - [TextMetrics interface: attribute hangingBaseline] expected: FAIL @@ -352,9 +219,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [AudioTrackList interface: existence and properties of interface prototype object] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation createLinearGradient(double, double, double, double)] - expected: FAIL - [External interface: operation IsSearchProviderInstalled()] expected: FAIL @@ -364,15 +228,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [VideoTrackList interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation createPattern(CanvasImageSource, DOMString)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation transform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation rotate(unrestricted double)] - expected: FAIL - [TextMetrics interface: attribute alphabeticBaseline] expected: FAIL @@ -382,9 +237,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [VideoTrack interface object length] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation stroke(Path2D)] - expected: FAIL - [AudioTrack interface: existence and properties of interface object] expected: FAIL @@ -403,9 +255,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [External interface: existence and properties of interface prototype object] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object] - expected: FAIL - [SVGSVGElement interface: attribute onpagehide] expected: FAIL @@ -430,15 +279,9 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [Navigator interface: window.navigator must inherit property "unregisterProtocolHandler(DOMString, USVString)" with the proper type] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(Path2D, unrestricted double, unrestricted double)] - expected: FAIL - [AudioTrackList interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation closePath()] - expected: FAIL - [AudioTrack interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL @@ -454,12 +297,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [VideoTrack interface object name] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute fillStyle] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute canvas] - expected: FAIL - [VideoTrack interface: attribute selected] expected: FAIL @@ -478,9 +315,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [AudioTrack interface: attribute enabled] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation fillRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - [CanvasRenderingContext2D interface: document.createElement("canvas").getContext("2d") must inherit property "scrollPathIntoView()" with the proper type] expected: FAIL @@ -502,42 +336,12 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [FormDataEvent interface object length] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation isPointInPath(Path2D, unrestricted double, unrestricted double, optional CanvasFillRule)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation isPointInPath(unrestricted double, unrestricted double, optional CanvasFillRule)] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation fillText(DOMString, unrestricted double, unrestricted double, optional unrestricted double)] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation fill(optional CanvasFillRule)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation clip(Path2D, optional CanvasFillRule)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation setTransform(optional DOMMatrix2DInit)] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation strokeText(DOMString, unrestricted double, unrestricted double, optional unrestricted double)] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation fill(Path2D, optional CanvasFillRule)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation clip(optional CanvasFillRule)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation setLineDash(sequence)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)] - expected: FAIL - [Navigator interface: operation registerProtocolHandler(DOMString, USVString)] expected: if (os == "mac") and not debug: [PASS, FAIL] @@ -575,18 +379,15 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [ImageData interface: attribute colorSpace] expected: FAIL + [OffscreenCanvasRenderingContext2D interface: operation reset()] + expected: FAIL + [ImageData interface: new ImageData(10, 10) must inherit property "colorSpace" with the proper type] expected: FAIL [OffscreenCanvasRenderingContext2D interface: operation reset()] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation createImageData(long, long, optional ImageDataSettings)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation getImageData(long, long, long, long, optional ImageDataSettings)] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute fontKerning] expected: FAIL @@ -599,9 +400,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [OffscreenCanvasRenderingContext2D interface: attribute textRendering] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation createConicGradient(double, double, double)] - expected: FAIL - [CanvasRenderingContext2D interface: operation isContextLost()] expected: FAIL @@ -752,7 +550,7 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu [idlharness.https.html?include=HTML.*] - prefs: [dom.dialog_element.enabled:true, gfx.offscreencanvas.enabled:true] + prefs: [dom.dialog_element.enabled:true] [HTMLInputElement interface: attribute dirName] expected: FAIL diff --git a/testing/web-platform/meta/html/dom/idlharness.worker.js.ini b/testing/web-platform/meta/html/dom/idlharness.worker.js.ini index 8af5600e7022..45f0ba2329d3 100644 --- a/testing/web-platform/meta/html/dom/idlharness.worker.js.ini +++ b/testing/web-platform/meta/html/dom/idlharness.worker.js.ini @@ -1,53 +1,10 @@ [idlharness.worker.html] - prefs: [dom.workers.requestAnimationFrame:true, gfx.offscreencanvas.enabled:true] - [OffscreenCanvasRenderingContext2D interface: operation lineTo(unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute globalAlpha] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute filter] expected: FAIL [OffscreenCanvasRenderingContext2D interface: operation measureText(DOMString)] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingEnabled] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetX] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute shadowOffsetY] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute strokeStyle] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface object length] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation clearRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation getLineDash()] - expected: FAIL - - [CanvasGradient interface: existence and properties of interface object] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute globalCompositeOperation] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation restore()] - expected: FAIL - - [Path2D interface: existence and properties of interface object] - expected: FAIL - [TextMetrics interface object length] expected: FAIL @@ -57,330 +14,78 @@ [TextMetrics interface: attribute ideographicBaseline] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation beginPath()] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute lineWidth] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute shadowColor] - expected: FAIL - - [CanvasGradient interface: operation addColorStop(double, DOMString)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation translate(unrestricted double, unrestricted double)] - expected: FAIL - - [Path2D interface: operation moveTo(unrestricted double, unrestricted double)] - expected: FAIL - [TextMetrics interface: attribute actualBoundingBoxAscent] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation bezierCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation stroke(Path2D)] - expected: FAIL - - [CanvasPattern interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - [TextMetrics interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [Path2D interface object name] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation quadraticCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation resetTransform()] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute imageSmoothingQuality] expected: FAIL - [Path2D interface object length] - expected: FAIL - [TextMetrics interface: attribute emHeightDescent] expected: FAIL - [CanvasGradient interface object length] - expected: FAIL - - [Path2D interface: existence and properties of interface prototype object] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [Path2D interface: operation quadraticCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute lineCap] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation scale(unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation stroke()] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute lineJoin] - expected: FAIL - - [CanvasPattern interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute direction] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute shadowBlur] - expected: FAIL - - [Path2D interface: operation rect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - [TextMetrics interface: attribute actualBoundingBoxDescent] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: existence and properties of interface prototype object] - expected: FAIL - [TextMetrics interface: attribute actualBoundingBoxLeft] expected: FAIL - [CanvasPattern interface object name] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation setTransform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface object name] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation drawImage(CanvasImageSource, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute miterLimit] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation strokeRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: existence and properties of interface object] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation commit()] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation getTransform()] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute lineDashOffset] - expected: FAIL - - [CanvasGradient interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - [TextMetrics interface: existence and properties of interface object] expected: FAIL - [CanvasPattern interface: existence and properties of interface prototype object] - expected: FAIL - - [Path2D interface: operation lineTo(unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation createLinearGradient(double, double, double, double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation createImageData(ImageData)] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute font] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation putImageData(ImageData, long, long, long, long, long, long)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation moveTo(unrestricted double, unrestricted double)] - expected: FAIL - [TextMetrics interface: attribute hangingBaseline] expected: FAIL - [Path2D interface: operation closePath()] - expected: FAIL - [TextMetrics interface: attribute width] expected: FAIL - [Path2D interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - [TextMetrics interface: attribute actualBoundingBoxRight] expected: FAIL [TextMetrics interface: attribute fontBoundingBoxAscent] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation createPattern(CanvasImageSource, DOMString)] - expected: FAIL - - [CanvasPattern interface: existence and properties of interface object] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation transform(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation rotate(unrestricted double)] - expected: FAIL - [TextMetrics interface: attribute alphabeticBaseline] expected: FAIL [TextMetrics interface: existence and properties of interface prototype object] expected: FAIL - [Path2D interface: existence and properties of interface prototype object's "constructor" property] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation createRadialGradient(double, double, double, double, double, double)] - expected: FAIL - - [CanvasGradient interface: existence and properties of interface prototype object's @@unscopables property] - expected: FAIL - [TextMetrics interface: attribute fontBoundingBoxDescent] expected: FAIL [OffscreenCanvasRenderingContext2D interface: attribute textBaseline] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation isPointInStroke(Path2D, unrestricted double, unrestricted double)] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute textAlign] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation closePath()] - expected: FAIL - - [Path2D interface: operation arcTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - [TextMetrics interface: existence and properties of interface prototype object's "constructor" property] expected: FAIL - [Path2D interface: operation bezierCurveTo(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute fillStyle] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: attribute canvas] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation putImageData(ImageData, long, long)] - expected: FAIL - - [CanvasGradient interface: existence and properties of interface prototype object] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation save()] - expected: FAIL - - [CanvasPattern interface object length] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation fillRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double)] - expected: FAIL - - [CanvasGradient interface object name] - expected: FAIL - [TextMetrics interface object name] expected: FAIL [OffscreenCanvasRenderingContext2D interface: operation fillText(DOMString, unrestricted double, unrestricted double, optional unrestricted double)] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation fill(optional CanvasFillRule)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation isPointInPath(unrestricted double, unrestricted double, optional CanvasFillRule)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation isPointInPath(Path2D, unrestricted double, unrestricted double, optional CanvasFillRule)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation fill(Path2D, optional CanvasFillRule)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation clip(Path2D, optional CanvasFillRule)] - expected: FAIL - - [Path2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation strokeText(DOMString, unrestricted double, unrestricted double, optional unrestricted double)] expected: FAIL - [CanvasPattern interface: operation setTransform(optional DOMMatrix2DInit)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation setLineDash(sequence)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation setTransform(optional DOMMatrix2DInit)] - expected: FAIL - - [Path2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation arc(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation ellipse(unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, unrestricted double, optional boolean)] - expected: FAIL - - [Path2D interface: operation addPath(Path2D, optional DOMMatrix2DInit)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation clip(optional CanvasFillRule)] - expected: FAIL - [ImageData interface: attribute colorSpace] expected: FAIL [OffscreenCanvasRenderingContext2D interface: operation reset()] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation createImageData(long, long, optional ImageDataSettings)] - expected: FAIL - - [OffscreenCanvasRenderingContext2D interface: operation getImageData(long, long, long, long, optional ImageDataSettings)] - expected: FAIL - [OffscreenCanvasRenderingContext2D interface: attribute fontKerning] expected: FAIL @@ -393,9 +98,6 @@ [OffscreenCanvasRenderingContext2D interface: attribute textRendering] expected: FAIL - [OffscreenCanvasRenderingContext2D interface: operation createConicGradient(double, double, double)] - expected: FAIL - [Path2D interface: operation roundRect(unrestricted double, unrestricted double, unrestricted double, unrestricted double, sequence<(unrestricted double or DOMPointInit)>)] expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini deleted file mode 100644 index d22930c92f2d..000000000000 --- a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini +++ /dev/null @@ -1,3 +0,0 @@ -[transfer-errors.window.html] - prefs: [gfx.offscreencanvas.enabled:true] - diff --git a/testing/web-platform/meta/imagebitmap-renderingcontext/__dir__.ini b/testing/web-platform/meta/imagebitmap-renderingcontext/__dir__.ini deleted file mode 100644 index 7a12bab3cd9b..000000000000 --- a/testing/web-platform/meta/imagebitmap-renderingcontext/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -prefs: [gfx.offscreencanvas.enabled:true] diff --git a/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini b/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini index fd613f22a8a7..2bb6645dd9fa 100644 --- a/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini +++ b/testing/web-platform/meta/workers/semantics/interface-objects/001.worker.js.ini @@ -11,12 +11,6 @@ [The DrawingStyle interface object should be exposed.] expected: FAIL - [The CanvasGradient interface object should be exposed.] - expected: FAIL - - [The CanvasPattern interface object should be exposed.] - expected: FAIL - [The Path interface object should be exposed.] expected: FAIL @@ -26,9 +20,6 @@ [The CanvasPath interface object should be exposed.] expected: FAIL - [The Path2D interface object should be exposed.] - expected: FAIL - [The WritableStream interface object should be exposed.] expected: FAIL @@ -40,18 +31,9 @@ [The CanvasPath interface object should be exposed.] expected: FAIL - [The Path2D interface object should be exposed.] - expected: FAIL - [The WritableStream interface object should be exposed.] expected: FAIL - [The CanvasGradient interface object should be exposed.] - expected: FAIL - - [The CanvasPattern interface object should be exposed.] - expected: FAIL - [The TextMetrics interface object should be exposed.] expected: FAIL diff --git a/testing/web-platform/meta/workers/semantics/interface-objects/003.any.js.ini b/testing/web-platform/meta/workers/semantics/interface-objects/003.any.js.ini index 6ca171c1617e..babe4af4af96 100644 --- a/testing/web-platform/meta/workers/semantics/interface-objects/003.any.js.ini +++ b/testing/web-platform/meta/workers/semantics/interface-objects/003.any.js.ini @@ -1,19 +1,10 @@ [003.any.sharedworker.html] - [The CanvasGradient interface object should be exposed] - expected: FAIL - - [The Path2D interface object should be exposed] - expected: FAIL - [The CanvasPath interface object should be exposed] expected: FAIL [The SharedWorker interface object should be exposed] expected: FAIL - [The CanvasPattern interface object should be exposed] - expected: FAIL - [The ApplicationCache interface object should be exposed] expected: FAIL