Enable dom_svg_enabled on all tests (#36475)

This feature is part of --enable-experimental-web-platform-features, so
it should be enabled on all tests.

This causes some new failures, but mostly it's because the tests were
timing out instead of running the failing subtests.

This is part of #36315

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-04-11 11:46:00 -07:00 committed by GitHub
parent 2d2cfade36
commit fc2eb7bff2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 1959 additions and 99 deletions

View file

@ -13503,7 +13503,7 @@
]
],
"interfaces.https.html": [
"cc6e99d8da7cd82edefd1c0b0fce984ae85462de",
"fbbffae39a346f592fabfe5ad3d943936a51c868",
[
null,
{}

View file

@ -1 +1,13 @@
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", "dom_async_clipboard_enabled:true"]
prefs: [
"dom_async_clipboard_enabled:true",
"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_svg_enabled:true",
"dom_urlpattern_enabled:true",
"dom_xpath_enabled:true",
]