| Index: test/data/input/code_in_dart_file_test.html
|
| diff --git a/test/data/input/code_in_dart_file_test.html b/test/data/input/code_in_dart_file_test.html
|
| index b1b88e805ad63ed1a3810ea607254eec0722545c..9ab26c1f4dc702b61cdcc7479e36ef12b59e6c9f 100644
|
| --- a/test/data/input/code_in_dart_file_test.html
|
| +++ b/test/data/input/code_in_dart_file_test.html
|
| @@ -9,7 +9,6 @@
|
| <meta charset="utf-8">
|
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
| <link rel="components" href="code_in_dart_file_component.html">
|
| - <title>watch_global_var_test</title>
|
| <script type="application/javascript" src="testing.js"></script>
|
| </head>
|
| <body>
|
| @@ -17,7 +16,7 @@
|
| <script type="application/dart">
|
| import 'dart:html';
|
| main() {
|
| - window.setTimeout(() => window.postMessage('done', '*'), 0);
|
| + window.setImmediate(() => window.postMessage('done', '*'));
|
| }
|
| </script>
|
| </body>
|
|
|