mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update web-platform-tests to revision b'86de4ffa4e439098e05f05de7d8cae1c24ff84fb' (#32200)
Co-authored-by: Servo WPT Sync <josh+wptsync@joshmatthews.net>
This commit is contained in:
parent
6065abcb6b
commit
eb7484de5e
893 changed files with 44893 additions and 6623 deletions
|
@ -1,12 +0,0 @@
|
|||
[animation-delay-end-computed.tentative.html]
|
||||
[Property animation-delay-end value 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-end value '-500ms']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-end value 'calc(2 * 3s)']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-end value '20s, 10s']
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[animation-delay-end-valid.tentative.html]
|
||||
[e.style['animation-delay-end'\] = "-5ms" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-end'\] = "0s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-end'\] = "10s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-end'\] = "20s, 10s" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,60 +0,0 @@
|
|||
[animation-delay-shorthand-computed.html]
|
||||
[Property animation-delay value '1s 2s']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value '1s 2s, 3s']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value '1s, 2s 3s']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'cover']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'contain']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'exit']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter, exit']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter 0% enter 100%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'exit 0% exit 100%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'cover 0% cover 100%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'contain 0% contain 100%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'cover 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'contain 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'exit 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter 50% 0s']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value '0s enter 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter 50% exit 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'cover 50% enter 50%, contain 50% exit 50%']
|
||||
expected: FAIL
|
|
@ -1,150 +0,0 @@
|
|||
[animation-delay-shorthand.html]
|
||||
[e.style['animation-delay'\] = "1s 2s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s, 2s 3s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "exit" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter, exit" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0% enter 100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "exit 0% exit 100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover 0% cover 100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain 0% contain 100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "exit 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 50% 0s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "0s enter 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 50% exit 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover 50% enter 50%, contain 50% exit 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 10% exit 20%" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 10% exit 20%" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 10% exit 20%" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter, exit" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter, exit" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter, exit" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0%, exit" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0%, exit" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0%, exit" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should not set unrelated longhands]
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[animation-delay-start-computed.tentative.html]
|
||||
[Property animation-delay-start value 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-start value '-500ms']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-start value 'calc(2 * 3s)']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-start value '20s, 10s']
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[animation-delay-start-valid.tentative.html]
|
||||
[e.style['animation-delay-start'\] = "-5ms" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-start'\] = "0s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-start'\] = "10s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-start'\] = "20s, 10s" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[scope-pseudo-element.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[col-wrap-020.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[font-unicode-PUA-primary-font.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[variation-sequences.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[highlight-cascade-002.html]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[highlight-cascade-009.html]
|
||||
[body ::selection uses its own custom property]
|
||||
expected: FAIL
|
||||
|
||||
[div::selection inherits a custom property]
|
||||
expected: FAIL
|
||||
|
||||
[div::selection uses its own custom property]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-shadows-horizontal.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-shadows-vertical.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[target-text-dynamic-004.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[target-text-shadow-horizontal.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[target-text-shadow-vertical.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[trailing-other-space-separators-break-spaces-015.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[shadow-root-insertion.html]
|
||||
[addition of a shadow root should not cancel in-flight transitions]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[calc-rounding-003.html]
|
||||
expected: FAIL
|
|
@ -2764,3 +2764,123 @@
|
|||
|
||||
[Web Animations: property <height> from [calc-size(37px, 200px)\] to [calc-size(37px, size * 2 + 3% + 17px)\] at (1.25) should be [75px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [calc-size(auto, size)\] to [50%\] at (-0.25) should be [87.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [calc-size(auto, size)\] to [50%\] at (0) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [calc-size(auto, size)\] to [50%\] at (0.75) should be [137.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [calc-size(auto, size)\] to [50%\] at (1) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [calc-size(auto, size)\] to [50%\] at (1.25) should be [162.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [calc-size(auto, size)\] to [50%\] at (-0.25) should be [87.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [calc-size(auto, size)\] to [50%\] at (0) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [calc-size(auto, size)\] to [50%\] at (0.75) should be [137.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [calc-size(auto, size)\] to [50%\] at (1) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [calc-size(auto, size)\] to [50%\] at (1.25) should be [162.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [calc-size(auto, size)\] to [50%\] at (-0.25) should be [87.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [calc-size(auto, size)\] to [50%\] at (0) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [calc-size(auto, size)\] to [50%\] at (0.75) should be [137.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [calc-size(auto, size)\] to [50%\] at (1) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [calc-size(auto, size)\] to [50%\] at (1.25) should be [162.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <height> from [calc-size(auto, size)\] to [50%\] at (-0.25) should be [87.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <height> from [calc-size(auto, size)\] to [50%\] at (0) should be [100px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <height> from [calc-size(auto, size)\] to [50%\] at (0.75) should be [137.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <height> from [calc-size(auto, size)\] to [50%\] at (1) should be [150px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <height> from [calc-size(auto, size)\] to [50%\] at (1.25) should be [162.5px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (-0.25) should be [250px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (0.75) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (1) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (1.25) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (-0.25) should be [250px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (0.75) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (1) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (1.25) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (-0.25) should be [250px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (0.75) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (1) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (1.25) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (-0.25) should be [250px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (0) should be [200px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (0.75) should be [50px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (1) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <height> from [calc-size(auto, size * 2)\] to [50%\] at (1.25) should be [0px\]]
|
||||
expected: FAIL
|
||||
|
|
|
@ -55,3 +55,21 @@
|
|||
|
||||
[e.style['width'\] = "calc-size(10px, sign(size) * size)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(30px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(min(30px, 2em))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(any, 30px))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(fit-content)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(fit-content, size * 2))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['width'\] = "calc-size(calc-size(30px))" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -46,3 +46,15 @@
|
|||
|
||||
[calc(container-progress(width of my-container-2 from 0px to 1px) * 1deg) should be used-value-equivalent to 5051deg]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress() width fallback for non-existing container name]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress() height fallback for non-existing container names]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress() width fallback for out of scope container]
|
||||
expected: FAIL
|
||||
|
||||
[container-progress() height fallback for out of scope container]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[prefers-color-scheme-svg-as-image.html]
|
||||
expected: FAIL
|
|
@ -842,6 +842,63 @@
|
|||
[ShadowRoot interface: attribute clonable]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation prepend((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation append((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[Document interface: operation replaceChildren((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentType interface: operation before((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentType interface: operation after((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentType interface: operation replaceWith((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: operation prepend((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: operation append((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[DocumentFragment interface: operation replaceChildren((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[ShadowRoot interface: attribute serializable]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation prepend((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation append((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation replaceChildren((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation before((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation after((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation replaceWith((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[CharacterData interface: operation before((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[CharacterData interface: operation after((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
[CharacterData interface: operation replaceWith((Node or TrustedScript or DOMString)...)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.window.html?include=Node]
|
||||
[idl_test setup]
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[continue-css-animation-left.html]
|
||||
[Node.moveBefore should preserve CSS animation state (left)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[continue-css-animation-transform.html]
|
||||
[Node.moveBefore should preserve CSS animation state (transform)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[continue-css-transition-left-pseudo.html]
|
||||
expected: TIMEOUT
|
||||
[Node.moveBefore should preserve CSS transition state on pseudo-elements (left)]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[continue-css-transition-left.html]
|
||||
[Node.moveBefore should preserve CSS transition state (left)]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[continue-css-transition-transform-pseudo.html]
|
||||
expected: TIMEOUT
|
||||
[Node.moveBefore should preserve CSS transition state on pseudo-elements (transform)]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,4 @@
|
|||
[continue-css-transition-transform.html]
|
||||
expected: TIMEOUT
|
||||
[Node.moveBefore should preserve CSS transition state (transform)]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[css-animation-commit-styles.html]
|
||||
[Calling commitStyles after Node.moveBefore should commit mid-transition value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[css-transition-cross-document.html]
|
||||
[Moving a transition across documents should reset its state]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[css-transition-cross-shadow.html]
|
||||
[Moving an element with a transition across shadow boundaries should reset the transition]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[css-transition-to-disconnected-document.html]
|
||||
[Moving an element with a transition to a disconnected document should reset the transitionm state]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[css-transition-trigger.html]
|
||||
[Node.moveBefore should trigger CSS transition state (left) if needed]
|
||||
expected: FAIL
|
|
@ -0,0 +1,62 @@
|
|||
[observable-every.any.worker.html]
|
||||
[every(): Promise resolves to true if all values pass the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Promise resolves to false if any value fails the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Abort the subscription to the source if the predicate does not pass]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Lifecycle checks when all values pass the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Lifecycle checks when any value fails the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Resolves with true if the observable completes without emitting a value]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with any error emitted from the source observable]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with any error thrown from the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Index is passed into the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with a DOMException if the source Observable is aborted]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-every.any.html]
|
||||
[every(): Promise resolves to true if all values pass the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Promise resolves to false if any value fails the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Abort the subscription to the source if the predicate does not pass]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Lifecycle checks when all values pass the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Lifecycle checks when any value fails the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Resolves with true if the observable completes without emitting a value]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with any error emitted from the source observable]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with any error thrown from the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Index is passed into the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[every(): Rejects with a DOMException if the source Observable is aborted]
|
||||
expected: FAIL
|
|
@ -14,6 +14,9 @@
|
|||
[filter(): Upon source completion, source Observable teardown sequence happens after downstream filter complete() is called]
|
||||
expected: FAIL
|
||||
|
||||
[filter(): Index is passed correctly to predicate]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-filter.any.worker.html]
|
||||
[filter(): Returned Observable filters out results based on predicate]
|
||||
|
@ -30,3 +33,6 @@
|
|||
|
||||
[filter(): Upon source completion, source Observable teardown sequence happens after downstream filter complete() is called]
|
||||
expected: FAIL
|
||||
|
||||
[filter(): Index is passed correctly to predicate]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,38 @@
|
|||
[observable-find.any.worker.html]
|
||||
[find(): Promise resolves with the first value that passes the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[find(): Promise resolves with undefined if no value passes the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[find(): Promise rejects with the error emitted from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[find(): Promise rejects with any error thrown from the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[find(): Passes the index of the value to the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[find(): Rejects with AbortError when the signal is aborted]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-find.any.html]
|
||||
[find(): Promise resolves with the first value that passes the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[find(): Promise resolves with undefined if no value passes the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[find(): Promise rejects with the error emitted from the source Observable]
|
||||
expected: FAIL
|
||||
|
||||
[find(): Promise rejects with any error thrown from the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[find(): Passes the index of the value to the predicate]
|
||||
expected: FAIL
|
||||
|
||||
[find(): Rejects with AbortError when the signal is aborted]
|
||||
expected: FAIL
|
|
@ -0,0 +1,80 @@
|
|||
[observable-inspect.any.worker.html]
|
||||
[inspect(): Provides a pre-subscription subscribe callback]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Provides a way to tap into the values and completions of the source observable using an observer]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Error handler does not stop error from being reported to the global, when subscriber does not pass error handler]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Provides a way to tap into the values and errors of the source observable using an observer. Errors are passed through]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): ObserverCallback passed in]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Throwing an error in the observer next handler is caught and sent to the error callback of the result observable]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Throwing an error in the observer error handler in inspect() is caught and sent to the error callback of the result observable]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Throwing an error in the observer complete handler is caught and sent to the error callback of the result observable]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Throwing an error in the next handler function in do should be caught and sent to the error callback of the result observable]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Errors thrown in subscribe() Inspector handler subscribe handler are caught and sent to error callback]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Provides a way to tap into the moment a source observable is unsubscribed from]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Inspector abort() handler is not called if the source completes before the result is unsubscribed from]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Errors thrown from inspect()'s abort() handler are caught and reported to the global, because the subscription is already closed by the time the handler runs]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-inspect.any.html]
|
||||
[inspect(): Provides a pre-subscription subscribe callback]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Provides a way to tap into the values and completions of the source observable using an observer]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Error handler does not stop error from being reported to the global, when subscriber does not pass error handler]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Provides a way to tap into the values and errors of the source observable using an observer. Errors are passed through]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): ObserverCallback passed in]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Throwing an error in the observer next handler is caught and sent to the error callback of the result observable]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Throwing an error in the observer error handler in inspect() is caught and sent to the error callback of the result observable]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Throwing an error in the observer complete handler is caught and sent to the error callback of the result observable]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Throwing an error in the next handler function in do should be caught and sent to the error callback of the result observable]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Errors thrown in subscribe() Inspector handler subscribe handler are caught and sent to error callback]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Provides a way to tap into the moment a source observable is unsubscribed from]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Inspector abort() handler is not called if the source completes before the result is unsubscribed from]
|
||||
expected: FAIL
|
||||
|
||||
[inspect(): Errors thrown from inspect()'s abort() handler are caught and reported to the global, because the subscription is already closed by the time the handler runs]
|
||||
expected: FAIL
|
|
@ -0,0 +1,44 @@
|
|||
[observable-some.any.html]
|
||||
[some(): subscriber is inactive after the first value that passes the predicate, because the source was unsubscribed from]
|
||||
expected: FAIL
|
||||
|
||||
[observable-some]
|
||||
expected: FAIL
|
||||
|
||||
[observable-some 1]
|
||||
expected: FAIL
|
||||
|
||||
[some(): The returned promise rejects with an error if the predicate errors]
|
||||
expected: FAIL
|
||||
|
||||
[some(): The returned promise rejects with an error if the source observable errors]
|
||||
expected: FAIL
|
||||
|
||||
[some(): The returned promise resolves as false if the source observable completes without emitting a value]
|
||||
expected: FAIL
|
||||
|
||||
[some(): The return promise rejects with a DOMException if the signal is aborted]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[observable-some.any.worker.html]
|
||||
[some(): subscriber is inactive after the first value that passes the predicate, because the source was unsubscribed from]
|
||||
expected: FAIL
|
||||
|
||||
[observable-some]
|
||||
expected: FAIL
|
||||
|
||||
[observable-some 1]
|
||||
expected: FAIL
|
||||
|
||||
[some(): The returned promise rejects with an error if the predicate errors]
|
||||
expected: FAIL
|
||||
|
||||
[some(): The returned promise rejects with an error if the source observable errors]
|
||||
expected: FAIL
|
||||
|
||||
[some(): The returned promise resolves as false if the source observable completes without emitting a value]
|
||||
expected: FAIL
|
||||
|
||||
[some(): The return promise rejects with a DOMException if the signal is aborted]
|
||||
expected: FAIL
|
|
@ -5,144 +5,5 @@
|
|||
expected: ERROR
|
||||
|
||||
[request-bad-port.any.worker.html]
|
||||
expected: TIMEOUT
|
||||
[Request on bad port 989 should throw TypeError.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Request on bad port 990 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 993 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 995 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 1719 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 1720 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 1723 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 2049 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 3659 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 4045 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 5060 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 5061 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6000 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6566 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6665 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6666 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6667 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6668 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6669 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6697 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 10080 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 4190 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6679 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
|
||||
[request-bad-port.any.html]
|
||||
expected: TIMEOUT
|
||||
[Request on bad port 989 should throw TypeError.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Request on bad port 990 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 993 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 995 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 1719 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 1720 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 1723 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 2049 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 3659 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 4045 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 5060 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 5061 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6000 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6566 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6665 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6666 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6667 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6668 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6669 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6697 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 10080 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 4190 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Request on bad port 6679 should throw TypeError.]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,60 +0,0 @@
|
|||
[appcache-manifest.https.sub.html]
|
||||
[sec-fetch-site - Same origin]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Cross-site]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Same site]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - HTTPS downgrade (header not sent)]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - HTTPS upgrade]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Cross-Site -> Same-Origin redirect]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Same-Site -> Same-Origin redirect]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Cross-Site -> Same Origin]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Cross-Site -> Same-Site]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Cross-Site -> Cross-Site]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Same Origin]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Same-Site]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Same-Origin -> Cross-Site]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Same-Site -> Same Origin]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Same-Site -> Same-Site]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-site - Same-Site -> Cross-Site]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-mode]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-dest]
|
||||
expected: PRECONDITION_FAILED
|
||||
|
||||
[sec-fetch-user]
|
||||
expected: PRECONDITION_FAILED
|
|
@ -146,6 +146,3 @@
|
|||
|
||||
[list-style-image sec-fetch-site - HTTPS downgrade-upgrade]
|
||||
expected: FAIL
|
||||
|
||||
[background-image sec-fetch-user - Not sent to non-trustworthy cross-site destination]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[load event does not fire on window.open('about:blank?foo')]
|
||||
expected: FAIL
|
||||
|
||||
[load event does not fire on window.open('about:blank')]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[navigation-unload-same-origin.window.html]
|
||||
[Same-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -2090,6 +2090,21 @@
|
|||
[Element interface: operation setHTMLUnsafe(HTMLString)]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: document.createElement("noscript") must inherit property "getHTML(optional GetHTMLOptions)" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: calling getHTML(optional GetHTMLOptions) on document.createElement("noscript") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[ShadowRoot interface: operation getHTML(optional GetHTMLOptions)]
|
||||
expected: FAIL
|
||||
|
||||
[ShadowRoot interface: attribute innerHTML]
|
||||
expected: FAIL
|
||||
|
||||
[Element interface: operation getHTML(optional GetHTMLOptions)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.https.html?include=(Document|Window)]
|
||||
[Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
||||
|
@ -5096,3 +5111,9 @@
|
|||
|
||||
[HTMLElement interface: document.createElement("noscript") must inherit property "writingSuggestions" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTemplateElement interface: attribute shadowRootSerializable]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootSerializable" with the proper type]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
expected: TIMEOUT
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-3.html]
|
||||
type: testharness
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[iframe_sandbox_popups_nonescaping-3.html]
|
||||
expected: CRASH
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: NOTRUN
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[input-stepdown-02.html]
|
||||
[stepDown() on input with no initial value and positive min value]
|
||||
expected: FAIL
|
|
@ -22,3 +22,36 @@
|
|||
|
||||
[MediaSession interface: calling setCameraActive(boolean) on navigator.mediaSession with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[MediaMetadata interface: attribute chapterInfo]
|
||||
expected: FAIL
|
||||
|
||||
[MediaMetadata interface: new MediaMetadata() must inherit property "chapterInfo" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[ChapterInformation interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[ChapterInformation interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[ChapterInformation interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[ChapterInformation interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[ChapterInformation interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[ChapterInformation interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[ChapterInformation interface: attribute title]
|
||||
expected: FAIL
|
||||
|
||||
[ChapterInformation interface: attribute startTime]
|
||||
expected: FAIL
|
||||
|
||||
[ChapterInformation interface: attribute artwork]
|
||||
expected: FAIL
|
||||
|
|
|
@ -137,6 +137,12 @@
|
|||
[close() while next() is pending]
|
||||
expected: FAIL
|
||||
|
||||
[return(); next() with delayed cancel()]
|
||||
expected: FAIL
|
||||
|
||||
[return(); next() with delayed cancel() [no awaiting\]]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[async-iterator.any.worker.html]
|
||||
[Async-iterating an empty but not closed/errored stream never executes the loop body and stalls the async function]
|
||||
|
@ -271,6 +277,12 @@
|
|||
[close() while next() is pending]
|
||||
expected: FAIL
|
||||
|
||||
[return(); next() with delayed cancel()]
|
||||
expected: FAIL
|
||||
|
||||
[return(); next() with delayed cancel() [no awaiting\]]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[async-iterator.any.shadowrealm.html]
|
||||
expected: ERROR
|
||||
|
|
|
@ -11,6 +11,18 @@
|
|||
[Table interface: operation set(unsigned long, optional any)]
|
||||
expected: FAIL
|
||||
|
||||
[Memory interface: operation toFixedLengthBuffer()]
|
||||
expected: FAIL
|
||||
|
||||
[Memory interface: operation toResizableBuffer()]
|
||||
expected: FAIL
|
||||
|
||||
[Memory interface: [object WebAssembly.Memory\] must inherit property "toFixedLengthBuffer()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Memory interface: [object WebAssembly.Memory\] must inherit property "toResizableBuffer()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idlharness.any.html]
|
||||
[Module interface: calling customSections(Module, USVString) on mod with too few arguments must throw TypeError]
|
||||
|
@ -24,3 +36,15 @@
|
|||
|
||||
[Table interface: operation set(unsigned long, optional any)]
|
||||
expected: FAIL
|
||||
|
||||
[Memory interface: operation toFixedLengthBuffer()]
|
||||
expected: FAIL
|
||||
|
||||
[Memory interface: operation toResizableBuffer()]
|
||||
expected: FAIL
|
||||
|
||||
[Memory interface: [object WebAssembly.Memory\] must inherit property "toFixedLengthBuffer()" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[Memory interface: [object WebAssembly.Memory\] must inherit property "toResizableBuffer()" with the proper type]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[legacy-factory-function-builtin-properties.window.html]
|
||||
[Legacy factory function property enumeration order of "length", "name", and "prototype"]
|
||||
expected: FAIL
|
|
@ -391,3 +391,6 @@
|
|||
|
||||
[XRSession interface: xrSession must inherit property "isSystemKeyboardSupported" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[XRInputSource interface: attribute skipRendering]
|
||||
expected: FAIL
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,12 +0,0 @@
|
|||
[animation-delay-end-computed.tentative.html]
|
||||
[Property animation-delay-end value 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-end value '-500ms']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-end value 'calc(2 * 3s)']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-end value '20s, 10s']
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[animation-delay-end-valid.tentative.html]
|
||||
[e.style['animation-delay-end'\] = "-5ms" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-end'\] = "0s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-end'\] = "10s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-end'\] = "20s, 10s" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,60 +0,0 @@
|
|||
[animation-delay-shorthand-computed.html]
|
||||
[Property animation-delay value '1s 2s']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value '1s 2s, 3s']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value '1s, 2s 3s']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'cover']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'contain']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'exit']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter, exit']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter 0% enter 100%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'exit 0% exit 100%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'cover 0% cover 100%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'contain 0% contain 100%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'cover 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'contain 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'exit 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter 50% 0s']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value '0s enter 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'enter 50% exit 50%']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay value 'cover 50% enter 50%, contain 50% exit 50%']
|
||||
expected: FAIL
|
|
@ -1,150 +0,0 @@
|
|||
[animation-delay-shorthand.html]
|
||||
[e.style['animation-delay'\] = "1s 2s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s, 2s 3s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "exit" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter, exit" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0% enter 100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "exit 0% exit 100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover 0% cover 100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain 0% contain 100%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "exit 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 50% 0s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "0s enter 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 50% exit 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover 50% enter 50%, contain 50% exit 50%" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "cover" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "contain" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 10% exit 20%" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 10% exit 20%" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 10% exit 20%" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s 4s" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "1s 2s, 3s, 4s 5s" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter, exit" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter, exit" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter, exit" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0%, exit" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0%, exit" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0%, exit" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should set animation-delay-end]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should set animation-delay-start]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay'\] = "enter 0% 1s, 2s exit 50%" should not set unrelated longhands]
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[animation-delay-start-computed.tentative.html]
|
||||
[Property animation-delay-start value 'initial']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-start value '-500ms']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-start value 'calc(2 * 3s)']
|
||||
expected: FAIL
|
||||
|
||||
[Property animation-delay-start value '20s, 10s']
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[animation-delay-start-valid.tentative.html]
|
||||
[e.style['animation-delay-start'\] = "-5ms" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-start'\] = "0s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-start'\] = "10s" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['animation-delay-start'\] = "20s, 10s" should set the property value]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[scope-pseudo-element.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[hsl-clamp-negative-saturation.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[hsla-clamp-negative-saturation.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[t424-hsl-clip-outside-gamut-b.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[t425-hsla-clip-outside-device-gamut-b.xht]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[col-wrap-020.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[font-unicode-PUA-primary-font.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[variation-sequences.html]
|
||||
expected: FAIL
|
|
@ -1,36 +1,18 @@
|
|||
[font-weight-matching.html]
|
||||
[Test @font-face matching for weight 99]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 600]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 1000]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 470]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 900]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 400]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 750]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 751]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 399]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 500]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 250]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 420]
|
||||
expected: FAIL
|
||||
|
||||
[Test @font-face matching for weight 249]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[highlight-cascade-002.html]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[highlight-cascade-009.html]
|
||||
[body ::selection uses its own custom property]
|
||||
expected: FAIL
|
||||
|
||||
[div::selection inherits a custom property]
|
||||
expected: FAIL
|
||||
|
||||
[div::selection uses its own custom property]
|
||||
expected: FAIL
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue