mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove layout_writing_mode_enabled from experimental features (#36339)
Running tests with --enable-experimental-web-platform-features would make so many of them fail asserts because of this feature. Testing: No need to test since `--enable-experimental-web-platform-features` isn't used by default This is part of #36315 Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
b4c1cdd3e7
commit
7c89e24f34
1 changed files with 0 additions and 1 deletions
|
@ -564,7 +564,6 @@ pub(crate) fn parse_command_line_arguments(args: Vec<String>) -> ArgumentParsing
|
|||
"layout_columns_enabled",
|
||||
"layout_container_queries_enabled",
|
||||
"layout_grid_enabled",
|
||||
"layout_writing_mode_enabled",
|
||||
]
|
||||
.iter()
|
||||
.for_each(|pref| preferences.set_value(pref, PrefValue::Bool(true)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue