Update web-platform-tests to revision b'18fda923cafeb4e3e0546ffcfb2302c3b1b11f98' (#36019)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-18 06:51:39 +01:00 committed by GitHub
parent 84a1b7d4a5
commit eb3c48f9d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
496 changed files with 17696 additions and 2718 deletions

View file

@ -2,9 +2,6 @@
[CSS Values and Units Test: attr]
expected: FAIL
[CSS Values and Units Test: attr 1]
expected: FAIL
[CSS Values and Units Test: attr 2]
expected: FAIL
@ -23,9 +20,6 @@
[CSS Values and Units Test: attr 7]
expected: FAIL
[CSS Values and Units Test: attr 10]
expected: FAIL
[CSS Values and Units Test: attr 11]
expected: FAIL
@ -38,12 +32,6 @@
[CSS Values and Units Test: attr 21]
expected: FAIL
[CSS Values and Units Test: attr 36]
expected: FAIL
[CSS Values and Units Test: attr 38]
expected: FAIL
[CSS Values and Units Test: attr 12]
expected: FAIL
@ -56,9 +44,6 @@
[CSS Values and Units Test: attr 24]
expected: FAIL
[CSS Values and Units Test: attr 20]
expected: FAIL
[CSS Values and Units Test: attr 25]
expected: FAIL
@ -119,9 +104,6 @@
[CSS Values and Units Test: attr 52]
expected: FAIL
[CSS Values and Units Test: attr 54]
expected: FAIL
[CSS Values and Units Test: attr 55]
expected: FAIL
@ -227,9 +209,6 @@
[CSS Values and Units Test: attr 82]
expected: FAIL
[CSS Values and Units Test: attr 91]
expected: FAIL
[CSS Values and Units Test: attr 92]
expected: FAIL
@ -238,3 +217,24 @@
[CSS Values and Units Test: attr 94]
expected: FAIL
[CSS Values and Units Test: attr 8]
expected: FAIL
[CSS Values and Units Test: attr 19]
expected: FAIL
[CSS Values and Units Test: attr 34]
expected: FAIL
[CSS Values and Units Test: attr 37]
expected: FAIL
[CSS Values and Units Test: attr 53]
expected: FAIL
[CSS Values and Units Test: attr 83]
expected: FAIL
[CSS Values and Units Test: attr 95]
expected: FAIL

View file

@ -1,6 +1,3 @@
[calc-sibling-function-in-shadow-dom.html]
[originating element in Shadow DOM]
expected: FAIL
[Host children have sibling-index() and sibling-count() based on assignedNodes order]
expected: FAIL

View file

@ -0,0 +1,12 @@
[sibling-function-container-query.html]
[sibling-index() in @container width query]
expected: FAIL
[sibling-count() in @container width query]
expected: FAIL
[sibling-index() in @container style() query]
expected: FAIL
[sibling-count() in @container style() query]
expected: FAIL

View file

@ -0,0 +1,12 @@
[sibling-function-descriptors.tentative.html]
[sibling-index() should not be allowed in @page properties]
expected: FAIL
[sibling-count() should not be allowed in @page properties]
expected: FAIL
[sibling-index() should not be allowed in @font-face descriptors]
expected: FAIL
[sibling-count() should not be allowed in @font-face descriptors]
expected: FAIL

View file

@ -10,3 +10,15 @@
[5 siblings after removal]
expected: FAIL
[Initially 6th slotted sibling]
expected: FAIL
[5th sibling after slot change]
expected: FAIL
[Initially 6 slotted siblings]
expected: FAIL
[5 siblings after slot change]
expected: FAIL

View file

@ -0,0 +1,6 @@
[tree-scoped-sibling-function.html]
[sibling-index() and sibling-count() evaluates to 0 from outer tree with ::part]
expected: FAIL
[sibling-index() and sibling-count() evaluate as normal from inner tree]
expected: FAIL