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