| Index: test/data/input/list_component_test.html
|
| diff --git a/test/data/input/list_component_test.html b/test/data/input/list_component_test.html
|
| index bee28ed78a79bd69aa10799b5d31c9293d9b5591..11241ff21524d3c9dd9b0cbbcadb5df6629a6cb2 100644
|
| --- a/test/data/input/list_component_test.html
|
| +++ b/test/data/input/list_component_test.html
|
| @@ -20,7 +20,7 @@
|
| <script type="application/dart">
|
| import 'dart:html';
|
| main() {
|
| - window.setTimeout(() => window.postMessage('done', '*'), 0);
|
| + window.setImmediate(() => window.postMessage('done', '*'));
|
| }
|
| </script>
|
| </body>
|
|
|