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

Unified 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: Rebase again. 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/Window/set-and-clear-Timeout-and-Interval-expected.txt
diff --git a/LayoutTests/fast/dom/Window/set-and-clear-Timeout-and-Interval-expected.txt b/LayoutTests/fast/dom/Window/set-and-clear-Timeout-and-Interval-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..46760088e6e6ecdc6703bbf9884412f0b358b16b
--- /dev/null
+++ b/LayoutTests/fast/dom/Window/set-and-clear-Timeout-and-Interval-expected.txt
@@ -0,0 +1,6 @@
+Actions registered with setTimeout should not be cleared with clearInterval (and vice versa).
+
+
+PASS Actions created with setTimeout should not be cleared by clearInterval.
+PASS Actions created with setInterval should not be cleared by clearTimeout.
+
« no previous file with comments | « LayoutTests/fast/dom/Window/set-and-clear-Timeout-and-Interval.html ('k') | Source/bindings/v8/custom/V8WindowCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698