Sign in
webkit
/
WebKit
/
63c63479e42d5d7cd9e5c20fa3c0adb62aed122e
/
.
/
LayoutTests
/
fast
/
frames
/
page-unload-document-open.html
blob: 9f6b6c73305efa745ad962e7d0f4049684ae887b [
file
] [
log
] [
blame
]
<!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>