Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /credential-management/historical.https.html - WPT Dashboard Interop Dashboard
<!doctype html>
<meta charset=utf-8>
<title>Credential Management historical tests</title>
<link rel="help" href="https://github.com/w3c/webappsec-credential-management/pull/282">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
test(() => {
assert_false("willRequestConditionalCreation" in Credential);
}, "Credential.willRequestConditionalCreation should not exist");
</script>