Add abort signal preference to experimental web features (#39421)

This way we have full coverage on WPT rather than the
specific folders with tests.

Part of #34866

Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
Tim van der Lippe 2025-09-26 16:41:53 +02:00 committed by GitHub
parent 4886d1e39c
commit 461c2427f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 58 additions and 288 deletions

View file

@ -25,6 +25,7 @@ use url::Url;
use crate::VERSION;
pub(crate) static EXPERIMENTAL_PREFS: &[&str] = &[
"dom_abort_controller_enabled",
"dom_async_clipboard_enabled",
"dom_fontface_enabled",
"dom_intersection_observer_enabled",