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