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