Sign in
webkit
/
WebKit
/
b4234713c85383e00e81c500ff74ee340e8a262a
/
.
/
LayoutTests
/
compositing
/
resources
/
fixed-position-scroll-offset-history-restore-2.html
blob: 9d73fdf4754c61d62e2a221c00cf7461246a15fa [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This page just immediately goes back.
<script>
onload
=
function
()
{
setTimeout
(
function
()
{
window
.
history
.
back
();
},
0
);
};
</script>
</body>
</html>