mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
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:
parent
4886d1e39c
commit
461c2427f3
46 changed files with 58 additions and 288 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue