12020-10-21 Jiewen Tan <jiewen_tan@apple.com>
2
3 [WebAuthn] Make WebContent process talk to the WebAuthn process for WebAuthn requests
4 https://bugs.webkit.org/show_bug.cgi?id=218070
5 <rdar://problem/70384404>
6
7 Reviewed by NOBODY (OOPS!).
8
9 Modifies tests that can run on the new WebAuthn process run on it. Some tests will require
10 mock UI interactions which is not currently supported for the new WebAuthn process. Therefore,
11 they still run on the UI process.
12
13 * http/wpt/webauthn/ctap-hid-failure.https.html:
14 * http/wpt/webauthn/ctap-hid-success.https.html:
15 * http/wpt/webauthn/ctap-nfc-failure.https.html:
16 * http/wpt/webauthn/idl.https.html:
17 * http/wpt/webauthn/public-key-credential-create-failure-hid-silent.https.html:
18 * http/wpt/webauthn/public-key-credential-create-failure-hid.https.html:
19 * http/wpt/webauthn/public-key-credential-create-failure-local-silent.https.html:
20 * http/wpt/webauthn/public-key-credential-create-failure-local.https.html:
21 * http/wpt/webauthn/public-key-credential-create-failure-nfc.https.html:
22 * http/wpt/webauthn/public-key-credential-create-failure-u2f-silent.https.html:
23 * http/wpt/webauthn/public-key-credential-create-failure-u2f.https.html:
24 * http/wpt/webauthn/public-key-credential-create-failure.https.html:
25 * http/wpt/webauthn/public-key-credential-create-success-hid.https.html:
26 * http/wpt/webauthn/public-key-credential-create-success-local.https.html:
27 * http/wpt/webauthn/public-key-credential-create-success-nfc.https.html:
28 * http/wpt/webauthn/public-key-credential-create-success-u2f.https.html:
29 * http/wpt/webauthn/public-key-credential-create-with-invalid-parameters.https.html:
30 * http/wpt/webauthn/public-key-credential-get-failure-hid-silent.https.html:
31 * http/wpt/webauthn/public-key-credential-get-failure-hid.https.html:
32 * http/wpt/webauthn/public-key-credential-get-failure-local-silent.https.html:
33 * http/wpt/webauthn/public-key-credential-get-failure-local.https.html:
34 * http/wpt/webauthn/public-key-credential-get-failure-nfc.https.html:
35 * http/wpt/webauthn/public-key-credential-get-failure-u2f-silent.https.html:
36 * http/wpt/webauthn/public-key-credential-get-failure-u2f.https.html:
37 * http/wpt/webauthn/public-key-credential-get-failure.https.html:
38 * http/wpt/webauthn/public-key-credential-get-success-hid.https.html:
39 * http/wpt/webauthn/public-key-credential-get-success-local.https.html:
40 * http/wpt/webauthn/public-key-credential-get-success-nfc.https.html:
41 * http/wpt/webauthn/public-key-credential-get-success-u2f.https.html:
42 * http/wpt/webauthn/public-key-credential-get-with-invalid-parameters.https.html:
43 * http/wpt/webauthn/public-key-credential-ip-address.html:
44 * http/wpt/webauthn/public-key-credential-is-user-verifying-platform-authenticator-available.html:
45 * http/wpt/webauthn/public-key-credential-same-origin-with-ancestors.https.html:
46 * http/wpt/webauthn/public-key-credential-unfocused-document.https.html:
47