diff options
Diffstat (limited to 'layout/style/res/ua.css')
-rw-r--r-- | layout/style/res/ua.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/style/res/ua.css b/layout/style/res/ua.css index ab51f67c5..a8425d472 100644 --- a/layout/style/res/ua.css +++ b/layout/style/res/ua.css @@ -474,3 +474,9 @@ div:-moz-native-anonymous.moz-custom-content-container { width: 100%; height: 100%; } + +/* Shadow DOM v1 + * https://drafts.csswg.org/css-scoping/#slots-in-shadow-tree */ +slot { + display: contents; +}
\ No newline at end of file |