blob: 10a5aa03b92bf5b6f47df60e70b6fc3c14703e3f [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script>
if (location.hash !== "#test")
window.open("file://example.org" + location.pathname + "#test", "_self");
</script>
</body>
</html>