From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../tests/clipboard-apis/events/copy-event.html | 33 ++++++++++++++++++++++ .../clipboard-apis/events/cut-event-manual.html | 19 +++++++++++++ .../clipboard-apis/events/paste-event-manual.html | 21 ++++++++++++++ 3 files changed, 73 insertions(+) create mode 100644 testing/web-platform/tests/clipboard-apis/events/copy-event.html create mode 100644 testing/web-platform/tests/clipboard-apis/events/cut-event-manual.html create mode 100644 testing/web-platform/tests/clipboard-apis/events/paste-event-manual.html (limited to 'testing/web-platform/tests/clipboard-apis/events') diff --git a/testing/web-platform/tests/clipboard-apis/events/copy-event.html b/testing/web-platform/tests/clipboard-apis/events/copy-event.html new file mode 100644 index 0000000000..c8c0593a98 --- /dev/null +++ b/testing/web-platform/tests/clipboard-apis/events/copy-event.html @@ -0,0 +1,33 @@ + +The copy event + + + + + + +
+ + + diff --git a/testing/web-platform/tests/clipboard-apis/events/cut-event-manual.html b/testing/web-platform/tests/clipboard-apis/events/cut-event-manual.html new file mode 100644 index 0000000000..72c11ec3b9 --- /dev/null +++ b/testing/web-platform/tests/clipboard-apis/events/cut-event-manual.html @@ -0,0 +1,19 @@ + +The cut event + + + +
+ + diff --git a/testing/web-platform/tests/clipboard-apis/events/paste-event-manual.html b/testing/web-platform/tests/clipboard-apis/events/paste-event-manual.html new file mode 100644 index 0000000000..608a0d6f23 --- /dev/null +++ b/testing/web-platform/tests/clipboard-apis/events/paste-event-manual.html @@ -0,0 +1,21 @@ + +The paste event + + + +
+ +

Some pre-selected text to copy for convenience

+ -- cgit v1.2.3