mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
imagebitmap: Remove ImageBitmap from experimental web platform features (#38050)
Enable by default the DOM "ImageBitmap" interface previously gated behind "dom.imagebitmap.enabled" preference as experimental web platform feature. https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#imagebitmap NOTE: Non blocking non supported functionality: - vector HTMImageElement, bitmap/vector SVGImageElement - EXIF image orientation Testing: Covered by existing WPT tests Fixes: #34112 Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
This commit is contained in:
parent
54a02d5a34
commit
bf0e3f84d0
4 changed files with 1 additions and 6 deletions
|
@ -589,7 +589,6 @@ pub(crate) fn parse_command_line_arguments(args: Vec<String>) -> ArgumentParsing
|
|||
vec![
|
||||
"dom_async_clipboard_enabled",
|
||||
"dom_fontface_enabled",
|
||||
"dom_imagebitmap_enabled",
|
||||
"dom_intersection_observer_enabled",
|
||||
"dom_mouse_event_which_enabled",
|
||||
"dom_notification_enabled",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue