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