Files
codeql/javascript/extractor/tests/html/input/entities.html
2018-11-07 07:48:25 +00:00

8 lines
174 B
HTML

<html>
<head>
<title>Test page</title>
</head>
<body>
<a href="jav&#97;script:void(alert(&#x0022;Nope!&quot;))">click here</a>
</body>
</html>