| Index: test/data/input/template_zero_children_test.html
|
| diff --git a/test/data/input/template_zero_children_test.html b/test/data/input/template_zero_children_test.html
|
| index d00769e2d93fc1071fc6f65016f2b6e017625634..7f40d09ac04d3d1d4b46debc56d61c7e13246982 100644
|
| --- a/test/data/input/template_zero_children_test.html
|
| +++ b/test/data/input/template_zero_children_test.html
|
| @@ -8,7 +8,6 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
| - <title>list_test</title>
|
| <script type='application/javascript' src="testing.js"></script>
|
| </head>
|
| <body>
|
| @@ -21,7 +20,7 @@
|
| import 'dart:html';
|
| import 'common.dart';
|
| main() {
|
| - window.setTimeout(() => window.postMessage('done', '*'), 0);
|
| + window.setImmediate(() => window.postMessage('done', '*'));
|
| }
|
| </script>
|
| </body>
|
|
|