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

Unified Diff: pkg/polymer/test/unbind_test.html

Issue 25740006: port polymer data binding tests (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
« pkg/polymer/test/unbind_test.dart ('K') | « pkg/polymer/test/unbind_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/test/unbind_test.html
diff --git a/samples/tracker/web/index.html b/pkg/polymer/test/unbind_test.html
similarity index 52%
copy from samples/tracker/web/index.html
copy to pkg/polymer/test/unbind_test.html
index 8a46179d32b82093f68ff2f805fd10c66835af20..5644d0a034fa645714687de9f7b764de0f87bb72 100644
--- a/samples/tracker/web/index.html
+++ b/pkg/polymer/test/unbind_test.html
@@ -1,22 +1,24 @@
-<!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
BSD-style license that can be found in the LICENSE file.
-->
-
<html>
<head>
- <meta charset="utf-8">
- <title>Tracker</title>
-
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="index.css">
-
- <link rel="import" href="tracker_app.html">
+ <title>unbind</title>
<script src="packages/polymer/boot.js"></script>
+ <script src="packages/unittest/test_controller.js"></script>
</head>
<body>
- <tracker-app></tracker-app>
+
+ <x-test></x-test>
+
+ <polymer-element name="x-test" attributes="bar">
+ <template>
+ </template>
+ </polymer-element>
+
+ <script type="application/dart" src="unbind_test.dart"></script>
</body>
</html>
« pkg/polymer/test/unbind_test.dart ('K') | « pkg/polymer/test/unbind_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698