mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
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:
parent
141a594e23
commit
816359583c
575 changed files with 8637 additions and 2616 deletions
2508
tests/wpt/meta/MANIFEST.json
vendored
2508
tests/wpt/meta/MANIFEST.json
vendored
File diff suppressed because it is too large
Load diff
122
tests/wpt/meta/WebCryptoAPI/derive_bits_keys/derived_bits_length.https.any.js.ini
vendored
Normal file
122
tests/wpt/meta/WebCryptoAPI/derive_bits_keys/derived_bits_length.https.any.js.ini
vendored
Normal 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
|
|
@ -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]
|
||||
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]
|
||||
[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]
|
||||
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
|
||||
|
|
|
@ -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
|
|
@ -1,2 +0,0 @@
|
|||
[floats-in-table-caption-001.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-color/animation/opacity-animation-ending-correctly-002.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-color/animation/opacity-animation-ending-correctly-002.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[opacity-animation-ending-correctly-002.html]
|
||||
expected: TIMEOUT
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-001.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-001.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-001.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-001a.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-001a.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-001a.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-002.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-002.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-002.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-002a.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-002a.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-002a.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-002b.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-002b.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-002b.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-003.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-003.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-003.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-003a.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-003a.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-003a.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-003b.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-003b.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-003b.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-004.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-004.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-004.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-004a.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-004a.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-004a.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-004b.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-pseudo/highlight-painting-currentcolor-004b.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[highlight-painting-currentcolor-004b.html]
|
||||
expected: FAIL
|
126
tests/wpt/meta/css/css-transforms/animation/transform-interpolation-007.html.ini
vendored
Normal file
126
tests/wpt/meta/css/css-transforms/animation/transform-interpolation-007.html.ini
vendored
Normal 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
|
|
@ -0,0 +1,2 @@
|
|||
[transform-non-invertible-discrete-interpolation.html]
|
||||
expected: TIMEOUT
|
3
tests/wpt/meta/css/css-transforms/animation/transform-non-invertible-no-transition.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-transforms/animation/transform-non-invertible-no-transition.html.ini
vendored
Normal 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
|
6
tests/wpt/meta/css/css-transitions/CSSTransition-not-canceling.tentative.html.ini
vendored
Normal file
6
tests/wpt/meta/css/css-transitions/CSSTransition-not-canceling.tentative.html.ini
vendored
Normal 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
|
2
tests/wpt/meta/css/css-ui/transparent-accent-color-001.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-ui/transparent-accent-color-001.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[transparent-accent-color-001.html]
|
||||
expected: TIMEOUT
|
2
tests/wpt/meta/css/css-ui/transparent-accent-color-002.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-ui/transparent-accent-color-002.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[transparent-accent-color-002.html]
|
||||
expected: TIMEOUT
|
159
tests/wpt/meta/css/css-values/attr-all-types.html.ini
vendored
Normal file
159
tests/wpt/meta/css/css-values/attr-all-types.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/css/css-values/attr-invalidation.html.ini
vendored
Normal file
3
tests/wpt/meta/css/css-values/attr-invalidation.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[attr-invalidation.html]
|
||||
[CSS Values and Units Test: attr() invalidation]
|
||||
expected: FAIL
|
|
@ -11,3 +11,6 @@
|
|||
|
||||
[rethrows errors when getting handleEvent]
|
||||
expected: NOTRUN
|
||||
|
||||
[looks up handleEvent method on every event dispatch]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
[MediaQueryList-addListener-removeListener.html]
|
||||
expected: TIMEOUT
|
||||
[listeners are called when <iframe> is resized]
|
||||
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
|
||||
|
|
19
tests/wpt/meta/css/cssom-view/MediaQueryList-extends-EventTarget-interop.html.ini
vendored
Normal file
19
tests/wpt/meta/css/cssom-view/MediaQueryList-extends-EventTarget-interop.html.ini
vendored
Normal 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
|
|
@ -8,3 +8,6 @@
|
|||
|
||||
[listeners with different type are not called]
|
||||
expected: NOTRUN
|
||||
|
||||
[listeners for "change" type are called]
|
||||
expected: TIMEOUT
|
||||
|
|
3
tests/wpt/meta/css/cssom/idlharness.html.ini
vendored
3
tests/wpt/meta/css/cssom/idlharness.html.ini
vendored
|
@ -595,3 +595,6 @@
|
|||
|
||||
[CSSStyleProperties interface: attribute cssFloat]
|
||||
expected: FAIL
|
||||
|
||||
[CSSPageDescriptors interface: attribute orientation]
|
||||
expected: FAIL
|
||||
|
|
3
tests/wpt/meta/css/cssom/page-descriptors.html.ini
vendored
Normal file
3
tests/wpt/meta/css/cssom/page-descriptors.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[page-descriptors.html]
|
||||
[CSSPageDescriptors properties tests]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/filter-effects/backdrop-filter-basic-blur.html.ini
vendored
Normal file
2
tests/wpt/meta/css/filter-effects/backdrop-filter-basic-blur.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[backdrop-filter-basic-blur.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[backdrop-filter-edge-mirror.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/filter-effects/backdrop-filter-svg-blur.html.ini
vendored
Normal file
2
tests/wpt/meta/css/filter-effects/backdrop-filter-svg-blur.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[backdrop-filter-svg-blur.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/mediaqueries/mq-calc-sign-function-003.html.ini
vendored
Normal file
2
tests/wpt/meta/css/mediaqueries/mq-calc-sign-function-003.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[mq-calc-sign-function-003.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/mediaqueries/mq-calc-sign-function-004.html.ini
vendored
Normal file
2
tests/wpt/meta/css/mediaqueries/mq-calc-sign-function-004.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[mq-calc-sign-function-004.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/mediaqueries/mq-calc-sign-function-005.html.ini
vendored
Normal file
2
tests/wpt/meta/css/mediaqueries/mq-calc-sign-function-005.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[mq-calc-sign-function-005.html]
|
||||
expected: FAIL
|
|
@ -4,7 +4,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[sec-fetch-site - Cross-site, no attributes]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[sec-fetch-site - Same site, no attributes]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -41,6 +41,3 @@
|
|||
|
||||
[sec-fetch-site - HTTPS downgrade-upgrade, no attributes]
|
||||
expected: NOTRUN
|
||||
|
||||
[sec-fetch-site - Not sent to non-trustworthy same-origin destination, no attributes]
|
||||
expected: FAIL
|
||||
|
|
3
tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini
vendored
Normal file
3
tests/wpt/meta/html/browsers/history/the-history-interface/traverse_the_history_5.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[traverse_the_history_5.html]
|
||||
[Multiple history traversals, last would be aborted]
|
||||
expected: FAIL
|
2
tests/wpt/meta/html/canvas/element/compositing/colr-glyph-composition.html.ini
vendored
Normal file
2
tests/wpt/meta/html/canvas/element/compositing/colr-glyph-composition.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[colr-glyph-composition.html]
|
||||
expected: FAIL
|
|
@ -1,4 +1,3 @@
|
|||
[2d.composite.image.xor.html]
|
||||
[OffscreenCanvas test: 2d.composite.image.xor]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1988,6 +1988,24 @@
|
|||
[Element interface: operation getHTML(optional GetHTMLOptions)]
|
||||
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)]
|
||||
[Document interface: documentWithHandlers must inherit property "queryCommandEnabled(DOMString)" with the proper type]
|
||||
|
@ -2635,6 +2653,18 @@
|
|||
[Document interface: calling parseHTMLUnsafe(HTMLString) on documentWithHandlers with too few arguments must throw TypeError]
|
||||
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.*]
|
||||
[HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type]
|
||||
|
@ -4790,3 +4820,6 @@
|
|||
|
||||
[HTMLTemplateElement interface: document.createElement("template") must inherit property "shadowRootSerializable" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLIFrameElement interface: document.createElement("iframe") must inherit property "srcdoc" with the proper type]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,27 +2,9 @@
|
|||
[page-created Error (structuredClone())]
|
||||
expected: FAIL
|
||||
|
||||
[page-created Error (worker)]
|
||||
expected: FAIL
|
||||
|
||||
[page-created Error (cross-site iframe)]
|
||||
expected: FAIL
|
||||
|
||||
[page-created Error (same-origin iframe)]
|
||||
expected: FAIL
|
||||
|
||||
[JS-engine-created TypeError (structuredClone())]
|
||||
expected: FAIL
|
||||
|
||||
[JS-engine-created TypeError (worker)]
|
||||
expected: FAIL
|
||||
|
||||
[JS-engine-created TypeError (cross-site iframe)]
|
||||
expected: FAIL
|
||||
|
||||
[JS-engine-created TypeError (same-origin iframe)]
|
||||
expected: FAIL
|
||||
|
||||
[web API-created TypeError (structuredClone())]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[no-cuechange-before-play.html]
|
||||
expected: TIMEOUT
|
||||
[Ensure that the 'cuechange' event is not fired before video playback has begun.]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
expected: CRASH
|
||||
expected: TIMEOUT
|
||||
[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_nonescaping-2.html]
|
||||
expected: CRASH
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[iframe_sandbox_popups_nonescaping-3.html]
|
||||
[Check that popups from a sandboxed iframe do not escape the sandbox]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[reparent-form-during-planned-navigation-task.html]
|
||||
expected: TIMEOUT
|
||||
[reparent-form-during-planned-navigation-task]
|
||||
expected: TIMEOUT
|
3
tests/wpt/meta/html/semantics/forms/historical.html.ini
vendored
Normal file
3
tests/wpt/meta/html/semantics/forms/historical.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[historical.html]
|
||||
[<input name=isindex> should not be supported]
|
||||
expected: FAIL
|
|
@ -1,19 +0,0 @@
|
|||
[nested-context-navigations-iframe.html]
|
||||
expected: TIMEOUT
|
||||
[Test that iframe navigations are not observable by the parent]
|
||||
expected: NOTRUN
|
||||
|
||||
[Test that crossorigin iframe navigations are not observable by the parent]
|
||||
expected: NOTRUN
|
||||
|
||||
[Test that cross-site iframe navigations are not observable by the parent]
|
||||
expected: NOTRUN
|
||||
|
||||
[Test that iframe refreshes are not observable by the parent]
|
||||
expected: NOTRUN
|
||||
|
||||
[Test that crossorigin iframe refreshes are not observable by the parent]
|
||||
expected: NOTRUN
|
||||
|
||||
[Test that cross-site iframe refreshes are not observable by the parent]
|
||||
expected: NOTRUN
|
36
tests/wpt/meta/url/toascii.window.js.ini
vendored
36
tests/wpt/meta/url/toascii.window.js.ini
vendored
|
@ -286,3 +286,39 @@
|
|||
|
||||
[≯ (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
|
||||
|
||||
[≯ (using <area>.host)]
|
||||
expected: FAIL
|
||||
|
||||
[≯ (using <area>.hostname)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -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.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue