Index: polymer_1.0.4/bower_components/iron-dropdown/test/index.html |
diff --git a/polymer_1.0.4/bower_components/gold-cc-cvc-input/test/index.html b/polymer_1.0.4/bower_components/iron-dropdown/test/index.html |
similarity index 88% |
copy from polymer_1.0.4/bower_components/gold-cc-cvc-input/test/index.html |
copy to polymer_1.0.4/bower_components/iron-dropdown/test/index.html |
index 13a038387b9318ebaf934e416b61da6bd3a5e902..4c92af84cd54f019d7ce3c4ec8fb358e10405244 100644 |
--- a/polymer_1.0.4/bower_components/gold-cc-cvc-input/test/index.html |
+++ b/polymer_1.0.4/bower_components/iron-dropdown/test/index.html |
@@ -12,13 +12,14 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN |
<head> |
<meta charset="UTF-8"> |
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> |
- <title>gold-cc-cvc-input tests</title> |
+ <title>iron-dropdown tests</title> |
<script src="../../web-component-tester/browser.js"></script> |
</head> |
<body> |
<script> |
WCT.loadSuites([ |
- 'basic.html' |
+ 'iron-dropdown.html', |
+ 'iron-dropdown-scroll-manager.html' |
]); |
</script> |
</body> |