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

Unified Diff: third_party/polymer/components/iron-collapse/test/nested.html

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 6 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/iron-collapse/test/nested.html
diff --git a/third_party/polymer/components/iron-collapse/test/nested.html b/third_party/polymer/components/iron-collapse/test/nested.html
index 2b9e30612215cd4a07169fcf4e9adf7f1855baf1..559d1d395ec6bcb6fc88154cd1836b1990e36865 100644
--- a/third_party/polymer/components/iron-collapse/test/nested.html
+++ b/third_party/polymer/components/iron-collapse/test/nested.html
@@ -68,7 +68,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
});
test('inner collapse default style height', function() {
- assert.equal(innerCollapse.style.height, '0px');
+ assert.equal(innerCollapse.style.maxHeight, '0px');
});
test('open inner collapse updates size without animation', function() {
@@ -94,7 +94,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
});
test('inner collapse default style width', function() {
- assert.equal(innerCollapse.style.width, '0px');
+ assert.equal(innerCollapse.style.maxWidth, '0px');
});
test('open inner collapse updates size without animation', function() {
« no previous file with comments | « third_party/polymer/components/iron-collapse/test/index.html ('k') | third_party/polymer/components/iron-dropdown/.bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698