mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Make the choice of layout runtime setting
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
f11c6045e3
commit
d31cdb682f
262 changed files with 1740 additions and 3700 deletions
|
@ -112,22 +112,16 @@ macro_rules! parse_longhand {
|
|||
};
|
||||
}
|
||||
|
||||
mod background;
|
||||
mod border;
|
||||
mod box_;
|
||||
mod column;
|
||||
mod effects;
|
||||
mod image;
|
||||
mod inherited_text;
|
||||
mod outline;
|
||||
mod selectors;
|
||||
mod supports;
|
||||
mod text_overflow;
|
||||
mod transition_duration;
|
||||
mod transition_timing_function;
|
||||
|
||||
// These tests test features that are only available in 2013 layout.
|
||||
#[cfg(feature = "layout_2013")]
|
||||
mod background;
|
||||
#[cfg(feature = "layout_2013")]
|
||||
mod border;
|
||||
#[cfg(feature = "layout_2013")]
|
||||
mod column;
|
||||
#[cfg(feature = "layout_2013")]
|
||||
mod text_overflow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue