blob: e34367802fa73af03d0074eddfe2baec1f91c017 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<a id="href" href="https://www.example.com<>/">https://www.example.com&lt;&gt;/</a>
<script>
var element = document.getElementById("href");
element.click();
</script>
</body>
</html>