From 0a0994ca64fceafde05997d93e5ca7d6e5baa7b2 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 20 Dec 2023 00:31:45 -0500 Subject: HTML test updates (#398) * Rename y-test to test-case * Rename y-description to test-description * Remove extension name * Update placeholder favicon * Refactor scripts * Make element types more consistent * More updates * Rename * Simplify file URLs * Rename file * Add descriptions * Rename * Rename * Rename --- test/data/html/popup-tests.html | 180 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 test/data/html/popup-tests.html (limited to 'test/data/html/popup-tests.html') diff --git a/test/data/html/popup-tests.html b/test/data/html/popup-tests.html new file mode 100644 index 00000000..ef2d36e6 --- /dev/null +++ b/test/data/html/popup-tests.html @@ -0,0 +1,180 @@ + + + + + + Popup Tests + + + + + + + +

Popup Tests

+ + + Tests involving popup functionality in different contextsts, such as fullscreen elements, <iframe> elements, and shadow DOMs. + + + + Standard content. +
+
+
+ ありがとう +
+
+ Toggle fullscreen +
+
+
+
+ + + Content inside of an open shadow DOM. +
+ +
+ + + Content inside of a closed shadow DOM. +
+ +
+ + + <iframe> element. + + + + + <iframe> element inside of an open shadow DOM. +
+ +
+ + + <iframe> element inside of a closed shadow DOM. +
+ +
+ + + <iframe> element with data URL. + + + + + <iframe> element with blob URL. + + + + + <iframe> element with srcdoc. + + + + + <iframe> element with srcdoc and + sandbox="allow-same-origin allow-scripts". + + + + + + <iframe> element with srcdoc and sandbox="allow-scripts".
+ This element is expected to not work. +
+ +
+ + + SVG <img>. + + + + + SVG <object>. + + + + + SVG <embed>. + + + + + SVG <iframe>. + + + + + SVG <svg>. + + + ありがとう + + + + + -- cgit v1.2.3