mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +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
|
@ -10,3 +10,6 @@
|
|||
|
||||
[Unknown pseudo-elements]
|
||||
expected: FAIL
|
||||
|
||||
[Unknown pseudo-element with a known string (ex: marker)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -83,51 +83,6 @@
|
|||
[list-style-type: lower-roman]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: 5% center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: .5% center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: -5% center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: -.5% center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: 0px center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: 1px center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: .1em center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: -0px center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: -1px center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: -.1em center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: left center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: center top]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: center center]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: center bottom]
|
||||
expected: FAIL
|
||||
|
||||
[background-position: right center]
|
||||
expected: FAIL
|
||||
|
||||
[border-collapse: collapse]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -271,3 +226,21 @@
|
|||
|
||||
[vertical-align: inherit]
|
||||
expected: FAIL
|
||||
|
||||
[content: attr( |bar )]
|
||||
expected: FAIL
|
||||
|
||||
[content: attr(foo-bar, "fallback")]
|
||||
expected: FAIL
|
||||
|
||||
[content: attr(foo_bar, "fallback")]
|
||||
expected: FAIL
|
||||
|
||||
[content: attr(|bar, "fallback")]
|
||||
expected: FAIL
|
||||
|
||||
[content: attr(foo, "")]
|
||||
expected: FAIL
|
||||
|
||||
[content: attr( |foo , "" )]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue