Index: test/data/input/list_children_test.html |
diff --git a/test/data/input/list_children_test.html b/test/data/input/list_children_test.html |
index 66df09343b0d273edede401c7e656fea57f6846d..c1f95f3243deff6f02bcfe46257c228ba07cb124 100644 |
--- a/test/data/input/list_children_test.html |
+++ b/test/data/input/list_children_test.html |
@@ -8,7 +8,6 @@ |
<head> |
<meta charset="utf-8"> |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
- <title>list_test</title> |
<script type='application/javascript' src="testing.js"></script> |
</head> |
<body> |
@@ -29,7 +28,7 @@ |
import 'dart:html'; |
import 'common.dart'; |
main() { |
- window.setTimeout(() => window.postMessage('done', '*'), 0); |
+ window.setImmediate(() => window.postMessage('done', '*')); |
} |
</script> |
</body> |