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