mirror of
https://github.com/servo/servo.git
synced 2025-09-19 11:20:09 +01:00
Remove the dom_trusted_types_enabled
preference (#39281)
Everything related to Trusted Types has been implemented. Failing WPT tests are related to other features such as SVG scripts. Fixes #36258 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
5beb16d671
commit
2f252c9b78
8 changed files with 5 additions and 9 deletions
|
@ -34,7 +34,6 @@ pub(crate) static EXPERIMENTAL_PREFS: &[&str] = &[
|
|||
"dom_offscreen_canvas_enabled",
|
||||
"dom_permissions_enabled",
|
||||
"dom_resize_observer_enabled",
|
||||
"dom_trusted_types_enabled",
|
||||
"dom_webgl2_enabled",
|
||||
"dom_webgpu_enabled",
|
||||
"dom_xpath_enabled",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue