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

@ -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