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 --- .../detached-iframe/WEB_FEATURES.yml | 3 ++ .../clipboard-on-detached-iframe.https.html | 26 +++++++++++++ .../read-on-detaching-iframe.https.html | 34 +++++++++++++++++ .../write-on-detaching-iframe.https.html | 34 +++++++++++++++++ .../write-read-on-detached-iframe.https.html | 44 ++++++++++++++++++++++ ...riteText-readText-on-detached-iframe.https.html | 40 ++++++++++++++++++++ 6 files changed, 181 insertions(+) create mode 100644 testing/web-platform/tests/clipboard-apis/detached-iframe/WEB_FEATURES.yml create mode 100644 testing/web-platform/tests/clipboard-apis/detached-iframe/clipboard-on-detached-iframe.https.html create mode 100644 testing/web-platform/tests/clipboard-apis/detached-iframe/read-on-detaching-iframe.https.html create mode 100644 testing/web-platform/tests/clipboard-apis/detached-iframe/write-on-detaching-iframe.https.html create mode 100644 testing/web-platform/tests/clipboard-apis/detached-iframe/write-read-on-detached-iframe.https.html create mode 100644 testing/web-platform/tests/clipboard-apis/detached-iframe/writeText-readText-on-detached-iframe.https.html (limited to 'testing/web-platform/tests/clipboard-apis/detached-iframe') diff --git a/testing/web-platform/tests/clipboard-apis/detached-iframe/WEB_FEATURES.yml b/testing/web-platform/tests/clipboard-apis/detached-iframe/WEB_FEATURES.yml new file mode 100644 index 0000000000..92abfee358 --- /dev/null +++ b/testing/web-platform/tests/clipboard-apis/detached-iframe/WEB_FEATURES.yml @@ -0,0 +1,3 @@ +features: +- name: async-clipboard + files: "**" diff --git a/testing/web-platform/tests/clipboard-apis/detached-iframe/clipboard-on-detached-iframe.https.html b/testing/web-platform/tests/clipboard-apis/detached-iframe/clipboard-on-detached-iframe.https.html new file mode 100644 index 0000000000..5eb58e3213 --- /dev/null +++ b/testing/web-platform/tests/clipboard-apis/detached-iframe/clipboard-on-detached-iframe.https.html @@ -0,0 +1,26 @@ + + +Clipboard API on detached iframe + + + + + + diff --git a/testing/web-platform/tests/clipboard-apis/detached-iframe/read-on-detaching-iframe.https.html b/testing/web-platform/tests/clipboard-apis/detached-iframe/read-on-detaching-iframe.https.html new file mode 100644 index 0000000000..8e8e015aa0 --- /dev/null +++ b/testing/web-platform/tests/clipboard-apis/detached-iframe/read-on-detaching-iframe.https.html @@ -0,0 +1,34 @@ + + +navigator.clipboard read on detaching iframe + + + + + + + diff --git a/testing/web-platform/tests/clipboard-apis/detached-iframe/write-on-detaching-iframe.https.html b/testing/web-platform/tests/clipboard-apis/detached-iframe/write-on-detaching-iframe.https.html new file mode 100644 index 0000000000..c6913d9e9f --- /dev/null +++ b/testing/web-platform/tests/clipboard-apis/detached-iframe/write-on-detaching-iframe.https.html @@ -0,0 +1,34 @@ + + +navigator.clipboard write on detaching iframe + + + + + + + diff --git a/testing/web-platform/tests/clipboard-apis/detached-iframe/write-read-on-detached-iframe.https.html b/testing/web-platform/tests/clipboard-apis/detached-iframe/write-read-on-detached-iframe.https.html new file mode 100644 index 0000000000..b21e6b20bc --- /dev/null +++ b/testing/web-platform/tests/clipboard-apis/detached-iframe/write-read-on-detached-iframe.https.html @@ -0,0 +1,44 @@ + + +navigator.clipboard read and write on detached iframe + + + + + + + + diff --git a/testing/web-platform/tests/clipboard-apis/detached-iframe/writeText-readText-on-detached-iframe.https.html b/testing/web-platform/tests/clipboard-apis/detached-iframe/writeText-readText-on-detached-iframe.https.html new file mode 100644 index 0000000000..24fa586fc7 --- /dev/null +++ b/testing/web-platform/tests/clipboard-apis/detached-iframe/writeText-readText-on-detached-iframe.https.html @@ -0,0 +1,40 @@ + + +navigator.clipboard readText and writeText on detached iframe + + + + + + + + -- cgit v1.2.3