Sign in
webkit
/
WebKit
/
cdf72f0d7b69095eac98e4559cae6b681946d5d4
/
.
/
LayoutTests
/
fast
/
history
/
forward-during-load.html
blob: e2ecdf5efc2e87d3c44b24d13a8d71b6fced131e [
file
] [
log
] [
blame
]
<html>
<head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
history
.
forward
();
</script>
</head>
<body>
PASS Calling history.forward() above shouldn't prevent the rest of the page from loading.
</body>
</html>