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