chromium/third_party/blink/web_tests/fast/dom/Window/name-and-opener-on-detached-window-expected.txt

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.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

PASS childWindow.name is 'oldname'
PASS childWindow.opener is null
PASS childWindow.name is ''
PASS successfullyParsed is true

TEST COMPLETE