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

Unified Diff: third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt

Issue 2738773004: No longer clamp setTimeout(..., 0) to 1ms. (Closed)
Patch Set: Created 3 years, 9 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/inspector/components/throttler-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt b/third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt
index a85ec05f52984fe3ce85258af8a684e3128eb3d3..466711f8497afc7e17f6cdbf727add649e2ec584 100644
--- a/third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/components/throttler-expected.txt
@@ -13,7 +13,7 @@ Running: testAsSoonAsPossibleOverrideTimeout
Throttler is in IDLE state (doesn't have any timers set up)
SCHEDULED: 'operation #1' asSoonAsPossible: undefined
SCHEDULED: 'operation #2' asSoonAsPossible: true
-Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1]
Process 'operation #2' STARTED.
Process 'operation #2' FINISHED.
@@ -23,7 +23,7 @@ SCHEDULED: 'operation #0' asSoonAsPossible: true
SCHEDULED: 'operation #1' asSoonAsPossible: false
SCHEDULED: 'operation #2' asSoonAsPossible: true
SCHEDULED: 'operation #3' asSoonAsPossible: false
-Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1]
Process 'operation #3' STARTED.
Process 'operation #3' FINISHED.
@@ -49,7 +49,7 @@ Throttler is in IDLE state (doesn't have any timers set up)
SCHEDULED: 'operation #1' asSoonAsPossible: undefined
SCHEDULED: 'operation #2' asSoonAsPossible: true
Process 'long operation' FINISHED.
-Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1]
Process 'operation #2' STARTED.
Process 'operation #2' FINISHED.
@@ -64,7 +64,7 @@ SCHEDULED: 'operation #1' asSoonAsPossible: false
SCHEDULED: 'operation #2' asSoonAsPossible: true
SCHEDULED: 'operation #3' asSoonAsPossible: false
Process 'long operation' FINISHED.
-Throttler is in TIMEOUT state. Scheduled timers timeouts: [0]
+Throttler is in TIMEOUT state. Scheduled timers timeouts: [1]
Process 'operation #3' STARTED.
Process 'operation #3' FINISHED.

Powered by Google App Engine
This is Rietveld 408576698