Update web-platform-tests to revision b'e5e7dab5e72edd352b17105acce2b8f443face10' (#35174)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-01-26 14:36:52 +01:00 committed by GitHub
parent 37695c8c8c
commit 7045630fee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
621 changed files with 18766 additions and 8474 deletions

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

@ -4,3 +4,6 @@
[Navigating to a different document with form submission]
expected: FAIL
[Navigating to a different document with link click]
expected: FAIL

View file

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

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.clear.html]
[Canvas test: 2d.composite.canvas.clear]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.copy.html]
[Canvas test: 2d.composite.canvas.copy]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.destination-atop.html]
[Canvas test: 2d.composite.canvas.destination-atop]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.destination-in.html]
[Canvas test: 2d.composite.canvas.destination-in]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.destination-out.html]
[Canvas test: 2d.composite.canvas.destination-out]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.destination-over.html]
[Canvas test: 2d.composite.canvas.destination-over]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.lighter.html]
[Canvas test: 2d.composite.canvas.lighter]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.source-atop.html]
[Canvas test: 2d.composite.canvas.source-atop]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.source-in.html]
[Canvas test: 2d.composite.canvas.source-in]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.source-out.html]
[Canvas test: 2d.composite.canvas.source-out]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.source-over.html]
[Canvas test: 2d.composite.canvas.source-over]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.canvas.xor.html]
[Canvas test: 2d.composite.canvas.xor]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.clear.html]
[Canvas test: 2d.composite.image.clear]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.copy.html]
[Canvas test: 2d.composite.image.copy]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.destination-atop.html]
[Canvas test: 2d.composite.image.destination-atop]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.destination-in.html]
[Canvas test: 2d.composite.image.destination-in]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.destination-out.html]
[Canvas test: 2d.composite.image.destination-out]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.destination-over.html]
[Canvas test: 2d.composite.image.destination-over]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.lighter.html]
[Canvas test: 2d.composite.image.lighter]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.source-atop.html]
[Canvas test: 2d.composite.image.source-atop]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.source-in.html]
[Canvas test: 2d.composite.image.source-in]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.source-out.html]
[Canvas test: 2d.composite.image.source-out]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.source-over.html]
[Canvas test: 2d.composite.image.source-over]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.image.xor.html]
[Canvas test: 2d.composite.image.xor]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.image.copy.html]
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.image.destination-atop.html]
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.image.destination-in.html]
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.image.source-in.html]
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.image.source-out.html]
[drawImage() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.pattern.copy.html]
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.pattern.destination-atop.html]
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.pattern.destination-in.html]
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.pattern.source-in.html]
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[2d.composite.uncovered.pattern.source-out.html]
[Pattern fill() draws pixels not covered by the source object as (0,0,0,0), and does not leave the pixels unchanged.]
expected: FAIL

View file

@ -1,5 +1,5 @@
[createImageBitmap-transfer.html]
expected: ERROR
expected: TIMEOUT
[Transfer ImageBitmap created from a vector HTMLImageElement]
expected: FAIL

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,2 @@
[canvas.2d.offscreen.direction.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[canvas.2d.offscreen.transferred.direction.inherit.document.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[canvas.2d.offscreen.transferred.direction.inherit.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[canvas.2d.offscreen.worker.direction.html]
expected: TIMEOUT

View file

@ -8,3 +8,39 @@
[destination: script]
expected: FAIL
[[dedicated worker\] same-origin]
expected: FAIL
[[dedicated worker\] blocked by CORP: same-origin]
expected: FAIL
[[dedicated worker\] blocked due to DIP]
expected: FAIL
[[dedicated worker\] blocked during redirect]
expected: FAIL
[[shared worker\] same-origin]
expected: FAIL
[[shared worker\] blocked by CORP: same-origin]
expected: FAIL
[[shared worker\] blocked due to DIP]
expected: FAIL
[[shared worker\] blocked during redirect]
expected: FAIL
[[between service worker and page\] same-origin]
expected: FAIL
[[between service worker and page\] blocked by CORP: same-origin]
expected: FAIL
[[between service worker and page\] blocked due to DIP]
expected: FAIL
[[between service worker and page\] blocked during redirect]
expected: FAIL

View file

@ -251,6 +251,9 @@
[WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: operation getContextAttributes()]
expected: FAIL
[idlharness.any.shadowrealm-in-window.html]
expected: ERROR

View file

@ -5918,6 +5918,9 @@
[Element interface: operation getHTML(optional GetHTMLOptions)]
expected: FAIL
[OffscreenCanvasRenderingContext2D interface: operation getContextAttributes()]
expected: FAIL
[idlharness.https.html?include=HTML.+]
[HTMLAllCollection interface: existence and properties of interface object]

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

@ -1,198 +0,0 @@
[popover-css-properties.tentative.html]
[Property popover-show-delay value '0s']
expected: FAIL
[Property popover-show-delay value '0ms']
expected: FAIL
[Property popover-show-delay value '32s']
expected: FAIL
[Property popover-show-delay value '123ms']
expected: FAIL
[e.style['popover-show-delay'\] = "0s" should set the property value]
expected: FAIL
[e.style['popover-show-delay'\] = "0ms" should set the property value]
expected: FAIL
[e.style['popover-show-delay'\] = "32s" should set the property value]
expected: FAIL
[e.style['popover-show-delay'\] = "123ms" should set the property value]
expected: FAIL
[e.style['popover-show-delay'\] = "inherit" should set the property value]
expected: FAIL
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Transitions: property <popover-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[Web Animations: property <popover-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[Property popover-hide-delay value '0s']
expected: FAIL
[Property popover-hide-delay value '0ms']
expected: FAIL
[Property popover-hide-delay value '32s']
expected: FAIL
[Property popover-hide-delay value '123ms']
expected: FAIL
[e.style['popover-hide-delay'\] = "0s" should set the property value]
expected: FAIL
[e.style['popover-hide-delay'\] = "0ms" should set the property value]
expected: FAIL
[e.style['popover-hide-delay'\] = "32s" should set the property value]
expected: FAIL
[e.style['popover-hide-delay'\] = "123ms" should set the property value]
expected: FAIL
[e.style['popover-hide-delay'\] = "inherit" should set the property value]
expected: FAIL
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Transitions: property <popover-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Transitions with transition: all: property <popover-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[Web Animations: property <popover-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL

View file

@ -0,0 +1,54 @@
[idlharness.tentative.html]
[InterestEvent interface: existence and properties of interface object]
expected: FAIL
[InterestEvent interface object length]
expected: FAIL
[InterestEvent interface object name]
expected: FAIL
[InterestEvent interface: existence and properties of interface prototype object]
expected: FAIL
[InterestEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[InterestEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[InterestEvent interface: attribute source]
expected: FAIL
[InterestEvent must be primary interface of new InterestEvent("interest")]
expected: FAIL
[Stringification of new InterestEvent("interest")]
expected: FAIL
[InterestEvent interface: new InterestEvent("interest") must inherit property "source" with the proper type]
expected: FAIL
[HTMLAnchorElement interface: attribute interestTargetElement]
expected: FAIL
[HTMLAnchorElement interface: document.createElement("a") must inherit property "interestTargetElement" with the proper type]
expected: FAIL
[HTMLAreaElement interface: attribute interestTargetElement]
expected: FAIL
[HTMLAreaElement interface: document.createElement("area") must inherit property "interestTargetElement" with the proper type]
expected: FAIL
[HTMLButtonElement interface: attribute interestTargetElement]
expected: FAIL
[HTMLButtonElement interface: document.createElement("button") must inherit property "interestTargetElement" with the proper type]
expected: FAIL
[SVGAElement interface: attribute interestTargetElement]
expected: FAIL
[SVGAElement interface: document.createElementNS("http://www.w3.org/2000/svg", "a") must inherit property "interestTargetElement" with the proper type]
expected: FAIL

View file

@ -0,0 +1,198 @@
[interesttarget-css-properties.tentative.html]
[Property interest-target-show-delay value '0s']
expected: FAIL
[Property interest-target-show-delay value '0ms']
expected: FAIL
[Property interest-target-show-delay value '32s']
expected: FAIL
[Property interest-target-show-delay value '123ms']
expected: FAIL
[e.style['interest-target-show-delay'\] = "0s" should set the property value]
expected: FAIL
[e.style['interest-target-show-delay'\] = "0ms" should set the property value]
expected: FAIL
[e.style['interest-target-show-delay'\] = "32s" should set the property value]
expected: FAIL
[e.style['interest-target-show-delay'\] = "123ms" should set the property value]
expected: FAIL
[e.style['interest-target-show-delay'\] = "inherit" should set the property value]
expected: FAIL
[CSS Transitions: property <interest-target-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Transitions: property <interest-target-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Transitions: property <interest-target-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Transitions: property <interest-target-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Transitions: property <interest-target-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Transitions: property <interest-target-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[CSS Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[Web Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[Web Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[Web Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[Web Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[Web Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[Web Animations: property <interest-target-show-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[Property interest-target-hide-delay value '0s']
expected: FAIL
[Property interest-target-hide-delay value '0ms']
expected: FAIL
[Property interest-target-hide-delay value '32s']
expected: FAIL
[Property interest-target-hide-delay value '123ms']
expected: FAIL
[e.style['interest-target-hide-delay'\] = "0s" should set the property value]
expected: FAIL
[e.style['interest-target-hide-delay'\] = "0ms" should set the property value]
expected: FAIL
[e.style['interest-target-hide-delay'\] = "32s" should set the property value]
expected: FAIL
[e.style['interest-target-hide-delay'\] = "123ms" should set the property value]
expected: FAIL
[e.style['interest-target-hide-delay'\] = "inherit" should set the property value]
expected: FAIL
[CSS Transitions: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Transitions: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Transitions: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Transitions: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Transitions: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Transitions: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Transitions with transition: all: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[CSS Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[CSS Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[CSS Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[CSS Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[CSS Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[CSS Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL
[Web Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (-1.5) should be [0s\]]
expected: FAIL
[Web Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (-0.3) should be [0.7s\]]
expected: FAIL
[Web Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (0) should be [1s\]]
expected: FAIL
[Web Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (0.5) should be [1.5s\]]
expected: FAIL
[Web Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (1) should be [2s\]]
expected: FAIL
[Web Animations: property <interest-target-hide-delay> from [1s\] to [2000ms\] at (1.5) should be [2.5s\]]
expected: FAIL