Sync WPT with upstream (06-10-2024) (#33668)

* Update web-platform-tests to revision b'9448ab31f11e671a8b069e3407b4f6279bea698e'

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>

* Remove intermittent failure.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>

---------

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Servo WPT Sync 2024-10-06 04:45:43 +02:00 committed by GitHub
parent ea84f7b135
commit f8933a5735
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
592 changed files with 12560 additions and 4090 deletions

View file

@ -0,0 +1,2 @@
[flex-basis-with-container-type.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[aspect-ratio-transferred-max-size.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[baseline-outside-flex-item.html]
expected: FAIL

View file

@ -0,0 +1,45 @@
[gap-decorations-color-valid.html]
[e.style['column-rule-color'\] = "repeat(4, blue)" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "repeat(3, red green blue)" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "repeat(1, red green blue yellow)" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "red" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "repeat(4, cyan)" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "green blue" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "red blue green yellow pink" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "repeat(3, blue) repeat(4, red)" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "red repeat(3, blue) blue repeat(4, red green cyan)" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "repeat(4, red green cyan) repeat(5, yellow) blue" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "repeat(auto, red)" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "repeat(auto, red green blue)" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "repeat(auto, red green) red" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "repeat(4, blue red green) repeat(auto, red)" should set the property value]
expected: FAIL
[e.style['column-rule-color'\] = "blue repeat(auto, red green) repeat(4, blue red green)" should set the property value]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clip-path-url-reference-empty-while-loading.tentative.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[line-clamp-auto-026.tentative.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[line-clamp-auto-032.tentative.html]
expected: FAIL

View file

@ -13,3 +13,6 @@
[getComputedStyle() for ::highlight(foo)]
expected: FAIL
[getComputedStyle() for ::search-text]
expected: FAIL

View file

@ -28,3 +28,9 @@
[getComputedStyle() for ::highlight(foo) at #target2]
expected: FAIL
[getComputedStyle() for ::search-text at #target1]
expected: FAIL
[getComputedStyle() for ::search-text at #target2]
expected: FAIL

View file

@ -1,4 +1,4 @@
[highlight-pseudos-computed-001.tentative.html]
[highlight-pseudos-computed-search-text.tentative.html]
[getComputedStyle() for ::search-text]
expected: FAIL

View file

@ -28,3 +28,9 @@
[getComputedStyle() for ::highlight(foo) at #child2]
expected: FAIL
[getComputedStyle() for ::search-text at #child1]
expected: FAIL
[getComputedStyle() for ::search-text at #child2]
expected: FAIL

View file

@ -28,3 +28,9 @@
[getComputedStyle() for ::highlight(foo) at #target2]
expected: FAIL
[getComputedStyle() for ::search-text at #target1]
expected: FAIL
[getComputedStyle() for ::search-text at #target2]
expected: FAIL

View file

@ -1,4 +1,4 @@
[highlight-pseudos-001.tentative.html]
[highlight-pseudos-search-text.tentative.html]
["::search-text" should be a valid selector]
expected: FAIL

View file

@ -0,0 +1,18 @@
[caret-animation-parsing.html]
[e.style['caret-animation'\] = "initial" should set the property value]
expected: FAIL
[e.style['caret-animation'\] = "inherit" should set the property value]
expected: FAIL
[e.style['caret-animation'\] = "unset" should set the property value]
expected: FAIL
[e.style['caret-animation'\] = "revert" should set the property value]
expected: FAIL
[e.style['caret-animation'\] = "auto" should set the property value]
expected: FAIL
[e.style['caret-animation'\] = "manual" should set the property value]
expected: FAIL

View file

@ -1,3 +1,6 @@
[MediaQueryList-addListener-removeListener.html]
[listeners are called when <iframe> is resized]
expected: FAIL
[listener that was added twice is called only once]
expected: FAIL

View file

@ -0,0 +1,3 @@
[MediaQueryList-extends-EventTarget-interop.html]
[capturing event listener fires before non-capturing listener at target]
expected: FAIL

View file

@ -0,0 +1,3 @@
[MediaQueryList-extends-EventTarget.html]
[onchange adds listener]
expected: FAIL

View file

@ -0,0 +1,2 @@
[host-has-shadow-tree-element-at-nonsubject-position.html]
expected: ERROR

View file

@ -0,0 +1,2 @@
[host-has-shadow-tree-element-at-subject-position.html]
expected: ERROR