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. |
+ |