mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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,3 +0,0 @@
|
|||
[2d.canvas.context.arguments.missing.html]
|
||||
[OffscreenCanvas test: 2d.canvas.context.arguments.missing]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.arguments.missing.worker.html]
|
||||
[2d]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.exists.html]
|
||||
[The 2D context is implemented]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.exists.worker.html]
|
||||
[The 2D context is implemented]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.extraargs.cache.html]
|
||||
[The 2D context doesn't throw with extra getContext arguments (cached)]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.extraargs.cache.worker.html]
|
||||
[The 2D context doesn't throw with extra getContext arguments (cached)]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.extraargs.create.html]
|
||||
[The 2D context doesn't throw with extra getContext arguments (new context)]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.extraargs.create.worker.html]
|
||||
[The 2D context doesn't throw with extra getContext arguments (new context)]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.prototype.html]
|
||||
[checks OffscreenCanvasRenderingContext2D prototype]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.prototype.worker.html]
|
||||
[checks OffscreenCanvasRenderingContext2D prototype]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.shared.html]
|
||||
[getContext('2d') returns objects which share canvas state]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.shared.worker.html]
|
||||
[getContext('2d') returns objects which share canvas state]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.type.exists.html]
|
||||
[The 2D context interface is a property of 'window']
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.type.exists.worker.html]
|
||||
[The 2D context interface is a property of 'self']
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.type.extend.html]
|
||||
[Interface methods can be added]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.type.extend.worker.html]
|
||||
[Interface methods can be added]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.type.prototype.html]
|
||||
[window.CanvasRenderingContext2D.prototype are not [[Writable\]\] and not [[Configurable\]\], and its methods are [[Configurable\]\].]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.type.prototype.worker.html]
|
||||
[window.CanvasRenderingContext2D.prototype are not [[Writable\]\] and not [[Configurable\]\], and its methods are [[Configurable\]\].]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.type.replace.html]
|
||||
[Interface methods can be overridden]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.type.replace.worker.html]
|
||||
[Interface methods can be overridden]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.unique.html]
|
||||
[getContext('2d') returns the same object]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.unique.worker.html]
|
||||
[getContext('2d') returns the same object]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue