Sign in
webkit
/
WebKit
/
bc305334a28f4491ad6c9aac1b58373754ba9a0e
/
.
/
LayoutTests
/
tiled-drawing
/
resources
/
go-back.html
blob: b68106e7c2de995e965d6ad801628fb06e8b3a52 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
window
.
addEventListener
(
'load'
,
function
()
{
history
.
back
();
},
false
);
</script>
</head>
</html>