Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
1387c7a91c7a0f813b08cf9d8d22240409fd09a1
/
.
/
scroll-to-text-fragment
/
navigate-back.html
blob: 4b4117fcc573b21f6bf6f8cb016bcef4c024d703 [
file
] [
log
] [
blame
]
<!doctype html>
<script>
onload
=
()
=>
{
requestAnimationFrame
(()
=>
{
history
.
back
();
});
};
</script>