Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / open-invalid-arguments-expected.txt
blobe23fe6b70dc75e09fe05ba6f068ecea040fadf02
1 Checks that passing invalid strings to window.open() is properly handled.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS newWindow = window.open(nonConvertibleToString) threw exception Exception in toString().
7 PASS newWindow is null
8 PASS newWindow = window.open('about:blank', nonConvertibleToString) threw exception Exception in toString().
9 PASS newWindow is null
10 PASS newWindow = window.open('about:blank', 'frameName', nonConvertibleToString) threw exception Exception in toString().
11 PASS newWindow is null
12 PASS successfullyParsed is true
14 TEST COMPLETE