Update web-platform-tests to revision b'7b6f075f0ec3c52d92c61fb9f35ce0ec927b17b2' (#34525)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-12-08 11:45:12 +01:00 committed by GitHub
parent 2fbe16876c
commit b3977e7f6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
146 changed files with 4116 additions and 587 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,2 @@
[container-for-cue.html]
expected: FAIL

View file

@ -0,0 +1,6 @@
[grid-template-shorthand-composition.html]
[grid-template-rows: auto, grid-template-columns: auto, and "grid-template-areas: "a a a" "b b b";" should be valid.]
expected: FAIL
[grid-template-rows: min-content, grid-template-columns: min-content, and "grid-template-areas: "a a a" "b b b" "c c c" "d d d";" should be valid.]
expected: FAIL

View file

@ -0,0 +1,12 @@
[scrollable-overflow-padding-inline.html]
[.scroller 1]
expected: FAIL
[.scroller 2]
expected: FAIL
[.scroller 4]
expected: FAIL
[.scroller 6]
expected: FAIL

View file

@ -1,36 +0,0 @@
[the-check-pseudo-element.tentative.html]
["::check" should be a valid selector]
expected: FAIL
["*::check" should be a valid selector]
expected: FAIL
["foo.bar[baz\]::check" should be a valid selector]
expected: FAIL
["::check::marker" should be a valid selector]
expected: FAIL
["::slotted(*)::check" should be a valid selector]
expected: FAIL
["::part(foo)::check" should be a valid selector]
expected: FAIL
["::checkmark" should be a valid selector]
expected: FAIL
["*::checkmark" should be a valid selector]
expected: FAIL
["foo.bar[baz\]::checkmark" should be a valid selector]
expected: FAIL
["::checkmark::marker" should be a valid selector]
expected: FAIL
["::slotted(*)::checkmark" should be a valid selector]
expected: FAIL
["::part(foo)::checkmark" should be a valid selector]
expected: FAIL

View file

@ -0,0 +1,15 @@
[the-checkmark-pseudo-element.tentative.html]
["::checkmark" should be a valid selector]
expected: FAIL
["*::checkmark" should be a valid selector]
expected: FAIL
["foo.bar[baz\]::checkmark" should be a valid selector]
expected: FAIL
["::slotted(*)::checkmark" should be a valid selector]
expected: FAIL
["::part(foo)::checkmark" should be a valid selector]
expected: FAIL

View file

@ -0,0 +1,15 @@
[the-picker-icon-pseudo-element.tentative.html]
["::picker-icon" should be a valid selector]
expected: FAIL
["*::picker-icon" should be a valid selector]
expected: FAIL
["foo.bar[baz\]::picker-icon" should be a valid selector]
expected: FAIL
["::slotted(*)::picker-icon" should be a valid selector]
expected: FAIL
["::part(foo)::picker-icon" should be a valid selector]
expected: FAIL

View file

@ -1,33 +0,0 @@
[the-select-arrow-pseudo-element.tentative.html]
["::select-arrow" should be a valid selector]
expected: FAIL
["*::select-arrow" should be a valid selector]
expected: FAIL
["foo.bar[baz\]::select-arrow" should be a valid selector]
expected: FAIL
["::select-arrow::marker" should be a valid selector]
expected: FAIL
["::slotted(*)::select-arrow" should be a valid selector]
expected: FAIL
["::part(foo)::select-arrow" should be a valid selector]
expected: FAIL
["::picker-icon" should be a valid selector]
expected: FAIL
["*::picker-icon" should be a valid selector]
expected: FAIL
["foo.bar[baz\]::picker-icon" should be a valid selector]
expected: FAIL
["::slotted(*)::picker-icon" should be a valid selector]
expected: FAIL
["::part(foo)::picker-icon" should be a valid selector]
expected: FAIL

View file

@ -0,0 +1,2 @@
[allow-discrete-auto-inset.html]
expected: TIMEOUT

View file

@ -1,3 +1,22 @@
[MediaQueryList-addListener-removeListener.html]
expected: TIMEOUT
[listeners are called when <iframe> is resized]
expected: FAIL
[listeners are called correct number of times]
expected: TIMEOUT
[listeners are called in order they were added]
expected: NOTRUN
[listener that was added twice is called only once]
expected: NOTRUN
[listeners are called in order their MQLs were created]
expected: NOTRUN
[removing listener from one MQL doesn't remove it from all MQLs]
expected: NOTRUN
[MediaQueryList::removeListener removes added listener]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[getComputedStyle-pseudo-checkmark.html]
[Resolution of width is correct when pseudo-element argument is ignored (due to single-colon)]
expected: FAIL
[Resolution of width is correct for pseudo-element (due to double-colon)]
expected: FAIL

View file

@ -0,0 +1,9 @@
[getComputedStyle-pseudo-picker-icon.html]
[Resolution of width is correct when pseudo-element argument is ignored (due to no colon)]
expected: FAIL
[Resolution of width is correct when pseudo-element argument is ignored (due to single-colon)]
expected: FAIL
[Resolution of width is correct for pseudo-element (due to double-colon)]
expected: FAIL

View file

@ -0,0 +1,3 @@
[navigation-unload-same-origin.window.html]
[Same-origin navigation started from unload handler must be ignored]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.measure.actualBoundingBox.whitespace.html]
[Testing actualBoundingBox with leading/trailing whitespace]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.measure.actualBoundingBox.whitespace.html]
[Testing actualBoundingBox with leading/trailing whitespace]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.text.measure.actualBoundingBox.whitespace.worker.html]
[Testing actualBoundingBox with leading/trailing whitespace]
expected: FAIL

View file

@ -22,3 +22,6 @@
[Leading/trailing space removal at display:inline-grid boundary ("<div>123<span style='display:inline-grid'> abc </span>def")]
expected: FAIL
[::first-line styles applied ("<div class='first-line-uppercase'>abc")]
expected: FAIL

View file

@ -1,3 +1,4 @@
[iframe_sandbox_popups_escaping-3.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL
expected: TIMEOUT

View file

@ -1,9 +0,0 @@
[non-active-document.html]
[DOMParser]
expected: FAIL
[createHTMLDocument]
expected: FAIL
[<template>]
expected: FAIL

View file

@ -1,4 +0,0 @@
[reparent-form-during-planned-navigation-task.html]
expected: TIMEOUT
[reparent-form-during-planned-navigation-task]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[child-document-raf-order.html]
[Ordering of steps in "Update the Rendering" - child document requestAnimationFrame order]
expected: FAIL

View file

@ -23,3 +23,6 @@
[Test that cross-site iframe refreshes are not observable by the parent]
expected: NOTRUN
[Test that iframe navigations are not observable by the parent, even after history navigations by the parent]
expected: TIMEOUT

View file

@ -0,0 +1,10 @@
[script.window.html]
expected: ERROR
[No signature, valid integrity check: loads.]
expected: FAIL
[Valid signature, mismatched integrity check: blocked.]
expected: FAIL
[Valid signatures, integrity check matches neither: blocked.]
expected: FAIL

View file

@ -0,0 +1,8 @@
[to-fixed-length-buffer-shared.any.html]
[toFixedLengthBuffer caching behavior]
expected: FAIL
[to-fixed-length-buffer-shared.any.worker.html]
[toFixedLengthBuffer caching behavior]
expected: FAIL

View file

@ -0,0 +1,14 @@
[to-fixed-length-buffer.any.worker.html]
[API surface]
expected: FAIL
[toFixedLengthBuffer caching behavior]
expected: FAIL
[to-fixed-length-buffer.any.html]
[API surface]
expected: FAIL
[toFixedLengthBuffer caching behavior]
expected: FAIL

View file

@ -0,0 +1,20 @@
[to-resizable-buffer-shared.any.worker.html]
[toResizableBuffer caching behavior]
expected: FAIL
[toResizableBuffer max size]
expected: FAIL
[Resizing a Memory's resizable buffer]
expected: FAIL
[to-resizable-buffer-shared.any.html]
[toResizableBuffer caching behavior]
expected: FAIL
[toResizableBuffer max size]
expected: FAIL
[Resizing a Memory's resizable buffer]
expected: FAIL

View file

@ -0,0 +1,32 @@
[to-resizable-buffer.any.worker.html]
[API surface]
expected: FAIL
[toResizableBuffer caching behavior]
expected: FAIL
[toResizableBuffer max size]
expected: FAIL
[Resizing a Memory's resizable buffer]
expected: FAIL
[Resizable buffers from Memory cannot be detached by JS]
expected: FAIL
[to-resizable-buffer.any.html]
[API surface]
expected: FAIL
[toResizableBuffer caching behavior]
expected: FAIL
[toResizableBuffer max size]
expected: FAIL
[Resizing a Memory's resizable buffer]
expected: FAIL
[Resizable buffers from Memory cannot be detached by JS]
expected: FAIL

View file

@ -0,0 +1,4 @@
[localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.html]
expected: TIMEOUT
[StorageKey: test 3P about:blank window opened from a 3P iframe]
expected: TIMEOUT

View file

@ -1,2 +0,0 @@
[Worker-constructor.html]
expected: ERROR