aboutsummaryrefslogtreecommitdiffstats
path: root/ports
diff options
context:
space:
mode:
authorGae24 <96017547+Gae24@users.noreply.github.com>2025-04-07 01:47:57 +0200
committerGitHub <noreply@github.com>2025-04-06 23:47:57 +0000
commitd1243a1867bdef5106ee016f6f3575488d73f030 (patch)
tree3c937a522f213f94adcb214124d01c28fe6e1db0 /ports
parent33b00dbe405ec6b432e465b9ee28d433382d9f32 (diff)
downloadservo-d1243a1867bdef5106ee016f6f3575488d73f030.tar.gz
servo-d1243a1867bdef5106ee016f6f3575488d73f030.zip
dom: Implement `ClipboardItem` (#36336)
implement the `ClipboardItem` interface Testing: covered by existing wpt tests part of #36084 --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/servoshell/prefs.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/servoshell/prefs.rs b/ports/servoshell/prefs.rs
index 19420b0325b..2bd95398f63 100644
--- a/ports/servoshell/prefs.rs
+++ b/ports/servoshell/prefs.rs
@@ -548,6 +548,7 @@ pub(crate) fn parse_command_line_arguments(args: Vec<String>) -> ArgumentParsing
if opt_match.opt_present("enable-experimental-web-platform-features") {
vec![
+ "dom_async_clipboard_enabled",
"dom_fontface_enabled",
"dom_imagebitmap_enabled",
"dom_intersection_observer_enabled",