| Index: test/data/input/news_index_test.html
|
| diff --git a/test/data/input/news_index_test.html b/test/data/input/news_index_test.html
|
| index 936bb4b00038905e79ba78bd814b28cff2ad4d34..33c5c8c1c1d77de9a2488a312df97cf709e87e5a 100644
|
| --- a/test/data/input/news_index_test.html
|
| +++ b/test/data/input/news_index_test.html
|
| @@ -22,7 +22,7 @@ https://github.com/dglazkov/Web-Components-Polyfill/blob/master/samples/news
|
| <script type="application/dart">
|
| import 'dart:html';
|
| main() {
|
| - window.setTimeout(() => window.postMessage('done', '*'), 0);
|
| + window.setImmediate(() => window.postMessage('done', '*'));
|
| }
|
| </script>
|
| </body>
|
|
|