Update web-platform-tests to revision b'4e3b5de2eb8218cf18a1674618994efeb96e2cc0' (#32717)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-07-07 03:23:54 -04:00 committed by GitHub
parent 141a594e23
commit 816359583c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
575 changed files with 8637 additions and 2616 deletions

View file

@ -1,4 +1,3 @@
[url-reload.window.html] [url-reload.window.html]
[Reloading a blob URL succeeds even if the URL was revoked.] [Reloading a blob URL succeeds even if the URL was revoked.]
expected: FAIL expected: FAIL

View file

@ -0,0 +1,122 @@
[derived_bits_length.https.any.html]
[HKDF derivation with 256 as 'length' parameter]
expected: FAIL
[HKDF derivation with 0 as 'length' parameter]
expected: FAIL
[HKDF derivation with null as 'length' parameter]
expected: FAIL
[HKDF derivation with undefined as 'length' parameter]
expected: FAIL
[HKDF derivation with omitted as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 256 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 0 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with null as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with undefined as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with omitted as 'length' parameter]
expected: FAIL
[ECDH derivation with 256 as 'length' parameter]
expected: FAIL
[ECDH derivation with 0 as 'length' parameter]
expected: FAIL
[ECDH derivation with null as 'length' parameter]
expected: FAIL
[ECDH derivation with undefined as 'length' parameter]
expected: FAIL
[ECDH derivation with omitted as 'length' parameter]
expected: FAIL
[X25519 derivation with 256 as 'length' parameter]
expected: FAIL
[X25519 derivation with 0 as 'length' parameter]
expected: FAIL
[X25519 derivation with null as 'length' parameter]
expected: FAIL
[X25519 derivation with undefined as 'length' parameter]
expected: FAIL
[X25519 derivation with omitted as 'length' parameter]
expected: FAIL
[derived_bits_length.https.any.worker.html]
[HKDF derivation with 256 as 'length' parameter]
expected: FAIL
[HKDF derivation with 0 as 'length' parameter]
expected: FAIL
[HKDF derivation with null as 'length' parameter]
expected: FAIL
[HKDF derivation with undefined as 'length' parameter]
expected: FAIL
[HKDF derivation with omitted as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 256 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 0 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with null as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with undefined as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with omitted as 'length' parameter]
expected: FAIL
[ECDH derivation with 256 as 'length' parameter]
expected: FAIL
[ECDH derivation with 0 as 'length' parameter]
expected: FAIL
[ECDH derivation with null as 'length' parameter]
expected: FAIL
[ECDH derivation with undefined as 'length' parameter]
expected: FAIL
[ECDH derivation with omitted as 'length' parameter]
expected: FAIL
[X25519 derivation with 256 as 'length' parameter]
expected: FAIL
[X25519 derivation with 0 as 'length' parameter]
expected: FAIL
[X25519 derivation with null as 'length' parameter]
expected: FAIL
[X25519 derivation with undefined as 'length' parameter]
expected: FAIL
[X25519 derivation with omitted as 'length' parameter]
expected: FAIL

View file

@ -212,6 +212,15 @@
[Crypto interface: crypto must inherit property "randomUUID()" with the proper type] [Crypto interface: crypto must inherit property "randomUUID()" with the proper type]
expected: FAIL expected: FAIL
[SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)]
expected: FAIL
[SubtleCrypto interface: crypto.subtle must inherit property "deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)" with the proper type]
expected: FAIL
[SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL
[idlharness.https.any.worker.html] [idlharness.https.any.worker.html]
[idlharness] [idlharness]
@ -426,3 +435,12 @@
[Crypto interface: crypto must inherit property "randomUUID()" with the proper type] [Crypto interface: crypto must inherit property "randomUUID()" with the proper type]
expected: FAIL expected: FAIL
[SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)]
expected: FAIL
[SubtleCrypto interface: crypto.subtle must inherit property "deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)" with the proper type]
expected: FAIL
[SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL

View file

@ -0,0 +1,8 @@
[importKey-unsettled-promise.https.any.worker.html]
[WebCryptoAPI: Assure promise returned by importKey is settled.]
expected: FAIL
[importKey-unsettled-promise.https.any.html]
[WebCryptoAPI: Assure promise returned by importKey is settled.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[float-rewind-parallel-flow-2-crash.html]
expected: CRASH

View file

@ -0,0 +1,2 @@
[float-rewind-parallel-flow-3-crash.html]
expected: CRASH

View file

@ -31,3 +31,9 @@
[@font-face matching for quoted and unquoted ui-monospace] [@font-face matching for quoted and unquoted ui-monospace]
expected: FAIL expected: FAIL
[@font-face matching for quoted and unquoted cursive]
expected: FAIL
[@font-face matching for quoted and unquoted ui-serif]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-001a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-002a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-002b.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-003a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-003b.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-004a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-004b.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[overflow-hidden-table.html]
expected: FAIL

View file

@ -0,0 +1,126 @@
[transform-interpolation-007.html]
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL

View file

@ -0,0 +1,2 @@
[transform-non-invertible-discrete-interpolation.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[transform-non-invertible-no-transition.html]
[Setting 'transform' to a non-invertible matrix does not yield a CSS Transition]
expected: FAIL

View file

@ -0,0 +1,6 @@
[CSSTransition-not-canceling.tentative.html]
[Setting "display: none" with "display" set to transition using "display 100s allow-discrete" does not cancel running transitions]
expected: FAIL
[Setting "display: none" with "display" set to transition using "display 100s, all allow-discrete 100s" does not cancel running transitions]
expected: FAIL

View file

@ -0,0 +1,159 @@
[attr-all-types.html]
[CSS Values and Units Test: attr]
expected: FAIL
[CSS Values and Units Test: attr 1]
expected: FAIL
[CSS Values and Units Test: attr 2]
expected: FAIL
[CSS Values and Units Test: attr 3]
expected: FAIL
[CSS Values and Units Test: attr 4]
expected: FAIL
[CSS Values and Units Test: attr 5]
expected: FAIL
[CSS Values and Units Test: attr 6]
expected: FAIL
[CSS Values and Units Test: attr 7]
expected: FAIL
[CSS Values and Units Test: attr 8]
expected: FAIL
[CSS Values and Units Test: attr 9]
expected: FAIL
[CSS Values and Units Test: attr 10]
expected: FAIL
[CSS Values and Units Test: attr 11]
expected: FAIL
[CSS Values and Units Test: attr 13]
expected: FAIL
[CSS Values and Units Test: attr 14]
expected: FAIL
[CSS Values and Units Test: attr 15]
expected: FAIL
[CSS Values and Units Test: attr 18]
expected: FAIL
[CSS Values and Units Test: attr 19]
expected: FAIL
[CSS Values and Units Test: attr 20]
expected: FAIL
[CSS Values and Units Test: attr 21]
expected: FAIL
[CSS Values and Units Test: attr 25]
expected: FAIL
[CSS Values and Units Test: attr 26]
expected: FAIL
[CSS Values and Units Test: attr 28]
expected: FAIL
[CSS Values and Units Test: attr 29]
expected: FAIL
[CSS Values and Units Test: attr 30]
expected: FAIL
[CSS Values and Units Test: attr 31]
expected: FAIL
[CSS Values and Units Test: attr 32]
expected: FAIL
[CSS Values and Units Test: attr 33]
expected: FAIL
[CSS Values and Units Test: attr 34]
expected: FAIL
[CSS Values and Units Test: attr 35]
expected: FAIL
[CSS Values and Units Test: attr 36]
expected: FAIL
[CSS Values and Units Test: attr 37]
expected: FAIL
[CSS Values and Units Test: attr 38]
expected: FAIL
[CSS Values and Units Test: attr 39]
expected: FAIL
[CSS Values and Units Test: attr 40]
expected: FAIL
[CSS Values and Units Test: attr 41]
expected: FAIL
[CSS Values and Units Test: attr 42]
expected: FAIL
[CSS Values and Units Test: attr 43]
expected: FAIL
[CSS Values and Units Test: attr 44]
expected: FAIL
[CSS Values and Units Test: attr 45]
expected: FAIL
[CSS Values and Units Test: attr 46]
expected: FAIL
[CSS Values and Units Test: attr 47]
expected: FAIL
[CSS Values and Units Test: attr 48]
expected: FAIL
[CSS Values and Units Test: attr 49]
expected: FAIL
[CSS Values and Units Test: attr 50]
expected: FAIL
[CSS Values and Units Test: attr 51]
expected: FAIL
[CSS Values and Units Test: attr 52]
expected: FAIL
[CSS Values and Units Test: attr 53]
expected: FAIL
[CSS Values and Units Test: attr 54]
expected: FAIL
[CSS Values and Units Test: attr 55]
expected: FAIL
[CSS Values and Units Test: attr 64]
expected: FAIL
[CSS Values and Units Test: attr 65]
expected: FAIL
[CSS Values and Units Test: attr 66]
expected: FAIL
[CSS Values and Units Test: attr 67]
expected: FAIL

View file

@ -0,0 +1,3 @@
[attr-invalidation.html]
[CSS Values and Units Test: attr() invalidation]
expected: FAIL

View file

@ -14,3 +14,6 @@
[MediaQueryList::removeListener removes added listener] [MediaQueryList::removeListener removes added listener]
expected: NOTRUN expected: NOTRUN
[listeners are called in order they were added]
expected: TIMEOUT

View file

@ -8,3 +8,12 @@
[capturing event listener fires before non-capturing listener at target] [capturing event listener fires before non-capturing listener at target]
expected: NOTRUN expected: NOTRUN
[removeEventListener removes listener added with addListener]
expected: TIMEOUT
[removeEventListener (capture) doesn't remove listener added with addListener]
expected: NOTRUN
[removeListener removes listener added with addEventListener]
expected: NOTRUN

View file

@ -2,3 +2,12 @@
expected: TIMEOUT expected: TIMEOUT
[removeEventListener removes listener] [removeEventListener removes listener]
expected: NOTRUN expected: NOTRUN
[listeners for "change" type are called]
expected: NOTRUN
[listeners with different type are not called]
expected: NOTRUN
[addEventListener "once" option is respected]
expected: NOTRUN

View file

@ -0,0 +1,2 @@
[MediaQueryListEvent.html]
expected: TIMEOUT

View file

@ -640,3 +640,6 @@
[CSSStyleProperties interface: attribute cssFloat] [CSSStyleProperties interface: attribute cssFloat]
expected: FAIL expected: FAIL
[CSSPageDescriptors interface: attribute orientation]
expected: FAIL

View file

@ -0,0 +1,3 @@
[page-descriptors.html]
[CSSPageDescriptors properties tests]
expected: FAIL

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,2 @@
[mq-calc-sign-function-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-calc-sign-function-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-calc-sign-function-005.html]
expected: FAIL

View file

@ -28,3 +28,12 @@
[sec-fetch-user - Not sent to non-trustworthy same-origin destination] [sec-fetch-user - Not sent to non-trustworthy same-origin destination]
expected: FAIL expected: FAIL
[sec-fetch-dest - Not sent to non-trustworthy same-site destination]
expected: FAIL
[sec-fetch-user - Not sent to non-trustworthy same-site destination]
expected: FAIL
[sec-fetch-user - Not sent to non-trustworthy cross-site destination]
expected: FAIL

View file

@ -2,8 +2,5 @@
[Navigating to a different document with window.open] [Navigating to a different document with window.open]
expected: FAIL expected: FAIL
[Navigating to a different document with form submission]
expected: FAIL
[Navigating to a different document with link click] [Navigating to a different document with link click]
expected: FAIL expected: FAIL

View file

@ -10,6 +10,3 @@
[load event does not fire on window.open('about:blank?foo')] [load event does not fire on window.open('about:blank?foo')]
expected: FAIL expected: FAIL
[load event does not fire on window.open('about:blank')]
expected: FAIL

View file

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

View file

@ -1,3 +0,0 @@
[a-click.html]
[aElement.click() before the load event must NOT replace]
expected: FAIL

View file

@ -0,0 +1,2 @@
[colr-glyph-composition.html]
expected: FAIL

View file

@ -1,4 +1,3 @@
[2d.canvas.host.size.attributes.parse.minus.html] [2d.canvas.host.size.attributes.parse.minus.html]
expected: CRASH
[Parsing of non-negative integers] [Parsing of non-negative integers]
expected: FAIL expected: FAIL

View file

@ -2105,6 +2105,24 @@
[Element interface: operation getHTML(optional GetHTMLOptions)] [Element interface: operation getHTML(optional GetHTMLOptions)]
expected: FAIL expected: FAIL
[Element interface: document.createElement("noscript") must inherit property "setHTMLUnsafe((TrustedHTML or DOMString))" with the proper type]
expected: FAIL
[Element interface: calling setHTMLUnsafe((TrustedHTML or DOMString)) on document.createElement("noscript") with too few arguments must throw TypeError]
expected: FAIL
[Element interface: document.createElement("noscript") must inherit property "innerHTML" with the proper type]
expected: FAIL
[Element interface: document.createElement("noscript") must inherit property "outerHTML" with the proper type]
expected: FAIL
[ShadowRoot interface: operation setHTMLUnsafe((TrustedHTML or DOMString))]
expected: FAIL
[Element interface: operation setHTMLUnsafe((TrustedHTML or DOMString))]
expected: FAIL
[idlharness.https.html?include=(Document|Window)] [idlharness.https.html?include=(Document|Window)]
[Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type] [Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type]
@ -2785,6 +2803,18 @@
[Document interface: calling parseHTMLUnsafe(HTMLString) on documentWithHandlers with too few arguments must throw TypeError] [Document interface: calling parseHTMLUnsafe(HTMLString) on documentWithHandlers with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[Document interface: operation parseHTMLUnsafe((TrustedHTML or DOMString))]
expected: FAIL
[Document interface: calling parseHTMLUnsafe((TrustedHTML or DOMString)) on iframe.contentDocument with too few arguments must throw TypeError]
expected: FAIL
[Document interface: calling parseHTMLUnsafe((TrustedHTML or DOMString)) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: calling parseHTMLUnsafe((TrustedHTML or DOMString)) on documentWithHandlers with too few arguments must throw TypeError]
expected: FAIL
[idlharness.https.html?include=HTML.*] [idlharness.https.html?include=HTML.*]
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type] [HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type]
@ -5075,3 +5105,6 @@
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootSerializable" with the proper type] [HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootSerializable" with the proper type]
expected: FAIL expected: FAIL
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "srcdoc" with the proper type]
expected: FAIL

View file

@ -1,34 +1,16 @@
[structured-cloning-error-stack-optional.sub.window.html] [structured-cloning-error-stack-optional.sub.window.html]
[page-created Error (worker)]
expected: FAIL
[JS-engine-created TypeError (worker)]
expected: FAIL
[JS-engine-created TypeError (cross-site iframe)]
expected: FAIL
[web API-created TypeError (worker)] [web API-created TypeError (worker)]
expected: FAIL expected: FAIL
[web API-created TypeError (cross-site iframe)] [web API-created TypeError (cross-site iframe)]
expected: FAIL expected: FAIL
[page-created Error (cross-site iframe)]
expected: FAIL
[page-created Error (structuredClone())] [page-created Error (structuredClone())]
expected: FAIL expected: FAIL
[page-created Error (same-origin iframe)]
expected: FAIL
[JS-engine-created TypeError (structuredClone())] [JS-engine-created TypeError (structuredClone())]
expected: FAIL expected: FAIL
[JS-engine-created TypeError (same-origin iframe)]
expected: FAIL
[web API-created TypeError (structuredClone())] [web API-created TypeError (structuredClone())]
expected: FAIL expected: FAIL

View file

@ -1,4 +1,3 @@
[document-base-url-window-initiator-is-not-opener.https.window.html] [document-base-url-window-initiator-is-not-opener.https.window.html]
expected: TIMEOUT
[window.open() gets base url from initiator not opener.] [window.open() gets base url from initiator not opener.]
expected: [FAIL, PASS, TIMEOUT] expected: [FAIL, PASS, TIMEOUT]

View file

@ -1,7 +1,6 @@
[autofocus-dialog.html] [autofocus-dialog.html]
expected: TIMEOUT
[<dialog> can contain autofocus, without stopping page autofocus content from working] [<dialog> can contain autofocus, without stopping page autofocus content from working]
expected: FAIL expected: FAIL
[<dialog>-contained autofocus element gets focused when the dialog is shown] [<dialog>-contained autofocus element gets focused when the dialog is shown]
expected: TIMEOUT expected: FAIL

View file

@ -0,0 +1,3 @@
[iframe-loading-lazy-nav-location-assign.html]
[Navigating iframe loading='lazy' before it is loaded: location.assign]
expected: FAIL

View file

@ -1,4 +1,4 @@
[iframe_sandbox_popups_escaping-2.html] [iframe_sandbox_popups_escaping-2.html]
expected: CRASH expected: CRASH
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used] [Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
expected: FAIL expected: TIMEOUT

View file

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

View file

@ -0,0 +1,3 @@
[DOMContentLoaded-defer.html]
[The end: DOMContentLoaded and defer scripts]
expected: FAIL

View file

@ -287,3 +287,39 @@
[≯ (using <area>.hostname)] [≯ (using <area>.hostname)]
expected: FAIL expected: FAIL
[≠ (using <area>.host)]
expected: FAIL
[≠ (using <area>.hostname)]
expected: FAIL
[≮ (using <area>.host)]
expected: FAIL
[≮ (using <area>.hostname)]
expected: FAIL
[≯ (using <area>.host)]
expected: FAIL
[≯ (using <area>.hostname)]
expected: FAIL
[=­̸ (using <area>.host)]
expected: FAIL
[=­̸ (using <area>.hostname)]
expected: FAIL
[<­̸ (using <area>.host)]
expected: FAIL
[<­̸ (using <area>.hostname)]
expected: FAIL
[>­̸ (using <area>.host)]
expected: FAIL
[>­̸ (using <area>.hostname)]
expected: FAIL

View file

@ -1,3 +1,3 @@
[script-src-blocks-wasm.tentative.html] [script-src-blocks-wasm.tentative.sub.html]
[Importing a WebAssembly module should be guarded by script-src CSP.] [Importing a WebAssembly module should be guarded by script-src CSP.]
expected: FAIL expected: FAIL

View file

@ -0,0 +1,4 @@
[localstorage-about-blank-3P-iframe-opens-3P-window.partitioned.tentative.html]
expected: TIMEOUT
[StorageKey: test 3P about:blank window opened from a 3P iframe]
expected: TIMEOUT

View file

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

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,122 @@
[derived_bits_length.https.any.html]
[HKDF derivation with 256 as 'length' parameter]
expected: FAIL
[HKDF derivation with 0 as 'length' parameter]
expected: FAIL
[HKDF derivation with null as 'length' parameter]
expected: FAIL
[HKDF derivation with undefined as 'length' parameter]
expected: FAIL
[HKDF derivation with omitted as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 256 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 0 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with null as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with undefined as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with omitted as 'length' parameter]
expected: FAIL
[ECDH derivation with 256 as 'length' parameter]
expected: FAIL
[ECDH derivation with 0 as 'length' parameter]
expected: FAIL
[ECDH derivation with null as 'length' parameter]
expected: FAIL
[ECDH derivation with undefined as 'length' parameter]
expected: FAIL
[ECDH derivation with omitted as 'length' parameter]
expected: FAIL
[X25519 derivation with 256 as 'length' parameter]
expected: FAIL
[X25519 derivation with 0 as 'length' parameter]
expected: FAIL
[X25519 derivation with null as 'length' parameter]
expected: FAIL
[X25519 derivation with undefined as 'length' parameter]
expected: FAIL
[X25519 derivation with omitted as 'length' parameter]
expected: FAIL
[derived_bits_length.https.any.worker.html]
[HKDF derivation with 256 as 'length' parameter]
expected: FAIL
[HKDF derivation with 0 as 'length' parameter]
expected: FAIL
[HKDF derivation with null as 'length' parameter]
expected: FAIL
[HKDF derivation with undefined as 'length' parameter]
expected: FAIL
[HKDF derivation with omitted as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 256 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with 0 as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with null as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with undefined as 'length' parameter]
expected: FAIL
[PBKDF2 derivation with omitted as 'length' parameter]
expected: FAIL
[ECDH derivation with 256 as 'length' parameter]
expected: FAIL
[ECDH derivation with 0 as 'length' parameter]
expected: FAIL
[ECDH derivation with null as 'length' parameter]
expected: FAIL
[ECDH derivation with undefined as 'length' parameter]
expected: FAIL
[ECDH derivation with omitted as 'length' parameter]
expected: FAIL
[X25519 derivation with 256 as 'length' parameter]
expected: FAIL
[X25519 derivation with 0 as 'length' parameter]
expected: FAIL
[X25519 derivation with null as 'length' parameter]
expected: FAIL
[X25519 derivation with undefined as 'length' parameter]
expected: FAIL
[X25519 derivation with omitted as 'length' parameter]
expected: FAIL

View file

@ -173,6 +173,15 @@
[SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError] [SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)]
expected: FAIL
[SubtleCrypto interface: crypto.subtle must inherit property "deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)" with the proper type]
expected: FAIL
[SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL
[idlharness.https.any.html] [idlharness.https.any.html]
[Crypto interface: attribute subtle] [Crypto interface: attribute subtle]
@ -348,3 +357,12 @@
[SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError] [SubtleCrypto interface: calling unwrapKey(KeyFormat, BufferSource, CryptoKey, AlgorithmIdentifier, AlgorithmIdentifier, boolean, sequence<KeyUsage>) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL expected: FAIL
[SubtleCrypto interface: operation deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)]
expected: FAIL
[SubtleCrypto interface: crypto.subtle must inherit property "deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?)" with the proper type]
expected: FAIL
[SubtleCrypto interface: calling deriveBits(AlgorithmIdentifier, CryptoKey, optional unsigned long?) on crypto.subtle with too few arguments must throw TypeError]
expected: FAIL

View file

@ -0,0 +1,8 @@
[importKey-unsettled-promise.https.any.html]
[WebCryptoAPI: Assure promise returned by importKey is settled.]
expected: FAIL
[importKey-unsettled-promise.https.any.worker.html]
[WebCryptoAPI: Assure promise returned by importKey is settled.]
expected: FAIL

View file

@ -1,2 +0,0 @@
[floats-in-table-caption-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[opacity-animation-ending-correctly-002.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-001.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-001a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-002.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-002a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-002b.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-003a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-003b.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-004a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[highlight-painting-currentcolor-004b.html]
expected: FAIL

View file

@ -0,0 +1,126 @@
[transform-interpolation-007.html]
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-behavior:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition-property:all and transition-behavor:allow-discrete: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Transitions with transition: all: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[CSS Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (-0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.3) should be [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (0.6) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL
[Web Animations: property <transform> from [matrix3d(2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1)\] to [matrix(3, 0, 0, 3, 0, 0)\] at (1.5) should be [matrix(3, 0, 0, 3, 0, 0)\]]
expected: FAIL

View file

@ -0,0 +1,2 @@
[transform-non-invertible-discrete-interpolation.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[transform-non-invertible-no-transition.html]
[Setting 'transform' to a non-invertible matrix does not yield a CSS Transition]
expected: FAIL

View file

@ -0,0 +1,6 @@
[CSSTransition-not-canceling.tentative.html]
[Setting "display: none" with "display" set to transition using "display 100s allow-discrete" does not cancel running transitions]
expected: FAIL
[Setting "display: none" with "display" set to transition using "display 100s, all allow-discrete 100s" does not cancel running transitions]
expected: FAIL

View file

@ -0,0 +1,2 @@
[transparent-accent-color-001.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[transparent-accent-color-002.html]
expected: TIMEOUT

View file

@ -0,0 +1,159 @@
[attr-all-types.html]
[CSS Values and Units Test: attr]
expected: FAIL
[CSS Values and Units Test: attr 1]
expected: FAIL
[CSS Values and Units Test: attr 2]
expected: FAIL
[CSS Values and Units Test: attr 3]
expected: FAIL
[CSS Values and Units Test: attr 4]
expected: FAIL
[CSS Values and Units Test: attr 5]
expected: FAIL
[CSS Values and Units Test: attr 6]
expected: FAIL
[CSS Values and Units Test: attr 7]
expected: FAIL
[CSS Values and Units Test: attr 8]
expected: FAIL
[CSS Values and Units Test: attr 9]
expected: FAIL
[CSS Values and Units Test: attr 10]
expected: FAIL
[CSS Values and Units Test: attr 11]
expected: FAIL
[CSS Values and Units Test: attr 13]
expected: FAIL
[CSS Values and Units Test: attr 14]
expected: FAIL
[CSS Values and Units Test: attr 15]
expected: FAIL
[CSS Values and Units Test: attr 18]
expected: FAIL
[CSS Values and Units Test: attr 19]
expected: FAIL
[CSS Values and Units Test: attr 20]
expected: FAIL
[CSS Values and Units Test: attr 21]
expected: FAIL
[CSS Values and Units Test: attr 25]
expected: FAIL
[CSS Values and Units Test: attr 26]
expected: FAIL
[CSS Values and Units Test: attr 28]
expected: FAIL
[CSS Values and Units Test: attr 29]
expected: FAIL
[CSS Values and Units Test: attr 30]
expected: FAIL
[CSS Values and Units Test: attr 31]
expected: FAIL
[CSS Values and Units Test: attr 32]
expected: FAIL
[CSS Values and Units Test: attr 33]
expected: FAIL
[CSS Values and Units Test: attr 34]
expected: FAIL
[CSS Values and Units Test: attr 35]
expected: FAIL
[CSS Values and Units Test: attr 36]
expected: FAIL
[CSS Values and Units Test: attr 37]
expected: FAIL
[CSS Values and Units Test: attr 38]
expected: FAIL
[CSS Values and Units Test: attr 39]
expected: FAIL
[CSS Values and Units Test: attr 40]
expected: FAIL
[CSS Values and Units Test: attr 41]
expected: FAIL
[CSS Values and Units Test: attr 42]
expected: FAIL
[CSS Values and Units Test: attr 43]
expected: FAIL
[CSS Values and Units Test: attr 44]
expected: FAIL
[CSS Values and Units Test: attr 45]
expected: FAIL
[CSS Values and Units Test: attr 46]
expected: FAIL
[CSS Values and Units Test: attr 47]
expected: FAIL
[CSS Values and Units Test: attr 48]
expected: FAIL
[CSS Values and Units Test: attr 49]
expected: FAIL
[CSS Values and Units Test: attr 50]
expected: FAIL
[CSS Values and Units Test: attr 51]
expected: FAIL
[CSS Values and Units Test: attr 52]
expected: FAIL
[CSS Values and Units Test: attr 53]
expected: FAIL
[CSS Values and Units Test: attr 54]
expected: FAIL
[CSS Values and Units Test: attr 55]
expected: FAIL
[CSS Values and Units Test: attr 64]
expected: FAIL
[CSS Values and Units Test: attr 65]
expected: FAIL
[CSS Values and Units Test: attr 66]
expected: FAIL
[CSS Values and Units Test: attr 67]
expected: FAIL

View file

@ -0,0 +1,3 @@
[attr-invalidation.html]
[CSS Values and Units Test: attr() invalidation]
expected: FAIL

View file

@ -11,3 +11,6 @@
[rethrows errors when getting handleEvent] [rethrows errors when getting handleEvent]
expected: NOTRUN expected: NOTRUN
[looks up handleEvent method on every event dispatch]
expected: TIMEOUT

View file

@ -1,3 +1,16 @@
[MediaQueryList-addListener-removeListener.html] [MediaQueryList-addListener-removeListener.html]
expected: TIMEOUT
[listeners are called when <iframe> is resized] [listeners are called when <iframe> is resized]
expected: FAIL expected: FAIL
[listener that was added twice is called only once]
expected: NOTRUN
[listeners are called in order their MQLs were created]
expected: NOTRUN
[removing listener from one MQL doesn't remove it from all MQLs]
expected: NOTRUN
[MediaQueryList::removeListener removes added listener]
expected: NOTRUN

View file

@ -0,0 +1,19 @@
[MediaQueryList-extends-EventTarget-interop.html]
expected: TIMEOUT
[listener added with addListener and addEventListener (capture) is called twice]
expected: TIMEOUT
[removeEventListener removes listener added with addListener]
expected: NOTRUN
[removeEventListener (capture) doesn't remove listener added with addListener]
expected: NOTRUN
[removeListener removes listener added with addEventListener]
expected: NOTRUN
[removeListener doesn't remove listener added with addEventListener (capture)]
expected: NOTRUN
[capturing event listener fires before non-capturing listener at target]
expected: NOTRUN

View file

@ -8,3 +8,6 @@
[listeners with different type are not called] [listeners with different type are not called]
expected: NOTRUN expected: NOTRUN
[listeners for "change" type are called]
expected: TIMEOUT

View file

@ -595,3 +595,6 @@
[CSSStyleProperties interface: attribute cssFloat] [CSSStyleProperties interface: attribute cssFloat]
expected: FAIL expected: FAIL
[CSSPageDescriptors interface: attribute orientation]
expected: FAIL

View file

@ -0,0 +1,3 @@
[page-descriptors.html]
[CSSPageDescriptors properties tests]
expected: FAIL

View file

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

View file

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

View file

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

View file

@ -0,0 +1,2 @@
[mq-calc-sign-function-003.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-calc-sign-function-004.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[mq-calc-sign-function-005.html]
expected: FAIL

View file

@ -4,7 +4,7 @@
expected: FAIL expected: FAIL
[sec-fetch-site - Cross-site, no attributes] [sec-fetch-site - Cross-site, no attributes]
expected: FAIL expected: TIMEOUT
[sec-fetch-site - Same site, no attributes] [sec-fetch-site - Same site, no attributes]
expected: NOTRUN expected: NOTRUN

View file

@ -41,6 +41,3 @@
[sec-fetch-site - HTTPS downgrade-upgrade, no attributes] [sec-fetch-site - HTTPS downgrade-upgrade, no attributes]
expected: NOTRUN expected: NOTRUN
[sec-fetch-site - Not sent to non-trustworthy same-origin destination, no attributes]
expected: FAIL

View file

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

View file

@ -0,0 +1,2 @@
[colr-glyph-composition.html]
expected: FAIL

View file

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

Some files were not shown because too many files have changed in this diff Show more