Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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>