mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add dom.shadowdom.enabled to preferences list
This commit is contained in:
parent
59c634b259
commit
ccc4f7c377
2 changed files with 4 additions and 0 deletions
|
@ -222,6 +222,9 @@ mod gen {
|
|||
enabled: bool,
|
||||
}
|
||||
},
|
||||
shadowdom: {
|
||||
enabled: bool,
|
||||
},
|
||||
svg: {
|
||||
enabled: bool,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue