Index: third_party/polymer/components-chromium/core-list/test/index.html |
diff --git a/third_party/polymer/components-chromium/core-list/test/index.html b/third_party/polymer/components-chromium/core-list/test/index.html |
deleted file mode 100644 |
index f2329d7415c8baac10f76c8b5ade9da52787e233..0000000000000000000000000000000000000000 |
--- a/third_party/polymer/components-chromium/core-list/test/index.html |
+++ /dev/null |
@@ -1,18 +0,0 @@ |
-<!doctype htmlz> |
-<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>Web Component Test Runner</title> |
- <script src="../../web-component-tester/browser.js"></script> |
-</head> |
-<body> |
- <script> |
- WCT.loadSuites([ |
- 'core-list-basic.html', |
- 'core-list-selection.html', |
- 'core-list-data.html' |
- ]); |
- </script> |
-</body> |
-</html> |