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

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

Issue 77373002: "Reverting 30388" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 88b652fb1bf1c7fce63755410e6d812ffa4f711d..6dd9a7fc5f724774be46150f2e31eea13111b316 100644
--- a/samples/third_party/todomvc/test/markdone_shadow_test.html
+++ b/samples/third_party/todomvc/test/markdone_shadow_test.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!doctype html>
<!--
Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
for details. All rights reserved. Use of this source code is governed by a
@@ -13,13 +13,15 @@ BSD-style license that can be found in the LICENSE file.
// Force the ShadowDOM polyfill to run regardless of whether it is needed.
window.__forceShadowDomPolyfill = true;
</script>
- <link rel="import" href="../web/app.html">
- <link rel="stylesheet" href="../web/base.css">
+ <link rel="stylesheet" href="../web/app/app.css">
+ <link rel="import" href="../web/elements/td_model.html">
+ <link rel="import" href="../web/elements/td_todos.html">
<script src="packages/unittest/test_controller.js"></script>
- <title>Dart • TodoMVC</title>
+ <title>Polymer.dart • TodoMVC</title>
</head>
<body>
- <todo-app></todo-app>
+ <td-model id="model"></td-model>
+ <td-todos modelId="model"></td-todos>
<script type="application/dart" src="markdone_shadow_test.dart"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698