mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Update web-platform-tests to revision b'afdce893ed51bc1a7a7ac03b16b5a575caad071a'
This commit is contained in:
parent
a8da28e55d
commit
3b420af385
393 changed files with 17484 additions and 4185 deletions
|
@ -4,7 +4,7 @@
|
|||
expected: TIMEOUT
|
||||
|
||||
[Opening a blob URL in a new window immediately before revoking it works.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Fetching a blob URL immediately before revoking it works in an iframe.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,7 +2,73 @@
|
|||
[setup - define tests]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 0]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 1]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 8]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order 0]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order 1]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p-1 (order 2)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p (=0, order 4)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cfrg_curves_bits.https.any.worker.html]
|
||||
[setup - define tests]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 0]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 1]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 8]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order 0]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order 1]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p-1 (order 2)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p (=0, order 4)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,7 +2,19 @@
|
|||
[setup - define tests]
|
||||
expected: FAIL
|
||||
|
||||
[Key derivation using a X25519 generated keys.]
|
||||
expected: FAIL
|
||||
|
||||
[Key derivation using a X448 generated keys.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cfrg_curves_keys.https.any.html]
|
||||
[setup - define tests]
|
||||
expected: FAIL
|
||||
|
||||
[Key derivation using a X25519 generated keys.]
|
||||
expected: FAIL
|
||||
|
||||
[Key derivation using a X448 generated keys.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -593,6 +593,144 @@
|
|||
[Invalid key pair: importKey(jwk(private), {name: Ed25519}, true, [sign, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, true, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, false, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[okp_importKey_failures_Ed25519.https.any.html]
|
||||
[Bad usages: importKey(spki, {name: Ed25519}, true, [encrypt\])]
|
||||
|
@ -1188,3 +1326,141 @@
|
|||
|
||||
[Invalid key pair: importKey(jwk(private), {name: Ed25519}, true, [sign, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, true, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, false, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
|
|
@ -599,6 +599,144 @@
|
|||
[Invalid key pair: importKey(jwk(private), {name: Ed448}, true, [sign, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, true, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, false, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[okp_importKey_failures_Ed448.https.any.html]
|
||||
[Bad usages: importKey(spki, {name: Ed448}, true, [encrypt\])]
|
||||
|
@ -1200,3 +1338,141 @@
|
|||
|
||||
[Invalid key pair: importKey(jwk(private), {name: Ed448}, true, [sign, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, true, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, false, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
|
|
@ -581,6 +581,60 @@
|
|||
[Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X25519}, true, [\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X25519}, false, [\])]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[okp_importKey_failures_X25519.https.any.html]
|
||||
[Bad usages: importKey(spki, {name: X25519}, true, [encrypt\])]
|
||||
|
@ -1164,3 +1218,57 @@
|
|||
|
||||
[Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X25519}, true, [\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X25519}, false, [\])]
|
||||
expected: FAIL
|
||||
|
|
|
@ -593,6 +593,60 @@
|
|||
[Invalid key pair: importKey(jwk(private), {name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X448}, true, [\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X448}, false, [\])]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[okp_importKey_failures_X448.https.any.worker.html]
|
||||
[Bad usages: importKey(spki, {name: X448}, true, [encrypt\])]
|
||||
|
@ -1188,3 +1242,57 @@
|
|||
|
||||
[Invalid key pair: importKey(jwk(private), {name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X448}, true, [\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X448}, false, [\])]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[hit-test-floats-003.html]
|
||||
[Miss float below something else]
|
||||
expected: FAIL
|
|
@ -1,3 +1,6 @@
|
|||
[block-in-inline-hittest-relpos-zindex.html]
|
||||
[position: relative; z-index: -1;]
|
||||
expected: FAIL
|
||||
|
||||
[block-in-inline-hittest-relpos-zindex]
|
||||
expected: FAIL
|
||||
|
|
|
@ -71,9 +71,6 @@
|
|||
[Matching font-style: 'normal' should prefer 'oblique 0deg' over 'oblique 10deg 40deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'normal' should prefer 'oblique 10deg 40deg' over 'oblique 20deg 30deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'italic' should prefer 'oblique 20deg' over 'oblique 30deg 60deg']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -149,9 +146,6 @@
|
|||
[Matching font-weight: '501' should prefer '502 510' over '503 520']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'normal' should prefer 'normal' over 'oblique 0deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique 10deg' should prefer 'oblique 15deg 20deg' over 'oblique 30deg 60deg']
|
||||
expected: FAIL
|
||||
|
||||
|
@ -314,5 +308,11 @@
|
|||
[Matching font-style: 'italic' should prefer 'oblique 0deg' over 'oblique -60deg -30deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique 20deg' should prefer 'italic' over 'oblique 0deg']
|
||||
[Matching font-style: 'oblique 21deg' should prefer 'italic' over 'oblique 0deg']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique -10deg' should prefer 'oblique -50deg -40deg' over 'italic']
|
||||
expected: FAIL
|
||||
|
||||
[Matching font-style: 'oblique -20deg' should prefer 'oblique -60deg -40deg' over 'oblique -10deg']
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,450 @@
|
|||
[discrete-no-interpolation.html]
|
||||
[CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (0) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (0.3) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (0.5) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (0.6) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (1) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (1.5) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0.6) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (1) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (1.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0.6) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (1) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (1.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.6) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (1) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (1.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.6) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (1) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (1.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (0) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (0.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (0.6) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (1) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (1.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (-0.3) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (0) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (0.3) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (0.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (0.6) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (1) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (1.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.6) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (1) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (1.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.6) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (1) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (1.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (0.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (0.6) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (1) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (1.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (-0.3) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (0) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (0.3) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (0.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (0.6) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (1) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (1.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.6) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (1) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (1.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.6) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (1) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (1.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (0.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (0.6) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (1) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (-0.3) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (0) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (0.3) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (0.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (0.6) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (1) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (0.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (0.6) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (1) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (0.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (0.6) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (1) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[inert-while-transitioning-to-display-none.html]
|
||||
[Elements which are transitioning to display:none should be inert.]
|
||||
expected: FAIL
|
|
@ -352,3 +352,126 @@
|
|||
|
||||
[margin-right length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[background-color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(em) / values]
|
||||
expected: FAIL
|
||||
|
|
|
@ -628,3 +628,153 @@
|
|||
|
||||
[text-shadow shadow(shadow) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-height length(ex) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-height length(mm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-height length(cm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-height length(in) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-height percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-width length(pt) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-width length(pc) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-width length(px) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-width length(em) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-width length(ex) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-width length(mm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-width length(cm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-width length(in) / events]
|
||||
expected: FAIL
|
||||
|
||||
[max-width percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[top length(pt) / events]
|
||||
expected: FAIL
|
||||
|
||||
[top length(pc) / events]
|
||||
expected: FAIL
|
||||
|
||||
[top length(px) / events]
|
||||
expected: FAIL
|
||||
|
||||
[top length(em) / events]
|
||||
expected: FAIL
|
||||
|
||||
[top length(ex) / events]
|
||||
expected: FAIL
|
||||
|
||||
[top length(mm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[top length(cm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[top length(in) / events]
|
||||
expected: FAIL
|
||||
|
||||
[top percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[right length(pt) / events]
|
||||
expected: FAIL
|
||||
|
||||
[right length(pc) / events]
|
||||
expected: FAIL
|
||||
|
||||
[right length(px) / events]
|
||||
expected: FAIL
|
||||
|
||||
[right length(em) / events]
|
||||
expected: FAIL
|
||||
|
||||
[right length(ex) / events]
|
||||
expected: FAIL
|
||||
|
||||
[right length(mm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[right length(cm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[right length(in) / events]
|
||||
expected: FAIL
|
||||
|
||||
[right percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[bottom length(pt) / events]
|
||||
expected: FAIL
|
||||
|
||||
[bottom length(pc) / events]
|
||||
expected: FAIL
|
||||
|
||||
[bottom length(px) / events]
|
||||
expected: FAIL
|
||||
|
||||
[bottom length(em) / events]
|
||||
expected: FAIL
|
||||
|
||||
[bottom length(ex) / events]
|
||||
expected: FAIL
|
||||
|
||||
[bottom length(mm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[bottom length(cm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[bottom length(in) / events]
|
||||
expected: FAIL
|
||||
|
||||
[bottom percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
||||
[left length(pt) / events]
|
||||
expected: FAIL
|
||||
|
||||
[left length(pc) / events]
|
||||
expected: FAIL
|
||||
|
||||
[left length(px) / events]
|
||||
expected: FAIL
|
||||
|
||||
[left length(em) / events]
|
||||
expected: FAIL
|
||||
|
||||
[left length(ex) / events]
|
||||
expected: FAIL
|
||||
|
||||
[left length(mm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[left length(cm) / events]
|
||||
expected: FAIL
|
||||
|
||||
[left length(in) / events]
|
||||
expected: FAIL
|
||||
|
||||
[left percentage(%) / events]
|
||||
expected: FAIL
|
||||
|
|
|
@ -52,276 +52,3 @@
|
|||
|
||||
[background-position length(px) / events]
|
||||
expected: FAIL
|
||||
|
||||
[background-color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-width length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-width length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-width length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-width length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-top-color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-right-color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-bottom-color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[border-left-color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[padding-bottom length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-weight font-weight(keyword) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-weight font-weight(numeric) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height number(integer) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height number(decimal) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-shadow shadow(shadow) / values]
|
||||
expected: FAIL
|
||||
|
|
|
@ -115,3 +115,30 @@
|
|||
|
||||
[Property width value 'min(NaN * 1px, 15px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(infinity * 1turn)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(-infinity * 1turn)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(NaN * 1turn)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(infinity * 1rad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(-infinity * 1rad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(NaN * 1rad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(infinity * 1grad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(-infinity * 1grad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(NaN * 1grad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
|
|
@ -82,3 +82,21 @@
|
|||
|
||||
['calc(1px * clamp(-inFinity, infinity, 10))' as a specified value should serialize as 'calc(10px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1in * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1cm * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1mm * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1q * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1pt * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1pc * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,87 @@
|
|||
[calc-infinity-nan-serialize-resolution.html]
|
||||
['image-set(url("") calc(1x * NaN))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1x * nan))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * NaN))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * infinity / infinity))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * 0 * infinity))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * (infinity + -infinity)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * (-infinity + infinity)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * (infinity - infinity)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * infinity))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * -infinity))' as a specified value should serialize as 'image-set(url("") calc(-infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * iNFinIty))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * (infinity + infinity)))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * (-infinity + -infinity)))' as a specified value should serialize as 'image-set(url("") calc(-infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * 1/infinity))' as a specified value should serialize as 'image-set(url("") calc(0dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * infinity * infinity))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * -infinity * -infinity))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1 * max(INFinity*3dppx, 0dppx)))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1 * min(inFInity*4dppx, 0dppx)))' as a specified value should serialize as 'image-set(url("") calc(0dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1 * max(nAn*2dppx, 0dppx)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1 * min(nan*3dppx, 0dppx)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1 * clamp(-INFINITY*0dppx, 0dppx, infiniTY*0dppx)))' as a specified value should serialize as 'image-set(url("") calc(0dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * max(NaN, min(0,10))))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * clamp(NaN, 0, 10)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * max(0, min(10, NaN))))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * clamp(0, 10, NaN)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * max(0, min(NaN, 10))))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * clamp(0, NaN, 10)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * clamp(-Infinity, 0, infinity)))' as a specified value should serialize as 'image-set(url("") calc(0dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * clamp(-inFinity, infinity, 10)))' as a specified value should serialize as 'image-set(url("") calc(10dppx))'.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[getComputedStyle-calc-bg-height-percent-001.html]
|
||||
[testing background-position: calc(100% - 100% + 20em)]
|
||||
expected: FAIL
|
|
@ -10,3 +10,6 @@
|
|||
|
||||
[target9]
|
||||
expected: FAIL
|
||||
|
||||
[target11]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[elementFromPoint-dynamic-anon-box.html]
|
||||
expected: CRASH
|
|
@ -1,3 +0,0 @@
|
|||
[elementFromPoint-ellipsis-in-inline-box.html]
|
||||
[elementFromPoint-ellipsis-in-inline-box]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[elementFromPoint-float-in-table.html]
|
||||
[float-in-div]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[elementFromPoint-subpixel.html]
|
||||
[Hit test top left corner of box]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[elementFromPoint-visibility-hidden-resizer.html]
|
||||
[elementFromPoint on resizer area of an element with visibility:hidden]
|
||||
expected: FAIL
|
|
@ -13,6 +13,3 @@
|
|||
|
||||
[test some point of the element: bottom right corner]
|
||||
expected: FAIL
|
||||
|
||||
[test the top of layer]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[elementsFromPoint-invalid-cases.html]
|
||||
[The root element is the last element returned for otherwise empty queries within the viewport]
|
||||
expected: FAIL
|
|
@ -0,0 +1,30 @@
|
|||
[prefers-reduced-transparency.html]
|
||||
[Should be known: '(prefers-reduced-transparency)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be known: '(prefers-reduced-transparency: no-preference)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be known: '(prefers-reduced-transparency: reduce)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: 0)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: none)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: no-preference reduce)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: reduced)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: no-preference/reduce)']
|
||||
expected: FAIL
|
||||
|
||||
[Check that no-preference evaluates to false in the boolean context]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-class-prefix.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-id-prefix.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-ids.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-in-is.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-in-shadow-root.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-is.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-pseudo-class.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-class-prefix.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-id-prefix.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-ids.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-in-is.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-in-shadow-root.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-is.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-pseudo-class.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[disabled-delegatesFocus.html]
|
||||
expected: ERROR
|
|
@ -146,3 +146,9 @@
|
|||
|
||||
[list-style-image sec-fetch-site - HTTPS downgrade-upgrade]
|
||||
expected: FAIL
|
||||
|
||||
[background-image sec-fetch-site - HTTPS downgrade (header not sent)]
|
||||
expected: TIMEOUT
|
||||
|
||||
[border-image sec-fetch-site - HTTPS downgrade (header not sent)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[scroll-restoration-fragment-scrolling-cross-origin.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[Manual scroll restoration should take precedent over scrolling to fragment in cross origin navigation]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
[failure-check-sequence.https.html]
|
||||
expected: TIMEOUT
|
||||
[CSP check precedes COEP check - CSP header first]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[COEP check precedes X-Frame-Options check]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP check precedes COEP check - COEP header first]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[CSP check precedes X-Frame-Options check]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -7,3 +7,6 @@
|
|||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='about:blank#foo']
|
||||
expected: FAIL
|
||||
|
||||
[load & pageshow events do not fire on contentWindow of <iframe> element created with src='']
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[form-submit-button-click.html]
|
||||
expected: TIMEOUT
|
||||
[Replace before load, triggered by submitButton.click()]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[creating_browsing_context_test_01.html]
|
||||
expected: TIMEOUT
|
||||
[first argument: absolute url]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[2d.imageData.get.large.crash.html]
|
||||
expected: TIMEOUT
|
||||
[Test that canvas crash when image data cannot be allocated.]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[document-base-url-changes-about-srcdoc-2.https.html]
|
||||
[document-base-url-changes-about-srcdoc-2]
|
||||
expected: FAIL
|
|
@ -1,3 +1,4 @@
|
|||
[iframe_sandbox_popups_escaping-2.html]
|
||||
expected: TIMEOUT
|
||||
[Check that popups from a sandboxed iframe escape the sandbox if\n allow-popups-to-escape-sandbox is used]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,17 +1,10 @@
|
|||
[viewport-change.html]
|
||||
expected: TIMEOUT
|
||||
[img (srcset 1 cand) valid image, resize to wide]
|
||||
expected: FAIL
|
||||
|
||||
[picture: source (max-width:500px) broken image, img broken image, resize to wide]
|
||||
expected: TIMEOUT
|
||||
|
||||
[picture: source (max-width:500px) broken image, img valid image, resize to wide]
|
||||
expected: FAIL
|
||||
|
||||
[picture: source (max-width:500px) valid image, img broken image, resize to wide]
|
||||
expected: TIMEOUT
|
||||
|
||||
[picture: source (max-width:500px) valid image, img valid image, resize to wide]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -21,12 +14,6 @@
|
|||
[img (srcset 1 cand) valid image, resize to narrow]
|
||||
expected: FAIL
|
||||
|
||||
[picture: source (max-width:500px) broken image, img broken image, resize to narrow]
|
||||
expected: TIMEOUT
|
||||
|
||||
[picture: source (max-width:500px) broken image, img valid image, resize to narrow]
|
||||
expected: TIMEOUT
|
||||
|
||||
[picture: source (max-width:500px) valid image, img broken image, resize to narrow]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
[non-active-document.html]
|
||||
[DOMParser]
|
||||
expected: FAIL
|
||||
|
||||
[createHTMLDocument]
|
||||
expected: FAIL
|
||||
|
||||
[<template>]
|
||||
expected: FAIL
|
||||
|
|
|
@ -98,9 +98,6 @@
|
|||
[application/x-www-form-urlencoded: double quote in name (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
[application/x-www-form-urlencoded: double quote in value (normal form)]
|
||||
expected: FAIL
|
||||
|
||||
[application/x-www-form-urlencoded: double quote in value (formdata event)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[historical.html]
|
||||
[<input name=isindex> should not be supported]
|
||||
expected: FAIL
|
|
@ -1,6 +1,7 @@
|
|||
[promise-rejection-events.html]
|
||||
expected: TIMEOUT
|
||||
[delayed handling: delaying handling rejected promise created from createImageBitmap will cause both events to fire]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[unhandledrejection: from createImageBitmap which is UA triggered]
|
||||
expected: FAIL
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,4 @@
|
|||
[javascript-urls.window.html]
|
||||
expected: ERROR
|
||||
[javascript: URL without an opaque path]
|
||||
expected: FAIL
|
|
@ -4,4 +4,3 @@
|
|||
|
||||
[Sanity check: this all works as expected synchronously]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[cross-partition.https.tentative.html]
|
||||
expected: CRASH
|
||||
expected: TIMEOUT
|
||||
[BroadcastChannel messages aren't received from a cross-partition iframe]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[Opening a blob URL in a new window immediately before revoking it works.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Opening a blob URL in a noopener about:blank window immediately before revoking it works.]
|
||||
expected: TIMEOUT
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -2,7 +2,73 @@
|
|||
[setup - define tests]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 0]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 1]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 8]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order 0]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order 1]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p-1 (order 2)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p (=0, order 4)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cfrg_curves_bits.https.any.worker.html]
|
||||
[setup - define tests]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 0]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 1]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order 8]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)]
|
||||
expected: FAIL
|
||||
|
||||
[X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order 0]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order 1]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p-1 (order 2)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p (=0, order 4)]
|
||||
expected: FAIL
|
||||
|
||||
[X448 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)]
|
||||
expected: FAIL
|
||||
|
|
|
@ -2,7 +2,19 @@
|
|||
[setup - define tests]
|
||||
expected: FAIL
|
||||
|
||||
[Key derivation using a X25519 generated keys.]
|
||||
expected: FAIL
|
||||
|
||||
[Key derivation using a X448 generated keys.]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[cfrg_curves_keys.https.any.html]
|
||||
[setup - define tests]
|
||||
expected: FAIL
|
||||
|
||||
[Key derivation using a X25519 generated keys.]
|
||||
expected: FAIL
|
||||
|
||||
[Key derivation using a X448 generated keys.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -593,6 +593,144 @@
|
|||
[Invalid key pair: importKey(jwk(private), {name: Ed25519}, true, [sign, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, true, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, false, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[okp_importKey_failures_Ed25519.https.any.html]
|
||||
[Bad usages: importKey(spki, {name: Ed25519}, true, [encrypt\])]
|
||||
|
@ -1188,3 +1326,141 @@
|
|||
|
||||
[Invalid key pair: importKey(jwk(private), {name: Ed25519}, true, [sign, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, true, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed25519}, false, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, true, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed25519}, false, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
|
|
@ -599,6 +599,144 @@
|
|||
[Invalid key pair: importKey(jwk(private), {name: Ed448}, true, [sign, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, true, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, false, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[okp_importKey_failures_Ed448.https.any.html]
|
||||
[Bad usages: importKey(spki, {name: Ed448}, true, [encrypt\])]
|
||||
|
@ -1200,3 +1338,141 @@
|
|||
|
||||
[Invalid key pair: importKey(jwk(private), {name: Ed448}, true, [sign, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, true, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: Ed448}, false, [verify, verify, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, true, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: Ed448}, false, [verify, verify\])]
|
||||
expected: FAIL
|
||||
|
|
|
@ -581,6 +581,60 @@
|
|||
[Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X25519}, true, [\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X25519}, false, [\])]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[okp_importKey_failures_X25519.https.any.worker.html]
|
||||
[Bad usages: importKey(spki, {name: X25519}, true, [encrypt\])]
|
||||
|
@ -1164,3 +1218,57 @@
|
|||
|
||||
[Invalid key pair: importKey(jwk(private), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X25519}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X25519}, true, [\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X25519}, false, [\])]
|
||||
expected: FAIL
|
||||
|
|
|
@ -593,6 +593,60 @@
|
|||
[Invalid key pair: importKey(jwk(private), {name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X448}, true, [\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X448}, false, [\])]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[okp_importKey_failures_X448.https.any.html]
|
||||
[Bad usages: importKey(spki, {name: X448}, true, [encrypt\])]
|
||||
|
@ -1188,3 +1242,57 @@
|
|||
|
||||
[Invalid key pair: importKey(jwk(private), {name: X448}, true, [deriveKey, deriveBits, deriveKey, deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [encrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [decrypt\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [sign\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [verify\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [wrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [unwrapKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [deriveKey\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, true, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad usages: importKey(raw, {name: X448}, false, [deriveBits\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X448}, true, [\])]
|
||||
expected: FAIL
|
||||
|
||||
[Bad key length: importKey(raw, {name: X448}, false, [\])]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[hit-test-floats-003.html]
|
||||
[Miss float below something else]
|
||||
expected: FAIL
|
|
@ -1,3 +1,6 @@
|
|||
[block-in-inline-hittest-relpos-zindex.html]
|
||||
[position: relative; z-index: -1;]
|
||||
expected: FAIL
|
||||
|
||||
[block-in-inline-hittest-relpos-zindex]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[clip-text-multi-line-002.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,450 @@
|
|||
[discrete-no-interpolation.html]
|
||||
[CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (0) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-line> from [initial\] to [underline\] at (0.3) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (0.5) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (0.6) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (1) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-line> from [initial\] to [underline\] at (1.5) should be [underline\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (0.6) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (1) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-style> from [initial\] to [dashed\] at (1.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (0.6) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (1) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-style> from [initial\] to [dashed\] at (1.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.6) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (1) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-style> from [initial\] to [dashed\] at (1.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (0.6) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (1) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-style> from [initial\] to [dashed\] at (1.5) should be [dashed\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-decoration-thickness> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (0) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (0.3) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-decoration-thickness> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (0.6) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (1) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-decoration-thickness> from [initial\] to [123px\] at (1.5) should be [123px\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (0.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (0.6) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (1) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-position> from [initial\] to [under right\] at (1.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (-0.3) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (0) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (0.3) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (0.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (0.6) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (1) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-position> from [initial\] to [under right\] at (1.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.6) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (1) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-position> from [initial\] to [under right\] at (1.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (0.6) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (1) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-position> from [initial\] to [under right\] at (1.5) should be [under right\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (0.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (0.6) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (1) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-emphasis-style> from [initial\] to [dot\] at (1.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (-0.3) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (0) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (0.3) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (0.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (0.6) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (1) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-emphasis-style> from [initial\] to [dot\] at (1.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.6) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (1) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-emphasis-style> from [initial\] to [dot\] at (1.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (0.6) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (1) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-emphasis-style> from [initial\] to [dot\] at (1.5) should be [dot\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (0.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (0.6) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (1) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (-0.3) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (0) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (0.3) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (0.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (0.6) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (1) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Transitions with transition: all: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (0.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (0.6) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (1) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[CSS Animations: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (-0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (0) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (0.3) should be [initial\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (0.5) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (0.6) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (1) should be [under\]]
|
||||
expected: FAIL
|
||||
|
||||
[Web Animations: property <text-underline-position> from [initial\] to [under\] at (1.5) should be [under\]]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[inert-while-transitioning-to-display-none.html]
|
||||
[Elements which are transitioning to display:none should be inert.]
|
||||
expected: FAIL
|
|
@ -326,303 +326,3 @@
|
|||
|
||||
[margin-right length(mm) / values]
|
||||
expected: [FAIL, PASS]
|
||||
|
||||
[margin-right length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-right length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[margin-top length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[height length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[height length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[height length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[height length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[height length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[height length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[height length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[height length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[height percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[width length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[width length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[width length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[width length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[width length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[width length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[width length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[width length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[width percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-height length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-height length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-height length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-height length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-height length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-height length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-height length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-height length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-height percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-width length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-width length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-width length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-width length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-width length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-width length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-width length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-width length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[min-width percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[max-height length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[max-height length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[max-height length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[max-height length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[color color(rgba) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-size percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-weight font-weight(keyword) / values]
|
||||
expected: FAIL
|
||||
|
||||
[font-weight font-weight(numeric) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height number(integer) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height number(decimal) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[line-height percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[letter-spacing length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[word-spacing percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(pt) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(pc) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(px) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(em) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(ex) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(mm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(cm) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent length(in) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-indent percentage(%) / values]
|
||||
expected: FAIL
|
||||
|
||||
[text-shadow shadow(shadow) / values]
|
||||
expected: FAIL
|
||||
|
|
|
@ -115,3 +115,30 @@
|
|||
|
||||
[Property width value 'min(NaN * 1px, 15px)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(infinity * 1turn)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(-infinity * 1turn)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(NaN * 1turn)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(infinity * 1rad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(-infinity * 1rad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(NaN * 1rad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(infinity * 1grad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(-infinity * 1grad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
||||
[Property rotate(calc(NaN * 1grad)) value expected same with rotate(0deg) in +/-0.0001]
|
||||
expected: FAIL
|
||||
|
|
|
@ -82,3 +82,21 @@
|
|||
|
||||
['calc(1px * clamp(-inFinity, infinity, 10))' as a specified value should serialize as 'calc(10px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1in * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1cm * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1mm * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1q * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1pt * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
||||
['calc(1pc * NaN)' as a specified value should serialize as 'calc(NaN * 1px)'.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,87 @@
|
|||
[calc-infinity-nan-serialize-resolution.html]
|
||||
['image-set(url("") calc(1x * NaN))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1x * nan))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * NaN))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * infinity / infinity))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * 0 * infinity))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * (infinity + -infinity)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * (-infinity + infinity)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * (infinity - infinity)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * infinity))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * -infinity))' as a specified value should serialize as 'image-set(url("") calc(-infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * iNFinIty))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * (infinity + infinity)))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * (-infinity + -infinity)))' as a specified value should serialize as 'image-set(url("") calc(-infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * 1/infinity))' as a specified value should serialize as 'image-set(url("") calc(0dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * infinity * infinity))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * -infinity * -infinity))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1 * max(INFinity*3dppx, 0dppx)))' as a specified value should serialize as 'image-set(url("") calc(infinity * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1 * min(inFInity*4dppx, 0dppx)))' as a specified value should serialize as 'image-set(url("") calc(0dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1 * max(nAn*2dppx, 0dppx)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1 * min(nan*3dppx, 0dppx)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1 * clamp(-INFINITY*0dppx, 0dppx, infiniTY*0dppx)))' as a specified value should serialize as 'image-set(url("") calc(0dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * max(NaN, min(0,10))))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * clamp(NaN, 0, 10)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * max(0, min(10, NaN))))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * clamp(0, 10, NaN)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * max(0, min(NaN, 10))))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * clamp(0, NaN, 10)))' as a specified value should serialize as 'image-set(url("") calc(NaN * 1dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * clamp(-Infinity, 0, infinity)))' as a specified value should serialize as 'image-set(url("") calc(0dppx))'.]
|
||||
expected: FAIL
|
||||
|
||||
['image-set(url("") calc(1dppx * clamp(-inFinity, infinity, 10)))' as a specified value should serialize as 'image-set(url("") calc(10dppx))'.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[getComputedStyle-calc-bg-height-percent-001.html]
|
||||
[testing background-position: calc(100% - 100% + 20em)]
|
||||
expected: FAIL
|
|
@ -22,3 +22,6 @@
|
|||
|
||||
[target5]
|
||||
expected: FAIL
|
||||
|
||||
[target11]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[elementFromPoint-dynamic-anon-box.html]
|
||||
expected: CRASH
|
||||
[Link should be clickable after hiding a scrollbox with an anonymous table inside]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[elementFromPoint-ellipsis-in-inline-box.html]
|
||||
[elementFromPoint-ellipsis-in-inline-box]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[elementFromPoint-float-in-table.html]
|
||||
[float-in-div]
|
||||
expected: FAIL
|
|
@ -13,15 +13,3 @@
|
|||
|
||||
[<li>Outside 3</li>]
|
||||
expected: FAIL
|
||||
|
||||
[<li>Inside 2</li>]
|
||||
expected: FAIL
|
||||
|
||||
[<li>Inside 3</li>]
|
||||
expected: FAIL
|
||||
|
||||
[<li>Image Inside 1</li>]
|
||||
expected: FAIL
|
||||
|
||||
[<li>Image Inside 2</li>]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[elementFromPoint-subpixel.html]
|
||||
[Hit test top left corner of box]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[elementFromPoint-visibility-hidden-resizer.html]
|
||||
[elementFromPoint on resizer area of an element with visibility:hidden]
|
||||
expected: FAIL
|
|
@ -17,6 +17,3 @@
|
|||
|
||||
[test some point of the element: bottom right corner]
|
||||
expected: FAIL
|
||||
|
||||
[test the top of layer]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[elementsFromPoint-invalid-cases.html]
|
||||
[The root element is the last element returned for otherwise empty queries within the viewport]
|
||||
expected: FAIL
|
|
@ -0,0 +1,30 @@
|
|||
[prefers-reduced-transparency.html]
|
||||
[Should be known: '(prefers-reduced-transparency)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be known: '(prefers-reduced-transparency: no-preference)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be known: '(prefers-reduced-transparency: reduce)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: 0)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: none)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: 10px)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: no-preference reduce)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: reduced)']
|
||||
expected: FAIL
|
||||
|
||||
[Should be parseable: '(prefers-reduced-transparency: no-preference/reduce)']
|
||||
expected: FAIL
|
||||
|
||||
[Check that no-preference evaluates to false in the boolean context]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-class-prefix.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-id-prefix.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-ids.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-in-is.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-in-shadow-root.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-is.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-child-of-pseudo-class.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-class-prefix.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-id-prefix.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-ids.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[nth-last-child-of-in-is.html]
|
||||
expected: FAIL
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue