blob: 9d196aefeca80419291bccacc444b2286dc480d4 [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?test=/security/xssAuditor/script-tag-post-null-char.html">
<input type="hidden" name="notifyDone" value="1">
<input type="text" name="q" value="<script>al%00ert(0)</script>">
</form>
<script>
document.getElementById('theForm').submit();
</script>
</body>
</html>