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/performance.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/data/html/performance.html (limited to 'test/data/html/performance.html') diff --git a/test/data/html/performance.html b/test/data/html/performance.html new file mode 100644 index 00000000..16a160e7 --- /dev/null +++ b/test/data/html/performance.html @@ -0,0 +1,27 @@ + + + + + + Performance Tests + + + + + +

Performance Tests

+ + Testing performance with artificially demanding cases in a real browser + + + <iframe> element. + + + + + <iframe> element containing an <iframe> element inside of an open shadow DOM. + + + + + -- cgit v1.2.3