blob: 81eb83903effb4357caa04ec27b2934d5fb66a33 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
testRunner.setXSSAuditorEnabled(true);
}
</script>
</head>
<body>
<iframe name="tg" src="about:blank"></iframe>
<form target="tg" method="POST" id="theForm"
action="http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl">
<input type="hidden" name="notifyDone" value="1">
<input type="text" name="q" value="<script>alert(XSS%05)</script>">
</form>
<script>
document.getElementById('theForm').submit();
</script>
</body>
</html>