From 40a355a42d4a9444dc753c04c6608dade2f06a23 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:27 +0200 Subject: Adding upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../tests/inert/inert-with-fullscreen-element.html | 65 ++++++++++++++++++++++ .../tests/inert/inert-with-modal-dialog-003.html | 59 ++++++++++++++++++++ 2 files changed, 124 insertions(+) create mode 100644 testing/web-platform/tests/inert/inert-with-fullscreen-element.html create mode 100644 testing/web-platform/tests/inert/inert-with-modal-dialog-003.html (limited to 'testing/web-platform/tests/inert') diff --git a/testing/web-platform/tests/inert/inert-with-fullscreen-element.html b/testing/web-platform/tests/inert/inert-with-fullscreen-element.html new file mode 100644 index 0000000000..e5ea4138a3 --- /dev/null +++ b/testing/web-platform/tests/inert/inert-with-fullscreen-element.html @@ -0,0 +1,65 @@ + + +Interaction of 'inert' attribute with fullscreen element + + +
+ wrapper + + wrapper-child element + +
+ fullscreen + + child + +
+
+ + + + + \ No newline at end of file diff --git a/testing/web-platform/tests/inert/inert-with-modal-dialog-003.html b/testing/web-platform/tests/inert/inert-with-modal-dialog-003.html new file mode 100644 index 0000000000..2984aa4362 --- /dev/null +++ b/testing/web-platform/tests/inert/inert-with-modal-dialog-003.html @@ -0,0 +1,59 @@ + + +Interaction of 'inert' attribute with modal dialog + + + +
+
+ find wrapper + + find dialog + + find child + + +
+ + + \ No newline at end of file -- cgit v1.2.3