Sign in
webkit
/
WebKit
/
4759fc9728b74fdcb18c723e5add5b9c9f5e6e13
/
.
/
LayoutTests
/
fast
/
history
/
resources
/
history-back-within-subframe-url-2.html
blob: bf3e1a1782738ab0c4fb4bfdc340cf60ffb0cfa9 [
file
] [
log
] [
blame
]
<body
onload
=
"
init
()
"
>
<script>
function
init
()
{
if
(!
parent
.
wentBack
)
setTimeout
(
function
()
{
window
.
location
.
href
=
'history-back-within-subframe-url-3.html'
;},
0
);
}
</script>
frame 2
</body>