mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
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:
parent
2e6219b52d
commit
27dededa65
4 changed files with 84 additions and 68 deletions
3
tests/wpt/meta/streams/__dir__.ini
vendored
Normal file
3
tests/wpt/meta/streams/__dir__.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
prefs: [
|
||||
"dom_abort_controller_enabled:true",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue