| Index: LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedout-basics.html
|
| diff --git a/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedout-basics.html b/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedout-basics.html
|
| deleted file mode 100644
|
| index 09cf89358dcdd86dccfa7ac0c8359975019d6d50..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/credentialmanager/credentialscontainer-notifysignedout-basics.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>Credential Manager: notifySignedOut() basics.</title>
|
| -<script src="../resources/testharness.js"></script>
|
| -<script src="../resources/testharnessreport.js"></script>
|
| -<script>
|
| -function stubResolverChecker(c) {
|
| - assert_equals(c, undefined, "FIXME: We're currently always returning 'undefined'.");
|
| - this.done();
|
| -}
|
| -
|
| -function stubRejectionChecker(reason) {
|
| - assert_unreached("notifySignedOut() should not reject, but did: " + reason.name);
|
| -}
|
| -
|
| -async_test(function () {
|
| - navigator.credentials.notifySignedOut().then(
|
| - this.step_func(stubResolverChecker.bind(this)),
|
| - this.step_func(stubRejectionChecker.bind(this)));
|
| -}, "Verify the basics of notifySignedOut()");
|
| -</script>
|
|
|