From 6259ba2a574ca6d5380e3ab484dd8589ac830b72 Mon Sep 17 00:00:00 2001 From: jfkthame Date: Tue, 5 Sep 2023 09:32:40 -0400 Subject: [PATCH] Remove some 2d.path.stroke.prune.* from interop-2023 (#4655) See https://github.com/web-platform-tests/interop/issues/392 for details. These tests relate to a longstanding open spec issue, and should not be included in interop-2023 as long as that is unresolved. --- html/canvas/offscreen/path-objects/META.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/html/canvas/offscreen/path-objects/META.yml b/html/canvas/offscreen/path-objects/META.yml index 1c40f84d1..0c28f9bc6 100644 --- a/html/canvas/offscreen/path-objects/META.yml +++ b/html/canvas/offscreen/path-objects/META.yml @@ -540,16 +540,10 @@ links: - test: 2d.path.stroke.empty.worker.html - test: 2d.path.stroke.overlap.html - test: 2d.path.stroke.overlap.worker.html - - test: 2d.path.stroke.prune.arc.html - - test: 2d.path.stroke.prune.arc.worker.html - test: 2d.path.stroke.prune.closed.html - test: 2d.path.stroke.prune.closed.worker.html - test: 2d.path.stroke.prune.corner.html - test: 2d.path.stroke.prune.corner.worker.html - - test: 2d.path.stroke.prune.curve.html - - test: 2d.path.stroke.prune.curve.worker.html - - test: 2d.path.stroke.prune.line.html - - test: 2d.path.stroke.prune.line.worker.html - test: 2d.path.stroke.prune.rect.html - test: 2d.path.stroke.prune.rect.worker.html - test: 2d.path.stroke.scale1.html