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

Unified Diff: third_party/WebKit/Source/core/frame/DOMTimerTest.cpp

Issue 2853493002: Restore one millisecond minimum timeout for setTimeout. (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/frame/DOMTimer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/DOMTimerTest.cpp
diff --git a/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp b/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp
index 39e316d250e9a11068350d9d727c66108b21b265..fabf0682da8f7743ec837562b266712b6f8bd146 100644
--- a/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp
+++ b/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp
@@ -87,7 +87,7 @@ const char* const kSetTimeout0ScriptText =
"}"
"setTimeout(setTimeoutCallback, 0);";
-TEST_F(DOMTimerTest, setTimeout_ZeroIsNotClampedToOne) {
+TEST_F(DOMTimerTest, DISABLED_setTimeout_ZeroIsNotClampedToOne) {
v8::HandleScope scope(v8::Isolate::GetCurrent());
ExecuteScriptAndWaitUntilIdle(kSetTimeout0ScriptText);
« no previous file with comments | « third_party/WebKit/Source/core/frame/DOMTimer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698