mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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 @@
|
|||
[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
|
|
@ -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,3 @@
|
|||
[shadow-root-insertion.html]
|
||||
[addition of a shadow root should not cancel in-flight transitions]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-values/calc-rounding-003.html.ini
Normal file
2
tests/wpt/meta/css/css-values/calc-rounding-003.html.ini
Normal file
|
@ -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
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
[MediaQueryList-addListener-removeListener.html]
|
||||
[listeners are called when <iframe> is resized]
|
||||
expected: FAIL
|
||||
|
||||
[listeners are called correct number of times]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[prefers-color-scheme-svg-as-image.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue