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