Bug 1436522 [wpt PR 9237]- Update wpt metadata, a=testonly

wpt-pr: 9237
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2018-03-01 22:01:44 +00:00
Родитель 2a07978e1d
Коммит bffcc5763d
13 изменённых файлов: 367 добавлений и 6 удалений

Просмотреть файл

@ -0,0 +1,47 @@
[createcredential-badargs-authnrselection.https.html]
expected: TIMEOUT
[Bad AuthenticatorSelectionCriteria: authenticatorSelection is empty array]
expected: TIMEOUT
[Bad AuthenticatorSelectionCriteria: authenticatorSelection is null]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection is empty string]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection is string]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection attachment is empty string]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection attachment is empty object]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection attachment is null]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection attachment platform]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection residentKey true]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection residentKey is string]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection userVerification empty string]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection userVerification empty object]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection userVerification bad value]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection userVerification null]
expected: NOTRUN
[Bad AuthenticatorSelectionCriteria: authenticatorSelection userVerification required]
expected: NOTRUN

Просмотреть файл

@ -0,0 +1,5 @@
[createcredential-badargs-challenge.https.html]
expected: TIMEOUT
[Bad challenge: challenge is empty ArrayBuffer]
expected: TIMEOUT

Просмотреть файл

@ -3,12 +3,6 @@
[Bad rp: id is object]
expected: FAIL
[Bad rp: id is null]
expected: FAIL
[Bad rp: id is empty String]
expected: FAIL
[Bad rp: name is object]
expected: TIMEOUT

Просмотреть файл

@ -0,0 +1,56 @@
[createcredential-badargs-user.https.html]
expected: TIMEOUT
[Bad user: id is empty ArrayBuffer]
expected: TIMEOUT
[Bad user: ArrayBuffer id is too long (65 bytes)]
expected: NOTRUN
[Bad user: Int16Array id is too long (66 bytes)]
expected: NOTRUN
[Bad user: Int32Array id is too long (68 bytes)]
expected: NOTRUN
[Bad user: Float32Array id is too long (68 bytes)]
expected: NOTRUN
[Bad user: Float64Array id is too long (72 bytes)]
expected: NOTRUN
[Bad user: id is too long (65 bytes)]
expected: NOTRUN
[user missing name]
expected: NOTRUN
[Bad user: name is object]
expected: NOTRUN
[Bad user: name is null]
expected: NOTRUN
[Bad user: name is empty String]
expected: NOTRUN
[Bad user: icon is object]
expected: NOTRUN
[Bad user: icon is null]
expected: NOTRUN
[Bad user: icon is empty String]
expected: NOTRUN
[Bad user: displayName is undefined]
expected: NOTRUN
[Bad user: displayName is object]
expected: NOTRUN
[Bad user: displayName is null]
expected: NOTRUN
[Bad user: displayName is empty String]
expected: NOTRUN

Просмотреть файл

@ -0,0 +1,14 @@
[createcredential-excludecredentials.https.html]
expected: TIMEOUT
[excludeCredentials missing]
expected: TIMEOUT
[excludeCredentials empty array]
expected: NOTRUN
[exclude existing credential]
expected: NOTRUN
[exclude random (non-existing) credential]
expected: NOTRUN

Просмотреть файл

@ -0,0 +1,26 @@
[createcredential-extensions.https.html]
expected: TIMEOUT
[Bad extensions: extensions is string]
expected: TIMEOUT
[Bad extensions: extensions is null]
expected: NOTRUN
[Bad extensions: extensions is empty Array]
expected: NOTRUN
[Bad extensions: extensions is empty ArrayBuffer]
expected: NOTRUN
[Bad extensions: malformatted JSON]
expected: NOTRUN
[Bad extensions: JavaScript object]
expected: NOTRUN
[Bad extensions: extension ID too long]
expected: NOTRUN
[extensions is a nonsensical JSON string]
expected: NOTRUN

Просмотреть файл

@ -3,3 +3,117 @@
[WebAuthn credential.create() Passing Tests]
expected: TIMEOUT
[passing credentials.create() with default arguments]
expected: TIMEOUT
[passing credentials.create() with rpId (host and port)]
expected: NOTRUN
[passing credentials.create() with rpId (hostname)]
expected: NOTRUN
[passing credentials.create() without rp.icon]
expected: NOTRUN
[very short user id]
expected: NOTRUN
[max length user id]
expected: NOTRUN
[Uint8Array user id]
expected: NOTRUN
[Int8Array user id]
expected: NOTRUN
[Int16Array user id]
expected: NOTRUN
[Int32Array user id]
expected: NOTRUN
[Float32Array user id]
expected: NOTRUN
[DataView user id]
expected: NOTRUN
[passing credentials.create() without user.icon]
expected: NOTRUN
[Int16Array challenge]
expected: NOTRUN
[Int32Array challenge]
expected: NOTRUN
[Float32Array challenge]
expected: NOTRUN
[Float64Array challenge]
expected: NOTRUN
[DataView challenge]
expected: NOTRUN
[Absurdly large challenge]
expected: NOTRUN
[Bad pubKeyCredParams: pubKeyCredParams is empty Array]
expected: NOTRUN
[EC256 pubKeyCredParams]
expected: NOTRUN
[SelectEC256 pubKeyCredParams from a list]
expected: NOTRUN
[passing credentials.create() with no timeout]
expected: NOTRUN
[authenticatorSelection is undefined]
expected: NOTRUN
[authenticatorSelection is empty object]
expected: NOTRUN
[authenticatorSelection default values]
expected: NOTRUN
[authenticatorSelection attachment undefined]
expected: NOTRUN
[authenticatorSelection residentKey undefined]
expected: NOTRUN
[authenticatorSelection residentKey false]
expected: NOTRUN
[authenticatorSelection userVerification undefined]
expected: NOTRUN
[authenticatorSelection userVerification discouraged]
expected: NOTRUN
[attestation parameter: attestation is "none"]
expected: NOTRUN
[attestation parameter: attestation is "indirect"]
expected: NOTRUN
[attestation parameter: attestation is "direct"]
expected: NOTRUN
[attestation parameter: attestation is undefined]
expected: NOTRUN
[extensions undefined]
expected: NOTRUN
[extensions are empty object]
expected: NOTRUN
[extensions are dict of empty strings]
expected: NOTRUN

Просмотреть файл

@ -0,0 +1,4 @@
[createcredential-timeout.https.html]
[ensure create credential times out]
expected: FAIL

Просмотреть файл

@ -0,0 +1,17 @@
[getcredential-badargs-rpid.https.html]
expected: TIMEOUT
[Bad rpId: empty string]
expected: TIMEOUT
[Bad rpId: null]
expected: NOTRUN
[Bad rpId: invalid domain (has space)]
expected: NOTRUN
[Bad rpId: invalid domain (starts with dash)]
expected: NOTRUN
[Bad rpId: invalid domain (starts with number)]
expected: NOTRUN

Просмотреть файл

@ -0,0 +1,17 @@
[getcredential-badargs-userverification.https.html]
expected: TIMEOUT
[Bad userVerification: empty string]
expected: TIMEOUT
[Bad userVerification: empty object]
expected: NOTRUN
[Bad userVerification: bad value]
expected: NOTRUN
[Bad userVerification: null]
expected: NOTRUN
[Bad userVerification: "required"]
expected: NOTRUN

Просмотреть файл

@ -0,0 +1,26 @@
[getcredential-extensions.https.html]
expected: TIMEOUT
[Bad extensions: extensions is string]
expected: TIMEOUT
[Bad extensions: extensions is null]
expected: NOTRUN
[Bad extensions: extensions is empty Array]
expected: NOTRUN
[Bad extensions: extensions is empty ArrayBuffer]
expected: NOTRUN
[Bad extensions: malformatted JSON]
expected: NOTRUN
[Bad extensions: JavaScript object]
expected: NOTRUN
[Bad extensions: extension ID too long]
expected: NOTRUN
[extensions is a nonsensical JSON string]
expected: NOTRUN

Просмотреть файл

@ -1,2 +1,38 @@
[getcredential-passing.https.html]
expected: TIMEOUT
[passing credentials.get() with default args]
expected: TIMEOUT
[passing credentials.create() with no timeout]
expected: NOTRUN
[rpId undefined]
expected: NOTRUN
[passing credentials.get() with rpId (host and port)]
expected: NOTRUN
[passing credentials.get() with rpId (hostname)]
expected: NOTRUN
[no credential specified]
expected: NOTRUN
[authenticatorSelection userVerification undefined]
expected: NOTRUN
[authenticatorSelection userVerification preferred]
expected: NOTRUN
[authenticatorSelection userVerification discouraged]
expected: NOTRUN
[extensions undefined]
expected: NOTRUN
[extensions are empty object]
expected: NOTRUN
[extensions are dict of empty strings]
expected: NOTRUN

Просмотреть файл

@ -0,0 +1,5 @@
[getcredential-timeout.https.html]
expected: TIMEOUT
[ensure create credential times out]
expected: TIMEOUT