Sign in
webkit
/
WebKit
/
d254381d15c0753735f4e931585b50aafea09752
/
.
/
LayoutTests
/
fast
/
loader
/
cancel-load-during-port-block-timer.html
blob: 836c831e36794b3b13daad44f93819e4feaa7917 [
file
] [
log
] [
blame
]
<script>
if
(
window
.
testRunner
)
{
testRunner
.
dumpAsText
();
testRunner
.
waitUntilDone
();
}
window
.
open
(
"http://127.0.0.1:22"
).
document
.
write
(
''
);
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
</script>
If this does crash, the test has passed.