Enable dom_abort_controller_enabled for AbortController test subdirectory (#38749)

Since we don't enable the preference as part of
`--enable-experimental-web-platform-features` yet, we don't run any
automated tests for the AbortController feature. This change means that
we at least explicitly test the interface.

Testing: Just enabling new tests.
Part of: https://github.com/servo/servo/issues/34866

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-08-18 03:25:04 -04:00 committed by GitHub
parent 2e6219b52d
commit 27dededa65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 84 additions and 68 deletions

3
tests/wpt/meta/streams/__dir__.ini vendored Normal file
View file

@ -0,0 +1,3 @@
prefs: [
"dom_abort_controller_enabled:true",
]