Codebase Browser
chromium
Go to App
chromium
/
third_party/blink/web_tests/external/wpt/html/browsers/windows/resources/
restore-window-name-back.sub.html
<!doctype html> <script> onload = () => { window.name = "clear"; history.back(); }; </script>