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

Unified Diff: samples/third_party/todomvc/test/markdone_shadow_test.html

Issue 29823005: fixes to polymer, gets tests back to a stable state (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
Index: samples/third_party/todomvc/test/markdone_shadow_test.html
diff --git a/samples/third_party/todomvc/test/markdone_shadow_test.html b/samples/third_party/todomvc/test/markdone_shadow_test.html
index 3840feda2493f755289fae0d7ee2359aea491f8e..20e67405ebda47e2f1e11b3b965d6b8c37a330ce 100644
--- a/samples/third_party/todomvc/test/markdone_shadow_test.html
+++ b/samples/third_party/todomvc/test/markdone_shadow_test.html
@@ -19,7 +19,7 @@ BSD-style license that can be found in the LICENSE file.
</head>
<body>
<todo-app></todo-app>
- <script type="application/dart" src="markdone_shadow_test.dart"></script>
+ <script type="application/dart" src="markdone_shadow_test.dart" defer></script>
<script type="application/dart" src="packages/polymer/init.dart"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698