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