Skip to content

Commit bba3f5a

Browse files
author
Steven Orvell
committed
Fix tests on Firefox.
1 parent 90697bf commit bba3f5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/unit/shady-unscoped-style.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
});
9595

9696
test('shared and @apply apply when used with unscoped styles', function() {
97-
assertComputed(el1.$.fromStyle, '10px', 'padding');
97+
assertComputed(el1.$.fromStyle, '10px', 'padding-top');
9898
assertComputed(el1.$.normal, '3px');
9999
assertComputed(el2.$.normal, '3px');
100100
})
@@ -110,8 +110,8 @@
110110
if (Polymer.Settings.useNativeShadow) {
111111
this.skip();
112112
}
113-
assertComputed(el1.$.fromStyle, '0px', 'margin');
114-
assertComputed(el2.$.fromStyle, '0px', 'margin');
113+
assertComputed(el1.$.fromStyle, '0px', 'margin-top');
114+
assertComputed(el2.$.fromStyle, '0px', 'margin-top');
115115
})
116116

117117

0 commit comments

Comments
 (0)