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