| Index: polymer_1.2.3/bower_components/paper-drawer-panel/test/index.html
|
| diff --git a/polymer_1.0.4/bower_components/gold-cc-cvc-input/test/index.html b/polymer_1.2.3/bower_components/paper-drawer-panel/test/index.html
|
| similarity index 82%
|
| copy from polymer_1.0.4/bower_components/gold-cc-cvc-input/test/index.html
|
| copy to polymer_1.2.3/bower_components/paper-drawer-panel/test/index.html
|
| index 13a038387b9318ebaf934e416b61da6bd3a5e902..1509baa0a60ad3a6f276c6fb62e288aec6232d04 100644
|
| --- a/polymer_1.0.4/bower_components/gold-cc-cvc-input/test/index.html
|
| +++ b/polymer_1.2.3/bower_components/paper-drawer-panel/test/index.html
|
| @@ -12,13 +12,16 @@ 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>paper-drawer-panel tests</title>
|
| <script src="../../web-component-tester/browser.js"></script>
|
| </head>
|
| <body>
|
| <script>
|
| WCT.loadSuites([
|
| - 'basic.html'
|
| + 'positioning.html',
|
| + 'small-devices.html',
|
| + 'positioning.html?dom=shadow',
|
| + 'small-devices.html?dom=shadow'
|
| ]);
|
| </script>
|
| </body>
|
|
|