From cad810f21b803229eb11403f9209855525a25d57 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Fri, 6 May 2011 11:45:16 +0100 Subject: Merge WebKit at r75315: Initial merge by git. Change-Id: I570314b346ce101c935ed22a626b48c2af266b84 --- Source/WebCore/manual-tests/open-url-undefined.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Source/WebCore/manual-tests/open-url-undefined.html (limited to 'Source/WebCore/manual-tests/open-url-undefined.html') diff --git a/Source/WebCore/manual-tests/open-url-undefined.html b/Source/WebCore/manual-tests/open-url-undefined.html new file mode 100644 index 0000000..2f725d5 --- /dev/null +++ b/Source/WebCore/manual-tests/open-url-undefined.html @@ -0,0 +1,11 @@ + +

+ Tests that window.open() does not interpret the missing URL + argument as the literal string “undefined”. +

+

+ Click the Test button. A new window should open. To pass the test, the address + bar of the new window should be empty. If it contains a URL (ending with “undefined”), WebKit failed the test. +

+ + -- cgit v1.1