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

Unified Diff: polymer_1.2.3/bower_components/paper-drawer-panel/test/index.html

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 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: 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>

Powered by Google App Engine
This is Rietveld 408576698