We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90697bf commit bba3f5aCopy full SHA for bba3f5a
1 file changed
test/unit/shady-unscoped-style.html
@@ -94,7 +94,7 @@
94
});
95
96
test('shared and @apply apply when used with unscoped styles', function() {
97
- assertComputed(el1.$.fromStyle, '10px', 'padding');
+ assertComputed(el1.$.fromStyle, '10px', 'padding-top');
98
assertComputed(el1.$.normal, '3px');
99
assertComputed(el2.$.normal, '3px');
100
})
@@ -110,8 +110,8 @@
110
if (Polymer.Settings.useNativeShadow) {
111
this.skip();
112
}
113
- assertComputed(el1.$.fromStyle, '0px', 'margin');
114
- assertComputed(el2.$.fromStyle, '0px', 'margin');
+ assertComputed(el1.$.fromStyle, '0px', 'margin-top');
+ assertComputed(el2.$.fromStyle, '0px', 'margin-top');
115
116
117
0 commit comments