| Index: tests/html/no_linked_scripts_htmltest.html
|
| diff --git a/tests/html/no_linked_scripts_htmltest.html b/tests/html/no_linked_scripts_htmltest.html
|
| index 23261a940c28a53fbcdff8e1553e5db5e12bfb9c..613f65eceec8c33a84965535338a1d35a5219424 100644
|
| --- a/tests/html/no_linked_scripts_htmltest.html
|
| +++ b/tests/html/no_linked_scripts_htmltest.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <!--
|
| -Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
|
| for details. All rights reserved. Use of this source code is governed by a
|
| BSD-style license that can be found in the LICENSE file.
|
| -->
|
| @@ -14,20 +14,20 @@ END_HTML_DART_TEST
|
| -->
|
| <html>
|
| <head>
|
| -<script>window.parent.dispatchEvent(new Event('detect_errors'));</script>
|
| -<title>No Linked Scripts HTML test</title>
|
| + <script>window.parent.dispatchEvent(new Event('detect_errors'));</script>
|
| + <title>No Linked Scripts HTML test</title>
|
| </head><body>
|
| -<h1>No Linked Scripts HTML test</h1>
|
| -<script>
|
| -window.postMessage('fisk', '*');
|
| -window.postMessage('ged', '*');
|
| -window.postMessage('fisk', '*');
|
| + <h1>No Linked Scripts HTML test</h1>
|
| + <script>
|
| + window.postMessage('fisk', '*');
|
| + window.postMessage('ged', '*');
|
| + window.postMessage('fisk', '*');
|
|
|
| -function delayed() {
|
| - parent.postMessage('ko', '*');
|
| - window.postMessage('hest', '*');
|
| - }
|
| -setTimeout(delayed, 5000);
|
| -</script>
|
| + function delayed() {
|
| + parent.postMessage('ko', '*');
|
| + window.postMessage('hest', '*');
|
| + }
|
| + setTimeout(delayed, 5000);
|
| + </script>
|
| </body>
|
| </html>
|
|
|