From 760da26d6cd5c17662481cef75fd5e6556affe5a Mon Sep 17 00:00:00 2001 From: Stian Lund Date: Wed, 26 Apr 2023 10:07:01 +0200 Subject: [PATCH] Window-open-crash test --- test/index.html | 13 +++++++------ test/window-open-crash/index.html | 16 ++++++++++++++++ test/window-open-crash/popup.html | 17 +++++++++++++++++ 3 files changed, 40 insertions(+), 6 deletions(-) create mode 100755 test/window-open-crash/index.html create mode 100755 test/window-open-crash/popup.html diff --git a/test/index.html b/test/index.html index 94326b8..ab18492 100644 --- a/test/index.html +++ b/test/index.html @@ -29,24 +29,25 @@

test

..
-[   0 Oct  7 18:31]  cache
-[   0 Oct  7 18:32]  float
+[   0 Oct  7  2022]  cache
+[   0 Feb 17  0:37]  float
[   0 Jul  9  2022]  focus
[   0 Nov  9 17:43]  js
[   0 Jul  9  2022]  login
[   0 Dec 30 12:43]  media-fullscreen
[   0 Jul  9  2022]  pdf
[   0 Jul  9  2022]  referrer
-[   0 Oct  7 18:29]  test-links
+[   0 Oct  7  2022]  test-links
[   0 Jul  9  2022]  translate
-[   0 Oct  7 17:59]  video-mkv-aac
+[   0 Oct  7  2022]  video-mkv-aac
+[   0 Apr 26  9:49]  window-open-crash
[ 383 Feb  8  2022]  db-test.php
-[ 366 Oct  5 23:07]  test-favicon.php
+[ 366 Oct  5  2022]  test-favicon.php


-11 directories, 2 files +12 directories, 2 files

diff --git a/test/window-open-crash/index.html b/test/window-open-crash/index.html new file mode 100755 index 0000000..57b36ba --- /dev/null +++ b/test/window-open-crash/index.html @@ -0,0 +1,16 @@ + + + + +

Click the button to open a popup.

+ + + + + + + diff --git a/test/window-open-crash/popup.html b/test/window-open-crash/popup.html new file mode 100755 index 0000000..ccb06d9 --- /dev/null +++ b/test/window-open-crash/popup.html @@ -0,0 +1,17 @@ + + + + +

This is the popup window. It only calls window.open()

+

Click the button to open a popup.

+ + + + + + +