From b99b92d4c24919be935d75b5972d55db334b083a Mon Sep 17 00:00:00 2001 From: pylbrecht Date: Sat, 14 Dec 2019 13:30:02 +0100 Subject: [PATCH] Update wpt test expectation for image-smoothing --- .../2dcontext/image-smoothing/imagesmoothing.html.ini | 11 ----------- .../image-smoothing/image.smoothing.html.ini | 10 ---------- .../image-smoothing/image.smoothing.worker.js.ini | 10 ---------- 3 files changed, 31 deletions(-) delete mode 100644 tests/wpt/metadata/2dcontext/image-smoothing/imagesmoothing.html.ini delete mode 100644 tests/wpt/metadata/offscreen-canvas/image-smoothing/image.smoothing.html.ini delete mode 100644 tests/wpt/metadata/offscreen-canvas/image-smoothing/image.smoothing.worker.js.ini diff --git a/tests/wpt/metadata/2dcontext/image-smoothing/imagesmoothing.html.ini b/tests/wpt/metadata/2dcontext/image-smoothing/imagesmoothing.html.ini deleted file mode 100644 index 189d034a87c..00000000000 --- a/tests/wpt/metadata/2dcontext/image-smoothing/imagesmoothing.html.ini +++ /dev/null @@ -1,11 +0,0 @@ -[imagesmoothing.html] - type: testharness - [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) works with stroke() and createPattern().] - expected: FAIL - diff --git a/tests/wpt/metadata/offscreen-canvas/image-smoothing/image.smoothing.html.ini b/tests/wpt/metadata/offscreen-canvas/image-smoothing/image.smoothing.html.ini deleted file mode 100644 index ea4369032a5..00000000000 --- a/tests/wpt/metadata/offscreen-canvas/image-smoothing/image.smoothing.html.ini +++ /dev/null @@ -1,10 +0,0 @@ -[image.smoothing.html] - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with stroke() and createPattern().] - 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 - diff --git a/tests/wpt/metadata/offscreen-canvas/image-smoothing/image.smoothing.worker.js.ini b/tests/wpt/metadata/offscreen-canvas/image-smoothing/image.smoothing.worker.js.ini deleted file mode 100644 index d5390f1498b..00000000000 --- a/tests/wpt/metadata/offscreen-canvas/image-smoothing/image.smoothing.worker.js.ini +++ /dev/null @@ -1,10 +0,0 @@ -[image.smoothing.worker.html] - [Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with stroke() and createPattern().] - 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 -