Update web-platform-tests to revision b'475127f90be9926867796ff98717b621a358af52' (#34956)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-01-12 02:34:48 +01:00 committed by GitHub
parent 748954d610
commit 716fa9387d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
504 changed files with 13737 additions and 9756 deletions

File diff suppressed because it is too large Load diff

View file

@ -49,3 +49,12 @@
[Property dynamic-range-limit value 'dynamic-range-limit-mix(high 10%, dynamic-range-limit-mix(standard 25%, constrained-high 75%) 20%, dynamic-range-limit-mix(constrained-high 10%, high 30%) 20%)']
expected: FAIL
[Property dynamic-range-limit value 'dynamic-range-limit-mix(high 100%, standard 0%)']
expected: FAIL
[Property dynamic-range-limit value 'dynamic-range-limit-mix(high 100%, high 0%)']
expected: FAIL
[Property dynamic-range-limit value 'dynamic-range-limit-mix(high 25%, standard 25%, standard 25%, standard 25%)']
expected: FAIL

View file

@ -28,3 +28,9 @@
[e.style['dynamic-range-limit'\] = "dynamic-range-limit-mix(dynamic-range-limit-mix(high 1%, standard 2%) 3%, dynamic-range-limit-mix(constrained-high 5%, high 5%) 6%)" should set the property value]
expected: FAIL
[e.style['dynamic-range-limit'\] = "dynamic-range-limit-mix(high 99%, standard 99%, constrained-high 10%)" should set the property value]
expected: FAIL
[e.style['dynamic-range-limit'\] = "dynamic-range-limit-mix(high 1%)" should set the property value]
expected: FAIL

View file

@ -1,2 +0,0 @@
[masonry-intrinsic-sizing-cols-001-fr.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[masonry-intrinsic-sizing-cols-004-fr.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[masonry-columns-item-placement-auto-flow-next-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[masonry-item-placement-001.html]
expected: FAIL

View file

@ -0,0 +1,36 @@
[color-stops-parsing.html]
[linear-gradient(black) [ parsable \]]
expected: FAIL
[linear-gradient(black 0%) [ parsable \]]
expected: FAIL
[repeating-linear-gradient(black) [ parsable \]]
expected: FAIL
[repeating-linear-gradient(black 0%) [ parsable \]]
expected: FAIL
[radial-gradient(black) [ parsable \]]
expected: FAIL
[radial-gradient(black 0%) [ parsable \]]
expected: FAIL
[repeating-radial-gradient(black) [ parsable \]]
expected: FAIL
[repeating-radial-gradient(black 0%) [ parsable \]]
expected: FAIL
[conic-gradient(black) [ parsable \]]
expected: FAIL
[conic-gradient(black 0%) [ parsable \]]
expected: FAIL
[repeating-conic-gradient(black) [ parsable \]]
expected: FAIL
[repeating-conic-gradient(black 0%) [ parsable \]]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-005.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-006.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-007.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-008.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-longer-hue-hsl-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-longer-hue-hsl.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[gradient-single-stop-longer-hue-oklch.html]
expected: FAIL

View file

@ -4,3 +4,9 @@
[e.style['content'\] = "-webkit-image-set(linear-gradient(black, white) 1x, 'example.png' 4x)" should set the property value]
expected: FAIL
[e.style['background-image'\] = "image-set(linear-gradient(red) 1x)" should set the property value]
expected: FAIL
[e.style['background-image'\] = "-webkit-image-set(linear-gradient(red) 1x)" should set the property value]
expected: FAIL

View file

@ -0,0 +1,75 @@
[masonry-auto-tracks-computed.html]
[Property masonry-auto-tracks value '1px']
expected: FAIL
[Property masonry-auto-tracks value 'calc(10px + 0.5em)']
expected: FAIL
[Property masonry-auto-tracks value 'calc(10px - 0.5em)']
expected: FAIL
[Property masonry-auto-tracks value '4%']
expected: FAIL
[Property masonry-auto-tracks value '5fr']
expected: FAIL
[Property masonry-auto-tracks value 'min-content']
expected: FAIL
[Property masonry-auto-tracks value 'max-content']
expected: FAIL
[Property masonry-auto-tracks value 'auto']
expected: FAIL
[Property masonry-auto-tracks value 'minmax(1px, 5fr)']
expected: FAIL
[Property masonry-auto-tracks value 'minmax(calc(10px + 0.5em), max-content)']
expected: FAIL
[Property masonry-auto-tracks value 'minmax(calc(10px - 0.5em), max-content)']
expected: FAIL
[Property masonry-auto-tracks value 'minmax(4%, auto)']
expected: FAIL
[Property masonry-auto-tracks value 'minmax(min-content, calc(10px + 0.5em))']
expected: FAIL
[Property masonry-auto-tracks value 'minmax(auto, 4%)']
expected: FAIL
[Property masonry-auto-tracks value 'fit-content(1px)']
expected: FAIL
[Property masonry-auto-tracks value 'fit-content(calc(10px + 0.5em))']
expected: FAIL
[Property masonry-auto-tracks value 'fit-content(calc(10px - 0.5em))']
expected: FAIL
[Property masonry-auto-tracks value 'fit-content(4%)']
expected: FAIL
[Property masonry-auto-tracks value '0px']
expected: FAIL
[Property masonry-auto-tracks value '0%']
expected: FAIL
[Property masonry-auto-tracks value '0fr']
expected: FAIL
[Property masonry-auto-tracks value 'minmax(auto, 0%)']
expected: FAIL
[Property masonry-auto-tracks value 'fit-content(0px)']
expected: FAIL
[Property masonry-auto-tracks value '1px 2px 3px 0px']
expected: FAIL
[Property masonry-auto-tracks value 'fit-content(1px) minmax(2px, 3px) 4px']
expected: FAIL

View file

@ -0,0 +1,90 @@
[masonry-auto-tracks-valid.html]
[e.style['masonry-auto-tracks'\] = "1px" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "2em" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "calc(2em + 3ex)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "4%" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "5fr" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "min-content" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "max-content" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "auto" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "auto /**/" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "minmax(1px, 5fr)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "minmax(2em, min-content)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "minmax(calc(2em + 3ex), max-content)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "minmax(4%, auto)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "minmax(5vmin, 1px)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "minmax(min-content, 2em)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "minmax(max-content, calc(2em + 3ex))" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "minmax(auto, 4%)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "fit-content(1px)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "fit-content(2em)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "fit-content(calc(2em + 3ex))" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "fit-content(4%)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "0px" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "0%" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "0fr" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "minmax(auto, 0%)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "fit-content(0px)" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "auto auto" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "auto 10px" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "1px 2px 3px 0px" should set the property value]
expected: FAIL
[e.style['masonry-auto-tracks'\] = "fit-content(1px) minmax(2px, 3px) 4px" should set the property value]
expected: FAIL

View file

@ -0,0 +1,24 @@
[masonry-flow-computed.html]
[Property masonry-flow value 'column normal']
expected: FAIL
[Property masonry-flow value 'column reverse']
expected: FAIL
[Property masonry-flow value 'row normal']
expected: FAIL
[Property masonry-flow value 'row reverse']
expected: FAIL
[Property masonry-flow value 'column-reverse normal']
expected: FAIL
[Property masonry-flow value 'column-reverse reverse']
expected: FAIL
[Property masonry-flow value 'row-reverse normal']
expected: FAIL
[Property masonry-flow value 'row-reverse reverse']
expected: FAIL

View file

@ -0,0 +1,96 @@
[masonry-flow-valid.html]
[e.style['masonry-flow'\] = "column normal" should set the property value]
expected: FAIL
[e.style['masonry-flow'\] = "column reverse" should set the property value]
expected: FAIL
[e.style['masonry-flow'\] = "column normal" should set masonry-direction]
expected: FAIL
[e.style['masonry-flow'\] = "column normal" should set masonry-fill]
expected: FAIL
[e.style['masonry-flow'\] = "column normal" should not set unrelated longhands]
expected: FAIL
[e.style['masonry-flow'\] = "column reverse" should set masonry-direction]
expected: FAIL
[e.style['masonry-flow'\] = "column reverse" should set masonry-fill]
expected: FAIL
[e.style['masonry-flow'\] = "column reverse" should not set unrelated longhands]
expected: FAIL
[e.style['masonry-flow'\] = "row normal" should set the property value]
expected: FAIL
[e.style['masonry-flow'\] = "row reverse" should set the property value]
expected: FAIL
[e.style['masonry-flow'\] = "row normal" should set masonry-direction]
expected: FAIL
[e.style['masonry-flow'\] = "row normal" should set masonry-fill]
expected: FAIL
[e.style['masonry-flow'\] = "row normal" should not set unrelated longhands]
expected: FAIL
[e.style['masonry-flow'\] = "row reverse" should set masonry-direction]
expected: FAIL
[e.style['masonry-flow'\] = "row reverse" should set masonry-fill]
expected: FAIL
[e.style['masonry-flow'\] = "row reverse" should not set unrelated longhands]
expected: FAIL
[e.style['masonry-flow'\] = "column-reverse normal" should set the property value]
expected: FAIL
[e.style['masonry-flow'\] = "column-reverse reverse" should set the property value]
expected: FAIL
[e.style['masonry-flow'\] = "column-reverse normal" should set masonry-direction]
expected: FAIL
[e.style['masonry-flow'\] = "column-reverse normal" should set masonry-fill]
expected: FAIL
[e.style['masonry-flow'\] = "column-reverse normal" should not set unrelated longhands]
expected: FAIL
[e.style['masonry-flow'\] = "column-reverse reverse" should set masonry-direction]
expected: FAIL
[e.style['masonry-flow'\] = "column-reverse reverse" should set masonry-fill]
expected: FAIL
[e.style['masonry-flow'\] = "column-reverse reverse" should not set unrelated longhands]
expected: FAIL
[e.style['masonry-flow'\] = "row-reverse normal" should set the property value]
expected: FAIL
[e.style['masonry-flow'\] = "row-reverse reverse" should set the property value]
expected: FAIL
[e.style['masonry-flow'\] = "row-reverse normal" should set masonry-direction]
expected: FAIL
[e.style['masonry-flow'\] = "row-reverse normal" should set masonry-fill]
expected: FAIL
[e.style['masonry-flow'\] = "row-reverse normal" should not set unrelated longhands]
expected: FAIL
[e.style['masonry-flow'\] = "row-reverse reverse" should set masonry-direction]
expected: FAIL
[e.style['masonry-flow'\] = "row-reverse reverse" should set masonry-fill]
expected: FAIL
[e.style['masonry-flow'\] = "row-reverse reverse" should not set unrelated longhands]
expected: FAIL

View file

@ -0,0 +1,6 @@
[targeted-scroll-marker-selection-with-transition.tentative.html]
[scroll-marker of target (idx 1) of scrollIntoView is selected]
expected: FAIL
[scroll-marker of target (idx 14) of scrollIntoView is selected]
expected: FAIL

View file

@ -1,2 +0,0 @@
[dynamic-available-size-iframe.html]
expected: FAIL

View file

@ -194,9 +194,6 @@
[CSS Values and Units Test: attr 70]
expected: FAIL
[CSS Values and Units Test: attr 80]
expected: FAIL
[CSS Values and Units Test: attr 81]
expected: FAIL
@ -214,3 +211,9 @@
[CSS Values and Units Test: attr 83]
expected: FAIL
[CSS Values and Units Test: attr 72]
expected: FAIL
[CSS Values and Units Test: attr 84]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-filter-clip-radius-zoom.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-filter-plus-mask-large.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-filter-plus-mask.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[backdrop-filter-transform.html]
expected: FAIL

View file

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

View file

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

View file

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

View file

@ -14,3 +14,14 @@
[Test context creation attributes desynchronized: false]
expected: FAIL
[Test context creation attributes colorSpace: 'srgb']
expected: FAIL
[Test context creation attributes colorSpace: 'display-p3']
expected: FAIL
[Test context creation attributes desynchronized: true]
expected: FAIL
[Test context creation attributes willReadFrequently: false]
expected: FAIL

View file

@ -0,0 +1,2 @@
[canvas.2d.disconnected-font-size-math.html]
expected: FAIL

View file

@ -1,5 +1,5 @@
[createImageBitmap-serializable.html]
expected: TIMEOUT
expected: ERROR
[Serialize ImageBitmap created from a vector SVGImageElement]
expected: NOTRUN

View file

@ -1,2 +0,0 @@
[canvas.2d.disconnected.html]
expected: FAIL

View file

@ -0,0 +1,4 @@
[offscreencanvas.transferrable.sw.https.window.html]
expected: ERROR
[Sending and receiving OffscreenCanvas between window and service worker]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[link-rel-attribute-tokenization.html]
[The rel attribute needs to handle ASCII whitespace correctly]
expected: FAIL

View file

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

View file

@ -0,0 +1,3 @@
[form-submit-iframe-then-location-navigate.html]
[Verifies that location navigations take precedence when following form submissions.]
expected: FAIL

View file

@ -1,3 +0,0 @@
[historical.html]
[<input name=isindex> should not be supported]
expected: FAIL

View file

@ -4,3 +4,6 @@
[switch IDL attribute, getter]
expected: FAIL
[Cloning a switch control]
expected: FAIL

View file

@ -0,0 +1,3 @@
[option-img-alt-text.tentative.html]
[option.label and option.text should include alt text of <img> elements.]
expected: FAIL

View file

@ -26,7 +26,7 @@
[Test that value and selectedOption are correctly updated]
expected: FAIL
[Test that HTMLOption.selected updates select.value and select.selectedOption]
[Test that HTMLOption.selected updates select.value and select.selectedOptions]
expected: FAIL
[Test that HTMLOption.value updates select.value]

View file

@ -1,78 +0,0 @@
[idlharness.tentative.html]
[InvokeEvent interface: existence and properties of interface object]
expected: FAIL
[InvokeEvent interface object length]
expected: FAIL
[InvokeEvent interface object name]
expected: FAIL
[InvokeEvent interface: existence and properties of interface prototype object]
expected: FAIL
[InvokeEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[InvokeEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[InvokeEvent interface: attribute invoker]
expected: FAIL
[InvokeEvent interface: attribute action]
expected: FAIL
[InvokeEvent must be primary interface of new InvokeEvent("invoke")]
expected: FAIL
[Stringification of new InvokeEvent("invoke")]
expected: FAIL
[InvokeEvent interface: new InvokeEvent("invoke") must inherit property "invoker" with the proper type]
expected: FAIL
[InvokeEvent interface: new InvokeEvent("invoke") must inherit property "action" with the proper type]
expected: FAIL
[CommandEvent interface: existence and properties of interface object]
expected: FAIL
[CommandEvent interface object length]
expected: FAIL
[CommandEvent interface object name]
expected: FAIL
[CommandEvent interface: existence and properties of interface prototype object]
expected: FAIL
[CommandEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CommandEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CommandEvent interface: attribute invoker]
expected: FAIL
[CommandEvent interface: attribute command]
expected: FAIL
[CommandEvent must be primary interface of new CommandEvent("invoke")]
expected: FAIL
[Stringification of new CommandEvent("invoke")]
expected: FAIL
[CommandEvent interface: new CommandEvent("invoke") must inherit property "invoker" with the proper type]
expected: FAIL
[CommandEvent interface: new CommandEvent("invoke") must inherit property "command" with the proper type]
expected: FAIL
[CommandEvent interface: attribute source]
expected: FAIL
[CommandEvent interface: new CommandEvent("invoke") must inherit property "source" with the proper type]
expected: FAIL

View file

@ -1,75 +0,0 @@
[invokeelement-interface.tentative.html]
[invokeTargetElement reflects invokee HTML element]
expected: FAIL
[invokeTargetElement reflects set value]
expected: FAIL
[invokeTargetElement reflects set value across shadow root into light dom]
expected: FAIL
[invokeTargetElement does not reflect set value inside shadowroot]
expected: FAIL
[invokeTargetElement throws error on assignment of non Element]
expected: FAIL
[invokeAction reflects 'auto' when attribute not present]
expected: FAIL
[invokeAction reflects 'auto' when attribute empty]
expected: FAIL
[invokeAction reflects 'auto' when attribute empty 2]
expected: FAIL
[invokeAction reflects tostring value]
expected: FAIL
[invokeAction reflects 'auto' when attribute set to [\]]
expected: FAIL
[invokeAction reflects tostring value 2]
expected: FAIL
[invokeAction reflects same casing]
expected: FAIL
[invokeAction reflects '' when attribute not present]
expected: FAIL
[invokeAction reflects '' when attribute empty, setAttribute version]
expected: FAIL
[invokeAction reflects '' when attribute set to [\]]
expected: FAIL
[commandForElement reflects invokee HTML element]
expected: FAIL
[commandForElement reflects set value]
expected: FAIL
[commandForElement reflects set value across shadow root into light dom]
expected: FAIL
[commandForElement does not reflect set value inside shadowroot]
expected: FAIL
[commandForElement throws error on assignment of non Element]
expected: FAIL
[command reflects '' when attribute empty, setAttribute version]
expected: FAIL
[command reflects same casing]
expected: FAIL
[command reflects tostring value]
expected: FAIL
[command reflects '' when attribute set to [\]]
expected: FAIL
[command reflects tostring value 2]
expected: FAIL

View file

@ -0,0 +1,36 @@
[idlharness.tentative.html]
[CommandEvent interface: existence and properties of interface object]
expected: FAIL
[CommandEvent interface object length]
expected: FAIL
[CommandEvent interface object name]
expected: FAIL
[CommandEvent interface: existence and properties of interface prototype object]
expected: FAIL
[CommandEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[CommandEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[CommandEvent interface: attribute source]
expected: FAIL
[CommandEvent interface: attribute command]
expected: FAIL
[CommandEvent must be primary interface of new CommandEvent("invoke")]
expected: FAIL
[Stringification of new CommandEvent("invoke")]
expected: FAIL
[CommandEvent interface: new CommandEvent("invoke") must inherit property "source" with the proper type]
expected: FAIL
[CommandEvent interface: new CommandEvent("invoke") must inherit property "command" with the proper type]
expected: FAIL

View file

@ -0,0 +1,30 @@
[interface.tentative.html]
[commandForElement reflects invokee HTML element]
expected: FAIL
[commandForElement reflects set value]
expected: FAIL
[commandForElement reflects set value across shadow root into light dom]
expected: FAIL
[commandForElement does not reflect set value inside shadowroot]
expected: FAIL
[commandForElement throws error on assignment of non Element]
expected: FAIL
[command reflects '' when attribute empty, setAttribute version]
expected: FAIL
[command reflects same casing]
expected: FAIL
[command reflects tostring value]
expected: FAIL
[command reflects '' when attribute set to [\]]
expected: FAIL
[command reflects tostring value 2]
expected: FAIL

View file

@ -0,0 +1,8 @@
[buffered-flag-with-entryTypes-observer.tentative.any.worker.html]
[PerformanceObserver without buffered flag set to false cannot see past entries.]
expected: FAIL
[buffered-flag-with-entryTypes-observer.tentative.any.html]
[PerformanceObserver without buffered flag set to false cannot see past entries.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[navigation-id-detached-frame.tentative.html]
expected: TIMEOUT
[The navigation_id getter does not crash a window of detached frame]
expected: TIMEOUT

View file

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