Sign in
webkit
/
WebKit
/
5acc7d373349790b0e604fe489a5f0d13f8307d2
/
.
/
Source
/
WebCore
/
manual-tests
/
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>