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:
Oriol Brufau 2025-04-04 08:33:58 -07:00 committed by GitHub
parent b4c1cdd3e7
commit 7c89e24f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)));