Sign in
webkit
/
WebKit
/
c2d3d0c4c2af6b5bbb4b2ae673a19cb040040278
/
.
/
LayoutTests
/
fast
/
frames
/
page-unload-document-open.html
blob: 720c95cea99a8026252f269c5ad041e9e8d5515d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
Passes if it does not crash.
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
setCanOpenWindows
();
testRunner
.
waitUntilDone
();
}
win
=
window
.
open
(
"resources/page-unload-document-open-win.html"
);
</script>