Sign in
webkit
/
WebKit
/
2598d32a5e259a9a64935a4105be3abd69798be8
/
.
/
LayoutTests
/
http
/
tests
/
cookies
/
same-site
/
resources
/
navigate-back.html
blob: 22dd477e4ad4b904558a6bcb6254c4acff6294d4 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
if
(
window
.
testRunner
)
testRunner
.
waitUntilDone
();
onload
=
()
=>
{
setTimeout
(()
=>
{
history
.
back
();
},
0
);
};
</script>
</body>
</html>