mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Sync WPT with upstream (04-10-2023) (#30493)
* Update web-platform-tests to revision b'dfda99176a5d552fb1129fa353b7e4c69f6ed92c' * fix linter errors after WPT import Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> * Update expectations --------- Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: Mukilan Thiyagarajan <mukilan@igalia.com> Co-authored-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
92defbb4ef
commit
c06ec90151
2986 changed files with 82877 additions and 27441 deletions
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.arguments.missing.html]
|
||||
[OffscreenCanvas test: 2d.canvas.context.arguments.missing]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.arguments.missing.worker.html]
|
||||
[2d]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.casesensitive.html]
|
||||
[Context name "2D" is unrecognised; matching is case sensitive]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.casesensitive.worker.html]
|
||||
[Context name "2D" is unrecognised; matching is case sensitive]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.emptystring.html]
|
||||
[getContext with empty string returns null]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.emptystring.worker.html]
|
||||
[getContext with empty string returns null]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.exists.html]
|
||||
[The 2D context is implemented]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.exists.worker.html]
|
||||
[The 2D context is implemented]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.extraargs.cache.html]
|
||||
[The 2D context doesn't throw with extra getContext arguments (cached)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.extraargs.cache.worker.html]
|
||||
[The 2D context doesn't throw with extra getContext arguments (cached)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.extraargs.create.html]
|
||||
[The 2D context doesn't throw with extra getContext arguments (new context)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.extraargs.create.worker.html]
|
||||
[The 2D context doesn't throw with extra getContext arguments (new context)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.shared.html]
|
||||
[getContext('2d') returns objects which share canvas state]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.shared.worker.html]
|
||||
[getContext('2d') returns objects which share canvas state]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.unique.html]
|
||||
[getContext('2d') returns the same object]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.unique.worker.html]
|
||||
[getContext('2d') returns the same object]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.unrecognised.badname.html]
|
||||
[getContext with unrecognised context name returns null]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.unrecognised.badname.worker.html]
|
||||
[getContext with unrecognised context name returns null]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.unrecognised.badsuffix.html]
|
||||
[Context name "2d" plus a suffix is unrecognised]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.unrecognised.badsuffix.worker.html]
|
||||
[Context name "2d" plus a suffix is unrecognised]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.unrecognised.nullsuffix.html]
|
||||
[Context name "2d" plus a "\\0" suffix is unrecognised]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.unrecognised.nullsuffix.worker.html]
|
||||
[Context name "2d" plus a "\\0" suffix is unrecognised]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.unrecognised.unicode.html]
|
||||
[Context name which kind of looks like "2d" is unrecognised]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.context.unrecognised.unicode.worker.html]
|
||||
[Context name which kind of looks like "2d" is unrecognised]
|
||||
expected: FAIL
|
|
@ -0,0 +1,8 @@
|
|||
[2d.getContext.options.any.worker.html]
|
||||
[2d]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[2d.getContext.options.any.html]
|
||||
[2d]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue