Update web-platform-tests to revision b'979291d49c1a8e3d811df117d9e6b5d399a6deb2' (#34733)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-12-22 02:37:35 +01:00 committed by GitHub
parent 3d3e7a61b5
commit 1157fa28b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
879 changed files with 188965 additions and 4414 deletions

View file

@ -0,0 +1,3 @@
[column-creates-computed-style.html]
[::column creates computed style on its originating element]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-006.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-007.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-008.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-011.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-012.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-013.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-014.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-counters.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-dynamic-style-update.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-scroll-marker-reattach-target-current.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[column-style-change-triggers-relayout.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[column-updates-computed-style.html]
[::column updates computed style on its originating element]
expected: FAIL

View file

@ -0,0 +1,96 @@
[scroll-buttons-valid.html]
["::scroll-button(up)" should be a valid selector]
expected: FAIL
["::scroll-button(down)" should be a valid selector]
expected: FAIL
["::scroll-button(left)" should be a valid selector]
expected: FAIL
["::scroll-button(right)" should be a valid selector]
expected: FAIL
["::scroll-button(block-start)" should be a valid selector]
expected: FAIL
["::scroll-button(inline-start)" should be a valid selector]
expected: FAIL
["::scroll-button(inline-end)" should be a valid selector]
expected: FAIL
["::scroll-button(block-end)" should be a valid selector]
expected: FAIL
["::scroll-button(up):focus" should be a valid selector]
expected: FAIL
["::scroll-button(down):focus" should be a valid selector]
expected: FAIL
["::scroll-button(left):focus" should be a valid selector]
expected: FAIL
["::scroll-button(right):focus" should be a valid selector]
expected: FAIL
["::scroll-button(block-start):focus" should be a valid selector]
expected: FAIL
["::scroll-button(inline-start):focus" should be a valid selector]
expected: FAIL
["::scroll-button(inline-end):focus" should be a valid selector]
expected: FAIL
["::scroll-button(block-end):focus" should be a valid selector]
expected: FAIL
["::scroll-button(up):disabled" should be a valid selector]
expected: FAIL
["::scroll-button(down):disabled" should be a valid selector]
expected: FAIL
["::scroll-button(left):disabled" should be a valid selector]
expected: FAIL
["::scroll-button(right):disabled" should be a valid selector]
expected: FAIL
["::scroll-button(block-start):disabled" should be a valid selector]
expected: FAIL
["::scroll-button(inline-start):disabled" should be a valid selector]
expected: FAIL
["::scroll-button(inline-end):disabled" should be a valid selector]
expected: FAIL
["::scroll-button(block-end):disabled" should be a valid selector]
expected: FAIL
["::scroll-button(up):enabled" should be a valid selector]
expected: FAIL
["::scroll-button(down):enabled" should be a valid selector]
expected: FAIL
["::scroll-button(left):enabled" should be a valid selector]
expected: FAIL
["::scroll-button(right):enabled" should be a valid selector]
expected: FAIL
["::scroll-button(block-start):enabled" should be a valid selector]
expected: FAIL
["::scroll-button(inline-start):enabled" should be a valid selector]
expected: FAIL
["::scroll-button(inline-end):enabled" should be a valid selector]
expected: FAIL
["::scroll-button(block-end):enabled" should be a valid selector]
expected: FAIL

View file

@ -0,0 +1,27 @@
[scroll-markers-computed.html]
[Property scroll-marker-group value 'initial']
expected: FAIL
[Property scroll-marker-group value 'inherit']
expected: FAIL
[Property scroll-marker-group value 'unset']
expected: FAIL
[Property scroll-marker-group value 'revert']
expected: FAIL
[Property scroll-marker-group value 'none']
expected: FAIL
[Property scroll-marker-group value 'before']
expected: FAIL
[Property scroll-marker-group value 'after']
expected: FAIL
[The scroll-marker-group property shows up in CSSStyleDeclaration enumeration]
expected: FAIL
[The scroll-marker-group property shows up in CSSStyleDeclaration.cssText]
expected: FAIL

View file

@ -0,0 +1,21 @@
[scroll-markers-valid.html]
[e.style['scroll-marker-group'\] = "initial" should set the property value]
expected: FAIL
[e.style['scroll-marker-group'\] = "inherit" should set the property value]
expected: FAIL
[e.style['scroll-marker-group'\] = "unset" should set the property value]
expected: FAIL
[e.style['scroll-marker-group'\] = "revert" should set the property value]
expected: FAIL
[e.style['scroll-marker-group'\] = "none" should set the property value]
expected: FAIL
[e.style['scroll-marker-group'\] = "before" should set the property value]
expected: FAIL
[e.style['scroll-marker-group'\] = "after" should set the property value]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-buttons-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-buttons-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-buttons-disabled-rtl.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-buttons-disabled-vertical-ltr.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-buttons-disabled.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-buttons-enabled-rtl.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-buttons-enabled-vertical-ltr.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-buttons-enabled.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-005.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-006.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-007.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-008.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-009.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-010.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-011.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-012.html]
expected: FAIL

View file

@ -0,0 +1,6 @@
[scroll-marker-controls-scroll-tracking-001.html]
[::scroll-marker is not activated when its originating element is not scrolled into the view]
expected: FAIL
[::scroll-marker is activated when its originating element is scrolled into the view]
expected: FAIL

View file

@ -0,0 +1,6 @@
[scroll-marker-controls-scroll-tracking-002.html]
[::scroll-marker is not active when its originating element is not scrolled into the view]
expected: FAIL
[::scroll-marker is active when its originating element is scrolled into the view]
expected: FAIL

View file

@ -0,0 +1,6 @@
[scroll-marker-controls-scroll-tracking-003.html]
[::scroll-marker is not activated when its originating element is not scrolled into the view]
expected: FAIL
[::scroll-marker is activated when its originating element is scrolled into the view]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-counters.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-dynamic.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-002.html]
expected: FAIL

View file

@ -0,0 +1,15 @@
[scroll-marker-group-003.html]
[::scroll-marker-group empty]
expected: FAIL
[::scroll-marker-group with red background]
expected: FAIL
[::scroll-marker-group empty again]
expected: FAIL
[::scroll-marker-group with red background again]
expected: FAIL
[::scroll-marker-group with green background]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-005.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-007.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-008.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-009.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-011.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-013.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-015.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-add-dynamic-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-add-dynamic-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-add-dynamic-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[scroll-marker-group-add-dynamic-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[targeted-column-scroll-marker-selection-001.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[targeted-column-scroll-marker-selection-002.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[targeted-column-scroll-marker-selection-003.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[targeted-column-scroll-marker-selection-004.html]
expected: TIMEOUT