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

Unified Diff: test/paper_inky_focus_behavior_test.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 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
« no previous file with comments | « test/paper_inky_focus_behavior_test.dart ('k') | test/paper_radio_button_basic_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/paper_inky_focus_behavior_test.html
diff --git a/test/paper_inky_focus_behavior_test.html b/test/paper_inky_focus_behavior_test.html
deleted file mode 100644
index 6a45cc668cda2cf0c527f141cd1ed75c5d3d9d8a..0000000000000000000000000000000000000000
--- a/test/paper_inky_focus_behavior_test.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!doctype html>
-<!--
-@license
-Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
-This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
-The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
-The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
-Code distributed by Google as part of the polymer project is also
-subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
--->
-<html>
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
- <title>paper-inky-focus-behavior</title>
-
- <script src="packages/web_components/webcomponents-lite.js"></script>
- <link rel="x-dart-test" href="paper_inky_focus_behavior_test.dart">
- <!--<script type="application/dart" src="paper_inky_focus_behavior_test.dart"></script>-->
- <!--<script src="packages/browser/dart.js"></script>-->
- <script src="packages/test/dart.js"></script>
-</head>
-<body>
- <template id="basic">
- <test-radio-button></test-radio-button>
- </template>
-
- <dom-module id="test-radio-button">
- <style>
- :host #ink {
- position: absolute;
- top: -16px;
- left: -16px;
- width: 48px;
- height: 48px;
- }
-
- </style>
- <template>
- <div id="container">
- <paper-ripple id="ink" class="circle" center></paper-ripple>
- </div>
- </template>
- </dom-module>
-</body>
-</html>
« no previous file with comments | « test/paper_inky_focus_behavior_test.dart ('k') | test/paper_radio_button_basic_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698