Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
ManualTests
/
resources
/
will-go-back.html
blob: 5d09ba39d27c2eb03f369d00cad9f661c33f69a9 [
file
] [
log
] [
blame
]
<html>
<script>
function
goBack
()
{
history
.
back
();
}
</script>
<body
onload
=
"
if
(!
window
.
layoutTestController
)
goBack
();
"
>
If you can go back using the history : test has succeed.
</body>
</html>