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,3 +0,0 @@
[2d.canvas.context.arguments.missing.html]
[OffscreenCanvas test: 2d.canvas.context.arguments.missing]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.arguments.missing.worker.html]
[2d]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.exists.html]
[The 2D context is implemented]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.exists.worker.html]
[The 2D context is implemented]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.extraargs.cache.html]
[The 2D context doesn't throw with extra getContext arguments (cached)]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.extraargs.cache.worker.html]
[The 2D context doesn't throw with extra getContext arguments (cached)]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.extraargs.create.html]
[The 2D context doesn't throw with extra getContext arguments (new context)]
expected: FAIL

View file

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

View file

@ -1,3 +0,0 @@
[2d.canvas.context.prototype.html]
[checks OffscreenCanvasRenderingContext2D prototype]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.prototype.worker.html]
[checks OffscreenCanvasRenderingContext2D prototype]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.shared.html]
[getContext('2d') returns objects which share canvas state]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.shared.worker.html]
[getContext('2d') returns objects which share canvas state]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.exists.html]
[The 2D context interface is a property of 'window']
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.exists.worker.html]
[The 2D context interface is a property of 'self']
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.extend.html]
[Interface methods can be added]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.extend.worker.html]
[Interface methods can be added]
expected: FAIL

View file

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

View file

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

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.replace.html]
[Interface methods can be overridden]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.type.replace.worker.html]
[Interface methods can be overridden]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.unique.html]
[getContext('2d') returns the same object]
expected: FAIL

View file

@ -1,3 +0,0 @@
[2d.canvas.context.unique.worker.html]
[getContext('2d') returns the same object]
expected: FAIL