chromium/third_party/blink/web_tests/http/tests/xmlhttprequest/close-window.html

<html>
<script>
if (window.testRunner) {
    testRunner.waitUntilDone();
    testRunner.setPopupBlockingEnabled(false);
    testRunner.dumpAsText();
}

function runTest() {
    var w = window.open('resources/close-window-frame.html');
}
</script>
<body onload="runTest();">
<p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=22630">bug 22630<a/>:
Assertion failure in XMLHttpRequest::contextDestroyed.
<p>SUCCESS! Did not assert!</p>
</body>
</html>