Update web-platform-tests to revision b'3b3beee1bf2469013583bafe702f2d4821d76c1f' (#33000)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-08-10 21:31:50 -04:00 committed by GitHub
parent 71898dae17
commit 1af3ad8a74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
244 changed files with 5852 additions and 2215 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,12 @@
[idlharness.html]
[CSSMediaRule interface: attribute matches]
expected: FAIL
[CSSMediaRule interface: cssMediaRule must inherit property "matches" with the proper type]
expected: FAIL
[CSSSupportsRule interface: attribute matches]
expected: FAIL
[CSSSupportsRule interface: cssSupportsRule must inherit property "matches" with the proper type]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fit-content-max-inline-size.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fit-content-min-inline-size.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[intrinsic-percent-replaced-dynamic-011.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[intrinsic-percent-replaced-dynamic-012.html]
expected: FAIL

View file

@ -19,3 +19,6 @@
[value at progress 0.75 in animation of "width" from "calc-size(fit-content, 20px)" to "calc-size(calc-size(fit-content, 3 * size + 10px), min(size + 20px, size * 2 - 30px) + size * 2 + 80px)"]
expected: FAIL
[value at progress 0.75 in animation of "height" from "auto" to "calc-size(any, 0px)"]
expected: FAIL

View file

@ -0,0 +1,39 @@
[calc-size-height-box-sizing.html]
[resolved height with styles {"height":"auto","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(auto, size)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(auto, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(auto, size * 2)","box-sizing":"content-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(auto, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"min-height":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved height with styles {"min-height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"200px","max-height":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"200px","max-height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(11px, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(11px, size * 2)","box-sizing":"border-box"}]
expected: FAIL

View file

@ -0,0 +1,2 @@
[calc-size-min-max-sizes-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[calc-size-min-max-sizes-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[calc-size-min-max-sizes-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[calc-size-min-max-sizes-005.html]
expected: FAIL

View file

@ -61,3 +61,15 @@
[computedStyleMap serialization of width: calc-size(calc-size(30px))]
expected: FAIL
[computedStyleMap serialization of width: calc-size(any, 30px)]
expected: FAIL
[computedStyleMap serialization of width: calc-size(any, min(30px, 2em))]
expected: FAIL
[computedStyleMap serialization of width: calc-size(calc-size(any, 30px), size)]
expected: FAIL
[computedStyleMap serialization of width: calc-size(calc-size(fit-content, size * 2), size)]
expected: FAIL

View file

@ -0,0 +1,39 @@
[calc-size-width-box-sizing.html]
[resolved width with styles {"width":"auto","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(auto, size)","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(auto, size * 2)"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(auto, size * 2)","box-sizing":"content-box"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(auto, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"min-width":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved width with styles {"min-width":"calc-size(max-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"width":"200px","max-width":"calc-size(max-content, size * 2)"}]
expected: FAIL
[resolved width with styles {"width":"200px","max-width":"calc-size(min-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(11px, size * 2)"}]
expected: FAIL
[resolved width with styles {"width":"calc-size(11px, size * 2)","box-sizing":"border-box"}]
expected: FAIL

View file

@ -1,3 +0,0 @@
[cap-invalidation.html]
[CSS Values and Units Test: cap invalidation]
expected: FAIL

View file

@ -1,16 +1,6 @@
[MediaQueryList-addListener-handleEvent.html]
expected: TIMEOUT
[throws if handleEvent is falsy and not callable]
expected: NOTRUN
expected: FAIL
[throws if handleEvent is thruthy and not callable]
expected: NOTRUN
[doesn't look up handleEvent method on callable event listeners]
expected: NOTRUN
[rethrows errors when getting handleEvent]
expected: NOTRUN
[looks up handleEvent method on every event dispatch]
expected: TIMEOUT
expected: FAIL

View file

@ -1,16 +1,3 @@
[MediaQueryList-addListener-removeListener.html]
expected: TIMEOUT
[listeners are called when <iframe> is resized]
expected: FAIL
[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

@ -1,9 +0,0 @@
[MediaQueryList-extends-EventTarget-interop.html]
[removeEventListener (capture) doesn't remove listener added with addListener]
expected: FAIL
[removeListener doesn't remove listener added with addEventListener (capture)]
expected: FAIL
[capturing event listener fires before non-capturing listener at target]
expected: FAIL

View file

@ -1,13 +1,7 @@
[MediaQueryList-extends-EventTarget.html]
expected: TIMEOUT
[addEventListener "once" option is respected]
expected: NOTRUN
expected: TIMEOUT
[removeEventListener removes listener]
expected: NOTRUN
[listeners with different type are not called]
expected: NOTRUN
[listeners for "change" type are called]
expected: TIMEOUT

View file

@ -1,7 +0,0 @@
[MediaQueryListEvent.html]
expected: TIMEOUT
[constructor of "change" event]
expected: NOTRUN
[argument of onchange]
expected: TIMEOUT

View file

@ -598,3 +598,9 @@
[CSSPageDescriptors interface: attribute orientation]
expected: FAIL
[CSSPageDescriptors interface: attribute pageOrientation]
expected: FAIL
[CSSPageDescriptors interface: attribute page-orientation]
expected: FAIL

View file

@ -217,3 +217,6 @@
[Newline normalization - \\n\\r in FormData filename (formdata)]
expected: FAIL
[Single value - name is missing]
expected: FAIL

View file

@ -0,0 +1,6 @@
[empty-iframe-load-event.html]
[Check execution order from nested timeout]
expected: FAIL
[Check execution order on load handler]
expected: FAIL

View file

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

View file

@ -1,3 +0,0 @@
[traverse_the_history_3.html]
[Multiple history traversals, last would be aborted]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.reset.after-rasterization.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[2d.reset.after-rasterization.w.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[the-anchor-attribute-004.tentative.html]
[the-anchor-attribute-004]
expected: FAIL

View file

@ -1,4 +1,3 @@
[document-base-url-window-initiator-is-not-opener.https.window.html]
expected: TIMEOUT
[window.open() gets base url from initiator not opener.]
expected: [FAIL, PASS, TIMEOUT]

View file

@ -3,4 +3,4 @@
expected: FAIL
[<dialog>-contained autofocus element gets focused when the dialog is shown]
expected: TIMEOUT
expected: FAIL

View file

@ -1,19 +1,15 @@
[supported-elements.html]
expected: TIMEOUT
[Contenteditable element should support autofocus]
expected: FAIL
[Host element with delegatesFocus including no focusable descendants should be skipped]
expected: NOTRUN
expected: FAIL
[Element with tabindex should support autofocus]
expected: TIMEOUT
expected: FAIL
[Area element should support autofocus]
expected: NOTRUN
expected: FAIL
[Host element with delegatesFocus should support autofocus]
expected: NOTRUN
[Non-HTMLElement should not support autofocus]
expected: NOTRUN
expected: FAIL

View file

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

View file

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

View file

@ -1,3 +1,4 @@
[iframe_sandbox_popups_nonescaping-3.html]
expected: TIMEOUT
[Check that popups from a sandboxed iframe do not escape the sandbox]
expected: FAIL
expected: NOTRUN

View file

@ -1 +1,15 @@
[image-decode-with-quick-attach.html]
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.: src in empty picture not cached]
expected: FAIL
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.: srcset in empty picture]
expected: FAIL
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.: src in picture with source not cached]
expected: FAIL
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.: src in picture with source cached]
expected: FAIL
[HTMLImageElement.prototype.decode(), attach to DOM before promise resolves.: srcset in picture with source]
expected: FAIL

View file

@ -1,3 +0,0 @@
[current-request-microtask-002.html]
[Current request microtask handling with multiple tasks.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[closed-listbox-rendering.tentative.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[select-option-images.tentative.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[selectedoptionelement-attr.tentative.html]
[The selectedoptionelement attribute should set up an association between a select and a selectedoption.]
expected: FAIL

View file

@ -1,2 +0,0 @@
[selectlist-option-arbitrary-content-not-displayed.tentative.html]
expected: FAIL

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

@ -1,4 +1,5 @@
[failure.html]
expected: CRASH
[Location's href: a// should throw]
expected: FAIL