Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(432)

Unified Diff: test/data/input/iterate_fragments_test.html

Issue 12225039: Support for observable models, fixes #259 (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/data/input/iterate_attribute_test.html ('k') | test/data/input/list2_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « test/data/input/iterate_attribute_test.html ('k') | test/data/input/list2_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698