| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-body-onerror.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-body-onerror.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-body-onerror.html
|
| deleted file mode 100644
|
| index 0742cf7bec54bd5360e49508697b0d4bab13321c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/runtime-error-in-body-onerror.html
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -<!doctype html>
|
| -<html>
|
| - <head>
|
| - <title>runtime error in <body onerror></title>
|
| - <script src="../../../../../../resources/testharness.js"></script>
|
| - <script src="../../../../../../resources/testharnessreport.js"></script>
|
| - <script>
|
| - setup({allow_uncaught_exception:true});
|
| - var t = async_test();
|
| - var ran = 0;
|
| - </script>
|
| - </head>
|
| - <body onerror="ran++; undefined_variable_in_onerror;">
|
| - <div id=log></div>
|
| - <script>
|
| - undefined_variable;
|
| - </script>
|
| - <script>
|
| - t.step(function(){
|
| - assert_equals(ran, 1, 'ran');
|
| - t.done();
|
| - });
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|