Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
ManualTests
/
resources
/
empty-document-goes-back.html
blob: f8f15b7c343a2b3d3c5761e8cd9929031803baba [
file
] [
log
] [
blame
]
<html>
<body>
<script>
document
.
body
.
offsetWidth
;
setTimeout
(
"window.history.back();"
,
0
);
</script>
</body>
</html>