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

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