| Index: test/data/input/conditional_test.html
|
| diff --git a/test/data/input/conditional_test.html b/test/data/input/conditional_test.html
|
| index b21e7315b65599ced0d001297443dcd27d4d6039..93b2a1ef3f27219805540010cedb062d207c405f 100644
|
| --- a/test/data/input/conditional_test.html
|
| +++ b/test/data/input/conditional_test.html
|
| @@ -21,7 +21,7 @@
|
| import 'dart:html';
|
| import 'common.dart';
|
| main() {
|
| - window.setTimeout(() => window.postMessage('done', '*'), 0);
|
| + window.setImmediate(() => window.postMessage('done', '*'));
|
| }
|
| </script>
|
| </body>
|
|
|