mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
style: Specify has_no_effect_on_gecko_scrollbars on inherited internal properties
Otherwise we assert due to the styles being different from the cached ones, but it doesn't matter as these don't influence Gecko scrollbars. Differential Revision: https://phabricator.services.mozilla.com/D117147
This commit is contained in:
parent
f0a178b56a
commit
6d9580fef0
2 changed files with 8 additions and 2 deletions
|
@ -213,6 +213,7 @@ ${helpers.predefined_type(
|
|||
initial_value="computed::XLang::get_initial_value()",
|
||||
animation_value_type="none",
|
||||
enabled_in="",
|
||||
has_effect_on_gecko_scrollbars=False,
|
||||
spec="Internal (not web-exposed)",
|
||||
)}
|
||||
|
||||
|
@ -224,6 +225,7 @@ ${helpers.predefined_type(
|
|||
animation_value_type="none",
|
||||
gecko_ffi_name="mScriptSizeMultiplier",
|
||||
enabled_in="",
|
||||
has_effect_on_gecko_scrollbars=False,
|
||||
spec="Internal (not web-exposed)",
|
||||
)}
|
||||
|
||||
|
@ -263,6 +265,7 @@ ${helpers.single_keyword(
|
|||
spec="Internal (not web-exposed)",
|
||||
animation_value_type="none",
|
||||
enabled_in="",
|
||||
has_effect_on_gecko_scrollbars=False,
|
||||
needs_conversion=True,
|
||||
)}
|
||||
|
||||
|
@ -273,6 +276,7 @@ ${helpers.predefined_type(
|
|||
engines="gecko",
|
||||
animation_value_type="none",
|
||||
enabled_in="",
|
||||
has_effect_on_gecko_scrollbars=False,
|
||||
gecko_ffi_name="mScriptMinSize",
|
||||
spec="Internal (not web-exposed)",
|
||||
)}
|
||||
|
@ -284,6 +288,7 @@ ${helpers.predefined_type(
|
|||
engines="gecko",
|
||||
animation_value_type="none",
|
||||
enabled_in="",
|
||||
has_effect_on_gecko_scrollbars=False,
|
||||
spec="Internal (not web-exposed)",
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue