| Index: third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html
|
| index ef7dd8913d6fc9b90f81965aad1a01b54ee58158..08ce2f348f1949965cee533937a02507a8bc7515 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/scripting/processing-model-2/compile-error-data-url.html
|
| @@ -17,11 +17,11 @@
|
| ran = true;
|
| col_value = d;
|
| assert_equals(typeof a, 'string', 'first arg');
|
| - assert_equals(b, 'data:text/javascript,for(;) {}', 'second arg');
|
| + assert_equals(b, 'data:text/javascript,for(;){}', 'second arg');
|
| assert_equals(typeof c, 'number', 'third arg');
|
| });
|
| </script>
|
| - <script src="data:text/javascript,for(;) {}"></script>
|
| + <script src="data:text/javascript,for(;){}"></script>
|
| <script>
|
| t.step(function(){
|
| assert_true(ran, 'ran');
|
| @@ -33,4 +33,4 @@
|
| });
|
| </script>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|