| Index: third_party/WebKit/LayoutTests/http/tests/security/promise-access-control-deny.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/promise-access-control-deny.html b/third_party/WebKit/LayoutTests/http/tests/security/promise-access-control-deny.html
|
| index 3b8ac11e8b0e1ecb7f5323c920abc3d7e7ebea18..5e1ece76f9808fc1e8b6829b75e84ed8032d0141 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/promise-access-control-deny.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/promise-access-control-deny.html
|
| @@ -16,7 +16,7 @@ function finishTest() {
|
| if (window.testRunner) {
|
| testRunner.notifyDone();
|
| }
|
| - }, 0);
|
| + }, 1);
|
| };
|
| </script>
|
| <script src='http://localhost:8000/security/resources/promise-access-control.php?allow=false' onload='finishTest()'></script>
|
|
|