| Index: third_party/polymer/components/core-animation/test/index.html
|
| diff --git a/third_party/polymer/components-chromium/core-collapse/test/index.html b/third_party/polymer/components/core-animation/test/index.html
|
| similarity index 93%
|
| copy from third_party/polymer/components-chromium/core-collapse/test/index.html
|
| copy to third_party/polymer/components/core-animation/test/index.html
|
| index b57af2a06cf32a070375c803f33221a9ed241644..b13e4699dfe36cc0191b084ca2da56e9e9d056c4 100644
|
| --- a/third_party/polymer/components-chromium/core-collapse/test/index.html
|
| +++ b/third_party/polymer/components/core-animation/test/index.html
|
| @@ -11,13 +11,13 @@ 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>Tests</title>
|
| + <title>core-animation tests</title>
|
| <script src="../../web-component-tester/browser.js"></script>
|
| </head>
|
| <body>
|
| <script>
|
| WCT.loadSuites([
|
| - 'basic.html'
|
| + // 'basic.html'
|
| ]);
|
| </script>
|
| </body>
|
|
|