From 0a2b31e68d0baf9571fa0bd23d7b6a5b8189a861 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Thu, 28 Jul 2016 17:24:35 -0700 Subject: [PATCH] Mark that non-inheritable properties being set to `inherit` is not supported --- test/unit/styling-cross-scope-apply.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/styling-cross-scope-apply.html b/test/unit/styling-cross-scope-apply.html index 91bda6963c..68979059db 100644 --- a/test/unit/styling-cross-scope-apply.html +++ b/test/unit/styling-cross-scope-apply.html @@ -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'); })