| Index: test/data/input/iterate_fragments_test.html
|
| diff --git a/test/data/input/iterate_fragments_test.html b/test/data/input/iterate_fragments_test.html
|
| index 8335c636f27356a58d54e97fa82cb01509a08ddc..937a64e7a06e4e945773c3fa8bb5fa840e88021d 100644
|
| --- a/test/data/input/iterate_fragments_test.html
|
| +++ b/test/data/input/iterate_fragments_test.html
|
| @@ -11,7 +11,7 @@ BSD-style license that can be found in the LICENSE file.
|
| <script type="application/javascript" src="testing.js"></script>
|
| </head>
|
| <body>
|
| - <!-- Tests that we can have document fragmwents inside iteration. -->
|
| + <!-- Tests that we can have document fragments inside iteration. -->
|
| loop1 should read: (a [a] a)(b [b] b)(c [c] c)(e [e] e)
|
| <template id='a' iterate="x in list">
|
| ({{x}}
|
| @@ -29,7 +29,7 @@ BSD-style license that can be found in the LICENSE file.
|
|
|
| var list = <String>['a', 'b', 'c', 'e'];
|
| main() {
|
| - window.setTimeout(() => window.postMessage('done', '*'), 0);
|
| + window.setImmediate(() => window.postMessage('done', '*'));
|
| }
|
| </script>
|
| </body>
|
|
|