servo/tests/wpt/web-platform-tests/scroll-to-text-fragment/navigate-back.html

8 lines
123 B
HTML

<!doctype html>
<script>
onload = () => {
requestAnimationFrame(() => {
history.back();
});
};
</script>