mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Update web-platform-tests to revision b'f46bf6aa167e2838a8b93501a1a998ffde90d879' (#32581)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
130eef300b
commit
62b230e85d
496 changed files with 11299 additions and 2360 deletions
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.invalid.args.html]
|
||||
[Calling getContext with invalid arguments.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.invalid.args.worker.html]
|
||||
[Calling getContext with invalid arguments.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.prototype.html]
|
||||
[checks OffscreenCanvasRenderingContext2D prototype]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.prototype.worker.html]
|
||||
[checks OffscreenCanvasRenderingContext2D prototype]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.type.exists.html]
|
||||
[The 2D context interface is a property of 'window']
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.type.exists.worker.html]
|
||||
[The 2D context interface is a property of 'self']
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.type.extend.html]
|
||||
[Interface methods can be added]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.type.extend.worker.html]
|
||||
[Interface methods can be added]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.type.prototype.html]
|
||||
[window.CanvasRenderingContext2D.prototype are not [[Writable\]\] and not [[Configurable\]\], and its methods are [[Configurable\]\].]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.type.prototype.worker.html]
|
||||
[window.CanvasRenderingContext2D.prototype are not [[Writable\]\] and not [[Configurable\]\], and its methods are [[Configurable\]\].]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.type.replace.html]
|
||||
[Interface methods can be overridden]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.type.replace.worker.html]
|
||||
[Interface methods can be overridden]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.unrecognised.badname.html]
|
||||
[getContext with unrecognised context name returns null]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.unrecognised.badname.worker.html]
|
||||
[getContext with unrecognised context name returns null]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.unrecognised.badsuffix.html]
|
||||
[Context name "2d" plus a suffix is unrecognised]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.unrecognised.badsuffix.worker.html]
|
||||
[Context name "2d" plus a suffix is unrecognised]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.unrecognised.nullsuffix.html]
|
||||
[Context name "2d" plus a "\\0" suffix is unrecognised]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.unrecognised.nullsuffix.worker.html]
|
||||
[Context name "2d" plus a "\\0" suffix is unrecognised]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.unrecognised.unicode.html]
|
||||
[Context name which kind of looks like "2d" is unrecognised]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[2d.canvas.context.unrecognised.unicode.worker.html]
|
||||
[Context name which kind of looks like "2d" is unrecognised]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue