Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / Window / name-and-opener-on-detached-window-expected.txt
blob3f353264a012bd93b3dd65ccbc56ce8896c3d5c5
1 Tests that getting and setting name and opener on a cached DOMWindow after the associated frame is removed from a web page does not crash.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS childWindow.name is 'oldname'
7 PASS childWindow.opener is null
8 PASS childWindow.name is ''
9 PASS successfullyParsed is true
11 TEST COMPLETE