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

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

View file

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

View file

@ -0,0 +1,3 @@
[has-side-effect.html]
[Matches after #blocks_match removed]
expected: FAIL

View file

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

View file

@ -0,0 +1,2 @@
[host-context-pseudo-class-in-has.html]
expected: ERROR

View file

@ -25,3 +25,6 @@
[:placeholder-shown invalidation]
expected: FAIL
[:default invalidation with input[type=checkbox\] and assignment to .checked]
expected: FAIL

View file

@ -0,0 +1,2 @@
[part-pseudo.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[placeholder-shown.html]
[Set placeholder text to empty string]
expected: FAIL