Unconditionally enable the URLPattern API (#37116)

We fail only a couple of the URLPattern tests and I think that's mostly
due to bugs in the `urlpattern` crate.

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
Simon Wülker 2025-05-24 15:20:45 +02:00 committed by GitHub
parent 7fd0c81f55
commit 88fd2e43c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 8 deletions

View file

@ -1,5 +1,4 @@
prefs: [
"dom_serviceworker_enabled:true",
"dom_testutils_enabled:true",
"dom_urlpattern_enabled:true",
]

View file

@ -10,6 +10,5 @@ prefs: [
"dom_testbinding_preference_value_string_empty:",
"dom_testbinding_preference_value_string_test:test",
"dom_testbinding_preference_value_truthy:true",
"dom_urlpattern_enabled:true",
"media_testing_enabled:true",
]