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

Side by Side Diff: LayoutTests/fast/dom/Window/set-and-clear-Timeout-and-Interval-expected.txt

Issue 19494002: Distinguish actions registered with setTimeout() and setInterval(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix test, and add a new test. Created 7 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 Actions registered with setTimeout should not be cleared with clearInterval (and vice versa).
2
3
4 PASS Actions created with setTimeout should not be cleared by clearInterval.
5 PASS Actions created with setInterval should not be cleared by clearTimeout.
6
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698