Enable more DOM preferences for unofficial WPT test runs (#34116)

* Enable some DOM prefs for all WPT tests.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

* Update expected results.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2024-11-03 10:36:13 -05:00 committed by GitHub
parent 2a6d480cd8
commit a2af619009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
1331 changed files with 667 additions and 6946 deletions

View file

@ -41,6 +41,3 @@
[Test that convertToBlob with default arguments produces correct result in a worker]
expected: FAIL
[Test that call convertToBlob on a OffscreenCanvas with tainted origin throws exception in a worker]
expected: FAIL

View file

@ -1,3 +0,0 @@
[offscreencanvas.filter.html]
[none]
expected: FAIL

View file

@ -1,4 +1,3 @@
[offscreencanvas.filter.w.html]
expected: ERROR
[offscreencanvas]
expected: FAIL

View file

@ -1,27 +0,0 @@
[image.smoothing.html]
[When the context is created, imageSmoothingEnabled must be set to true.]
expected: FAIL
[On getting imageSmoothingEnabled, the user agent must return the last value it was set to.]
expected: FAIL
[Test that image smoothing is actually on by default.]
expected: FAIL
[Test that image smoothing works when imageSmoothingEnabled is set to true]
expected: FAIL
[Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with drawImage().]
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) works with stroke() and createPattern().]
expected: FAIL
[Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) still works after repaints.]
expected: FAIL

View file

@ -1,27 +0,0 @@
[image.smoothing.worker.html]
[When the context is created, imageSmoothingEnabled must be set to true.]
expected: FAIL
[On getting imageSmoothingEnabled, the user agent must return the last value it was set to.]
expected: FAIL
[Test that image smoothing is actually on by default.]
expected: FAIL
[Test that image smoothing works when imageSmoothingEnabled is set to true]
expected: FAIL
[Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with drawImage().]
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) works with stroke() and createPattern().]
expected: FAIL
[Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) still works after repaints.]
expected: FAIL

View file

@ -1,9 +1,3 @@
[offscreencanvas.constructor.html]
[Test that OffscreenCanvas constructor handles invalid arguments correctly]
expected: FAIL
[OffscreenCanvas constructor called as normal function]
expected: FAIL
[Test that calling OffscreenCanvas's constructor generates correct width and height.]
expected: FAIL

View file

@ -1,6 +1,3 @@
[offscreencanvas.constructor.worker.html]
[Test that OffscreenCanvas constructor handles invalid arguments correctly in a worker]
expected: FAIL
[Test that calling OffscreenCanvas's constructor generates correct width and height.]
expected: FAIL

View file

@ -13,12 +13,3 @@
[Test that getContext twice with different context type returns null the second time]
expected: FAIL
[Test that 2dcontext.canvas should return the original OffscreenCanvas]
expected: FAIL
[Test that OffscreenCanvasRenderingContext2D with alpha enabled preserves the alpha]
expected: FAIL
[Test that 'alpha' context creation attribute is true by default]
expected: FAIL

View file

@ -13,12 +13,3 @@
[Test that getContext twice with different context type returns null the second time]
expected: FAIL
[Test that 2dcontext.canvas should return the original OffscreenCanvas]
expected: FAIL
[Test that OffscreenCanvasRenderingContext2D with alpha enabled preserves the alpha]
expected: FAIL
[Test that 'alpha' context creation attribute is true by default]
expected: FAIL

View file

@ -19,12 +19,3 @@
[Verify that writing to the width or height attribute of a placeholder canvas throws an exception even when not changing the value of the attribute.]
expected: FAIL
[Verify that writing to the width and height attributes of an OffscreenCanvas works when there is no context attached.]
expected: FAIL
[Verify that resizing a 2d context resets its state.]
expected: FAIL
[Verify that setting the size of a 2d context to the same size it already had resets its state.]
expected: FAIL

View file

@ -1,2 +0,0 @@
[2d.transformation.getTransform.html]
expected: ERROR