From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../test_new_window_from_content_child.html | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dom/tests/browser/test_new_window_from_content_child.html (limited to 'dom/tests/browser/test_new_window_from_content_child.html') diff --git a/dom/tests/browser/test_new_window_from_content_child.html b/dom/tests/browser/test_new_window_from_content_child.html new file mode 100644 index 000000000..0d6f8eb80 --- /dev/null +++ b/dom/tests/browser/test_new_window_from_content_child.html @@ -0,0 +1,25 @@ + + + + Test popup window opening behaviour + + +

Open a new window via window.open with default features.

+

Open a new window via window.open with non-default features.

+

Open a new window via window.open with dialog=1.

+

Open a blank new window via window.open with non-default features.

+

Open a new window via target="_blank".

+ + + + -- cgit v1.2.3