Skip to content

Commit

Permalink
gate comparing css text on using native css properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Jul 26, 2016
1 parent b27f842 commit 8fcb5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/styling-cross-scope-apply.html
Expand Up @@ -728,7 +728,7 @@
assertComputed(parent2.$.child, '0px');
assertComputed(parent3.$.child, 'rgb(255, 0, 0)', 'color');
assertComputed(parent3.$.child, '0px');
if (Polymer.Settings.useNativeShadow) {
if (Polymer.Settings.useNativeCSSProperties && Polymer.Settings.useNativeShadow) {
var parent1Text = getStyleText(parent1.$.child);
var parent2Text = getStyleText(parent2.$.child);
var parent3Text = getStyleText(parent3.$.child);
Expand Down

0 comments on commit 8fcb5f6

Please sign in to comment.