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> |