Sign in
fuchsia
/
third_party
/
webkit
/
refs/heads/main
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
mac
/
LoadInvalidURLRequest.html
blob: e34367802fa73af03d0074eddfe2baec1f91c017 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<a id="href" href="https://www.example.com<>/">https://www.example.com<>/
</a>
<script>
var
element
=
document
.
getElementById
(
"href"
);
element
.
click
();
</script>
</body>
</html>