3 Tests that
<code>window.open()
</code> does not interpret the missing URL
4 argument as the literal string
“undefined
”.
7 Click the Test button. A new window should open. To pass the test, the address
8 bar of the new window should be empty. If it contains a URL (ending with
“undefined
”), WebKit failed the test.
10 <button onclick=
"window.open()">Test
</button>