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