mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49: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.host.initial.color.html]
|
||||
[Initial state is transparent black]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.color.worker.html]
|
||||
[Initial state is transparent black]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.2dstate.html]
|
||||
[Resetting the canvas state resets 2D state variables]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.2dstate.worker.html]
|
||||
[Resetting the canvas state resets 2D state variables]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.clip.html]
|
||||
[Resetting the canvas state resets the current clip region]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.clip.worker.html]
|
||||
[Resetting the canvas state resets the current clip region]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.different.html]
|
||||
[Changing size resets canvas to transparent black]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.different.worker.html]
|
||||
[Changing size resets canvas to transparent black]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.gradient.html]
|
||||
[Resetting the canvas state does not invalidate any existing gradients]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.gradient.worker.html]
|
||||
[Resetting the canvas state does not invalidate any existing gradients]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.path.html]
|
||||
[Resetting the canvas state resets the current path]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.path.worker.html]
|
||||
[Resetting the canvas state resets the current path]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.pattern.html]
|
||||
[Resetting the canvas state does not invalidate any existing patterns]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.pattern.worker.html]
|
||||
[Resetting the canvas state does not invalidate any existing patterns]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.same.html]
|
||||
[Setting size (not changing the value) resets canvas to transparent black]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.same.worker.html]
|
||||
[Setting size (not changing the value) resets canvas to transparent black]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.transform.html]
|
||||
[Resetting the canvas state resets the current transformation matrix]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.initial.reset.transform.worker.html]
|
||||
[Resetting the canvas state resets the current transformation matrix]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.readonly.html]
|
||||
[canvas is readonly]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.readonly.worker.html]
|
||||
[canvas is readonly]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.reference.html]
|
||||
[canvas refers back to its canvas]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.reference.worker.html]
|
||||
[canvas refers back to its canvas]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.default.html]
|
||||
[Default width/height when attributes are missing]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.default.worker.html]
|
||||
[Default width/height when attributes are missing]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.idl.html]
|
||||
[Getting/setting width/height IDL attributes]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.idl.set.zero.html]
|
||||
[Setting width/height IDL attributes to 0]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.idl.set.zero.worker.html]
|
||||
[Setting width/height IDL attributes to 0]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.idl.worker.html]
|
||||
[Getting/setting width/height IDL attributes]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.decimal.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.decimal.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.em.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.em.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.empty.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.empty.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.exp.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.exp.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.hex.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.hex.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.junk.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.junk.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.minus.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.minus.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.octal.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.octal.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.onlyspace.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.onlyspace.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.percent.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.percent.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.plus.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.plus.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.space.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.space.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.trailingjunk.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.trailingjunk.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.whitespace.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.whitespace.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.zero.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.parse.zero.worker.html]
|
||||
[Parsing of non-negative integers]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.reflect.setidl.html]
|
||||
[Setting IDL attributes updates IDL and content attributes]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.reflect.setidl.worker.html]
|
||||
[Setting IDL attributes updates IDL and content attributes]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.reflect.setidlzero.html]
|
||||
[Setting IDL attributes to 0 updates IDL and content attributes]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.attributes.reflect.setidlzero.worker.html]
|
||||
[Setting IDL attributes to 0 updates IDL and content attributes]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.large.html]
|
||||
[OffscreenCanvas test: 2d.canvas.host.size.large]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[2d.canvas.host.size.large.worker.html]
|
||||
[2d]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue