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

Unified Diff: polymer_1.2.3/bower_components/paper-menu/test/paper-menu.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-menu/test/paper-menu.html
diff --git a/polymer_1.0.4/bower_components/paper-menu/test/paper-menu.html b/polymer_1.2.3/bower_components/paper-menu/test/paper-menu.html
similarity index 92%
copy from polymer_1.0.4/bower_components/paper-menu/test/paper-menu.html
copy to polymer_1.2.3/bower_components/paper-menu/test/paper-menu.html
index 5856775710430dffcd6b8ef77f43854f0abae7f6..d92e6737ce390a9272d101579b159093c84c7059 100644
--- a/polymer_1.0.4/bower_components/paper-menu/test/paper-menu.html
+++ b/polymer_1.2.3/bower_components/paper-menu/test/paper-menu.html
@@ -20,9 +20,6 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
- <script src="../../test-fixture/test-fixture-mocha.js"></script>
-
- <link rel="import" href="../../test-fixture/test-fixture.html">
<link rel="import" href="../paper-menu.html">
</head>
@@ -55,7 +52,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
menu.selected = 1;
- assert.equal(getComputedStyle(menu.selectedItem).fontWeight,
+ assert.equal(getComputedStyle(menu.selectedItem).fontWeight,
getComputedStyle(boldDiv).fontWeight, 'selected item is bold');
});

Powered by Google App Engine
This is Rietveld 408576698