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

Unified Diff: lib/src/paper-button/test/paper-button.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 2 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
« no previous file with comments | « lib/src/paper-button/paper-button.html ('k') | lib/src/paper-card/paper-card.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/paper-button/test/paper-button.html
diff --git a/lib/src/paper-button/test/paper-button.html b/lib/src/paper-button/test/paper-button.html
index a4acd90cec5e995d2f177afa854f899f06b3ede3..2fce0e4a63b6c6374fb8143469717258bfcadbc6 100644
--- a/lib/src/paper-button/test/paper-button.html
+++ b/lib/src/paper-button/test/paper-button.html
@@ -46,7 +46,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
Polymer.Base.async(function() {
try {
- expect(button._elevation).to.be.eql(1);
+ expect(button.elevation).to.be.eql(1);
done();
} catch (e) {
done(e);
« no previous file with comments | « lib/src/paper-button/paper-button.html ('k') | lib/src/paper-card/paper-card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698