Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: third_party/polymer/components-chromium/core-animation/test/index.html

Issue 917523002: Pull web-animations-js into third-party via the third_party/polymer/reproduce.sh script. Add necess… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove .travis-setup.sh and make a note in README.chromium. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components-chromium/core-animation/test/index.html
diff --git a/third_party/polymer/components-chromium/core-collapse/test/index.html b/third_party/polymer/components-chromium/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-chromium/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-chromium/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>

Powered by Google App Engine
This is Rietveld 408576698