From bae3e38219d4ee82dc1b6209645cbc14256a9f32 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Wed, 13 Mar 2019 01:47:45 +0100 Subject: [PATCH] Added test case for disabled opening of new window #544. --- tests/manual/dummy.html | 10 ++++++++++ tests/manual/window-open.html | 15 +++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 tests/manual/dummy.html create mode 100644 tests/manual/window-open.html diff --git a/tests/manual/dummy.html b/tests/manual/dummy.html new file mode 100644 index 0000000..60a86c1 --- /dev/null +++ b/tests/manual/dummy.html @@ -0,0 +1,10 @@ + + +Dummy Page + + +Dummy Page + + + + diff --git a/tests/manual/window-open.html b/tests/manual/window-open.html new file mode 100644 index 0000000..dbf8b64 --- /dev/null +++ b/tests/manual/window-open.html @@ -0,0 +1,15 @@ + + +Window open + + + target=""
+ target="_new"
+ target="_blank"
+ target iframe
+ javascript:window-open
+ onclick window-open
+ + + + -- 2.20.1