Enable layout_grid_enabled pref for all tests (#36316)

This is part of #36315
Testing: This improves several tests that rely on this feature

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-04-03 11:48:05 -07:00 committed by GitHub
parent dfcd9de138
commit e1213f9dbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
81 changed files with 123 additions and 479 deletions

View file

@ -1 +1,12 @@
prefs: ["dom_imagebitmap_enabled:true", "dom_offscreen_canvas_enabled:true", "dom_xpath_enabled:true", "dom_intersection_observer_enabled:true", "dom_resize_observer_enabled:true", "dom_notification_enabled:true", "dom_fontface_enabled:true", "dom_urlpattern_enabled:true", "dom_serviceworker_enabled:true"]
prefs: [
"dom_fontface_enabled:true",
"dom_imagebitmap_enabled:true",
"dom_intersection_observer_enabled:true",
"dom_notification_enabled:true",
"dom_offscreen_canvas_enabled:true",
"dom_resize_observer_enabled:true",
"dom_serviceworker_enabled:true",
"dom_urlpattern_enabled:true",
"dom_xpath_enabled:true",
"layout_grid_enabled:true",
]