mirror of
https://github.com/servo/servo.git
synced 2025-08-23 06:15:35 +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
|
@ -52,3 +52,6 @@
|
|||
|
||||
[input element whose type attribute is in the button state]
|
||||
expected: FAIL
|
||||
|
||||
[dynamic changes to type of input elements affect whether value is used for dir=auto]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,3 +4,12 @@
|
|||
|
||||
[Insert div to div.#child]
|
||||
expected: FAIL
|
||||
|
||||
[Remove div from div.#child]
|
||||
expected: FAIL
|
||||
|
||||
[Insert text into div.#child]
|
||||
expected: FAIL
|
||||
|
||||
[Remove text from div.#child]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,36 @@
|
|||
[has-sibling-insertion-removal.html]
|
||||
[subject1: color after #sibling1_1 inserted should be rgb(255, 0, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[subject2: color after #sibling2_1 removed should be rgb(0, 128, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[subject3: color after #sibling3_1 inserted should be rgb(0, 0, 255)]
|
||||
expected: FAIL
|
||||
|
||||
[subject4: color after #sibling4_1 removed should be rgb(255, 255, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[subject5: initial color should be rgb(255, 0, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[subject6: initial color should be rgb(0, 128, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[subject7: initial color should be rgb(0, 0, 255)]
|
||||
expected: FAIL
|
||||
|
||||
[subject8: initial color should be rgb(255, 255, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[subject9: color after #sibling9_1 inserted should be rgb(255, 0, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[subject10: color after #sibling10_1 removed should be rgb(0, 128, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[subject11: color after #sibling11_1 inserted should be rgb(0, 0, 255)]
|
||||
expected: FAIL
|
||||
|
||||
[subject12: color after #sibling12_1 removed should be rgb(255, 255, 0)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[has-side-effect.html]
|
||||
[Matches after #blocks_match removed]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[has-unstyled.html]
|
||||
[add test to subject_descendant]
|
||||
expected: FAIL
|
||||
|
||||
[add test to sibling_descendant]
|
||||
expected: FAIL
|
||||
|
||||
[add test_inner to subject_child]
|
||||
expected: FAIL
|
||||
|
||||
[add test_inner to sibling_child]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[host-context-pseudo-class-in-has.html]
|
||||
expected: ERROR
|
|
@ -25,3 +25,6 @@
|
|||
|
||||
[:placeholder-shown invalidation]
|
||||
expected: FAIL
|
||||
|
||||
[:default invalidation with input[type=checkbox\] and assignment to .checked]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[part-pseudo.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[placeholder-shown.html]
|
||||
[Set placeholder text to empty string]
|
||||
expected: FAIL
|
|
@ -13,3 +13,6 @@
|
|||
|
||||
[".a:has(:is(.b:has(.c), .d))" should be a valid selector]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Selectors: The relational pseudo-class (disallow nesting :has() inside :has())]
|
||||
expected: FAIL
|
||||
|
|
6
tests/wpt/meta/css/selectors/placeholder-shown.html.ini
Normal file
6
tests/wpt/meta/css/selectors/placeholder-shown.html.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[placeholder-shown.html]
|
||||
[CSS Selectors Test: :placeholder-shown matching 1]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Selectors Test: :placeholder-shown matching 2]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue