Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
Roy Tam 2020-09-04 22:34:20 +08:00
commit eeb44de4a1
21 changed files with 80 additions and 26 deletions

View file

@ -2606,6 +2606,9 @@ pref("layout.css.grid-template-subgrid-value.enabled", false);
// Is support for CSS contain enabled?
pref("layout.css.contain.enabled", false);
// Is support for CSS display:flow-root enabled?
pref("layout.css.display-flow-root.enabled", true);
// Is support for CSS display:contents enabled?
pref("layout.css.display-contents.enabled", true);