| Index: test/data/input/if_fragments_test.html
|
| diff --git a/test/data/input/if_fragments_test.html b/test/data/input/if_fragments_test.html
|
| index 59a0db8280d0a4e8edbe64f3bebc5cac62e5c428..1766c770cab91c772348b1754846620acc624723 100644
|
| --- a/test/data/input/if_fragments_test.html
|
| +++ b/test/data/input/if_fragments_test.html
|
| @@ -21,7 +21,7 @@ BSD-style license that can be found in the LICENSE file.
|
| bool cond = true;
|
| var value = '-';
|
| main() {
|
| - window.setTimeout(() => window.postMessage('done', '*'), 0);
|
| + window.setImmediate(() => window.postMessage('done', '*'));
|
| }
|
| </script>
|
| </body>
|
|
|