Adjust display value for ::-moz-fieldset-content when parent is flex/grid.

This commit is contained in:
Xidorn Quan 2017-07-18 08:38:26 +10:00
parent d746abaa9e
commit bae59d4520
4 changed files with 44 additions and 4 deletions

View file

@ -2668,6 +2668,9 @@ bitflags! {
/// is used by Gecko to prevent display:contents on generated
/// content.
const PROHIBIT_DISPLAY_CONTENTS = 0x10,
/// Whether we're styling the ::-moz-fieldset-content anonymous box.
const IS_FIELDSET_CONTENT = 0x20,
}
}