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