Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
frames
/
page-unload-document-open.html
blob: 9f6b6c73305efa745ad962e7d0f4049684ae887b [
file
]
<!DOCTYPE html>
Passes if it does not crash.
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
waitUntilDone
();
}
win
=
window
.
open
(
"resources/page-unload-document-open-win.html"
);
</script>