| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-data-url.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-data-url.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-data-url.html
|
| deleted file mode 100644
|
| index 0c0b30837b4a12d01fb88def3a9817ddc897ad9c..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/webappapis/scripting/processing-model-2/body-onerror-compile-error-data-url.html
|
| +++ /dev/null
|
| @@ -1,37 +0,0 @@
|
| -<!doctype html>
|
| -<html>
|
| - <head>
|
| - <title><body onerror> - compile error in <script src=data:...></title>
|
| - <script src="../../../../../../resources/testharness.js"></script>
|
| - <script src="../../../../../../resources/testharnessreport.js"></script>
|
| - </head>
|
| - <script>
|
| - setup({allow_uncaught_exception:true});
|
| - var t = async_test();
|
| - var t_col = async_test(document.title+' (column)');
|
| - var ran = false;
|
| - </script>
|
| - <body onerror="
|
| - t.step(function(){
|
| - ran = true;
|
| - assert_equals(typeof event, 'string', 'first arg');
|
| - assert_equals(source, 'data:text/javascript,for(;){}', 'second arg');
|
| - assert_equals(typeof lineno, 'number', 'third arg');
|
| - });
|
| - t_col.step(function() {
|
| - assert_equals(typeof column, 'number', 'fourth arg');
|
| - });
|
| - ">
|
| - <div id=log></div>
|
| - <script src="data:text/javascript,for(;){}"></script>
|
| - <script>
|
| - t.step(function(){
|
| - assert_true(ran, 'ran');
|
| - t.done();
|
| - });
|
| - t_col.step(function(){
|
| - t_col.done();
|
| - });
|
| - </script>
|
| - </body>
|
| -</html>
|
|
|