Sign in
webkit
/
WebKit
/
2cd282799a7acb39108c8e15888293d2ad166224
/
.
/
LayoutTests
/
http
/
tests
/
history
/
resources
/
back-during-onload-container.html
blob: 398f16ae9b4fceb3febd159abd6f0c51cd398c3d [
file
] [
log
] [
blame
]
<script>
onload
=
function
()
{
history
.
back
();
};
</script>
container
<iframe
src
=
"back-during-onload-middle.html"
></iframe>
<script>
history
.
back
();
</script>