Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/support/undefined-variable-in-setInterval.js |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/support/undefined-variable-in-setInterval.js b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/support/undefined-variable-in-setInterval.js |
deleted file mode 100644 |
index 2950fdb51d1db6277faa646f8c1cf6e1c39101a2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/support/undefined-variable-in-setInterval.js |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-interval = setInterval('undefined_variable;', 10); |
-setTimeout(function(){ |
- clearInterval(interval); |
- t.step(function(){ |
- assert_true(ran, 'ran'); |
- t.done(); |
- }); |
- t_col.step(col_check); |
-}, 20); |