mirror of
https://github.com/servo/servo.git
synced 2025-09-20 03:40:09 +01:00
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:
parent
2a6d480cd8
commit
a2af619009
1331 changed files with 667 additions and 6946 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue