Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/promise-access-control-deny.html

Issue 2738773004: No longer clamp setTimeout(..., 0) to 1ms. (Closed)
Patch Set: update webgl2 conformance expectations as well Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698