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:
Servo WPT Sync 2023-10-05 20:51:48 -04:00 committed by GitHub
parent 92defbb4ef
commit c06ec90151
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2986 changed files with 82877 additions and 27441 deletions

View file

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

View file

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

View file

@ -0,0 +1,3 @@
[2d.canvas.context.casesensitive.html]
[Context name "2D" is unrecognised; matching is case sensitive]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.canvas.context.casesensitive.worker.html]
[Context name "2D" is unrecognised; matching is case sensitive]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.canvas.context.emptystring.html]
[getContext with empty string returns null]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.canvas.context.emptystring.worker.html]
[getContext with empty string returns null]
expected: FAIL

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,3 @@
[2d.canvas.context.unrecognised.badname.html]
[getContext with unrecognised context name returns null]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.canvas.context.unrecognised.badname.worker.html]
[getContext with unrecognised context name returns null]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.canvas.context.unrecognised.badsuffix.html]
[Context name "2d" plus a suffix is unrecognised]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.canvas.context.unrecognised.badsuffix.worker.html]
[Context name "2d" plus a suffix is unrecognised]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.canvas.context.unrecognised.nullsuffix.html]
[Context name "2d" plus a "\\0" suffix is unrecognised]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.canvas.context.unrecognised.nullsuffix.worker.html]
[Context name "2d" plus a "\\0" suffix is unrecognised]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.canvas.context.unrecognised.unicode.html]
[Context name which kind of looks like "2d" is unrecognised]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.canvas.context.unrecognised.unicode.worker.html]
[Context name which kind of looks like "2d" is unrecognised]
expected: FAIL

View file

@ -0,0 +1,8 @@
[2d.getContext.options.any.worker.html]
[2d]
expected: FAIL
[2d.getContext.options.any.html]
[2d]
expected: FAIL