Sign in
webkit
/
WebKit
/
3d0b42cd8733f1288f0258cb4ec38a61fc1b4d9e
/
.
/
LayoutTests
/
http
/
tests
/
navigation
/
resources
/
top-go-back.html
blob: 2f9cfa7d2eeac3f77f1c976e0ec93a67b6e1d099 [
file
] [
log
] [
blame
]
Target of redirect after POST request.
<script>
onload
=
function
()
{
if
(!
sessionStorage
.
didNav
)
{
sessionStorage
.
didNav
=
true
;
setTimeout
(
function
()
{
top
.
location
.
href
=
'go-back.html'
},
0
);
}
};
</script>