| Index: test/data/input/component_inherit_test.html
|
| diff --git a/test/data/input/component_inherit_test.html b/test/data/input/component_inherit_test.html
|
| index d9dc4c7d1b58eba3c605f712e1a0c284e40a1223..3d2de7e01e908d4bd7f182bbe59a4b300247d079 100644
|
| --- a/test/data/input/component_inherit_test.html
|
| +++ b/test/data/input/component_inherit_test.html
|
| @@ -53,7 +53,7 @@ BSD-style license that can be found in the LICENSE file.
|
| import 'common.dart';
|
| import 'dart:html';
|
| main() {
|
| - window.setTimeout(() => window.postMessage('done', '*'), 0);
|
| + window.setImmediate(() => window.postMessage('done', '*'));
|
| }
|
| </script>
|
| </body>
|
|
|