Skip to content

Commit

Permalink
Mark that non-inheritable properties being set to inherit is not su…
Browse files Browse the repository at this point in the history
…pported
  • Loading branch information
dfreedm committed Jul 29, 2016
1 parent 0489ccf commit 0a2b31e
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 @@ -889,7 +889,7 @@
if (!Polymer.Settings.useNativeCSSProperties) {
assertComputed(e.$.child, '2px');
} else {
// this is not supported for the apply shim
// setting `inherit` on a non-inheritable property is not supported by Apply Shim
assert.throws(function() {
assertComputed(e.$.child, '2px');
})
Expand Down

0 comments on commit 0a2b31e

Please sign in to comment.