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

Unified Diff: packages/polymer/test/template_attr_template_test_import.html

Issue 2312183003: Removed Polymer from Observatory deps (Closed)
Patch Set: Created 4 years, 3 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: packages/polymer/test/template_attr_template_test_import.html
diff --git a/packages/polymer/test/template_attr_template_test_import.html b/packages/polymer/test/template_attr_template_test_import.html
deleted file mode 100644
index e05538f3bedb7c5e6c2a2d26b28fc70bcc4e14ce..0000000000000000000000000000000000000000
--- a/packages/polymer/test/template_attr_template_test_import.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!--
- 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.
--->
-<link rel="import" href="packages/polymer/polymer.html">
-<polymer-element name="decoration-test">
- <template>
- <select id="select">
- <option template repeat="{{opt in options}}" value="{{opt}}">{{opt}}</option>
- </select>
- </template>
-</polymer-element>
« no previous file with comments | « packages/polymer/test/template_attr_template_test.html ('k') | packages/polymer/test/template_distribute_dynamic_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698