blob: 97a2cd48a76146f5ac57f33a51b83dbfdd57d779 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="http://localhost:8000/security/xssAuditor/resources/utilities.js"></script>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpChildFrames();
testRunner.waitUntilDone();
testRunner.setXSSAuditorEnabled(true);
}
function done()
{
if (window.testRunner)
testRunner.notifyDone();
}
window.onload = function()
{
sendRequestFromIFrame("http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl","enable-full-block=1&q=<script>alert(String.fromCharCode(0x58,0x53,0x53))<\/script>","POST", done);
};
</script>
</head>
<body>
</body>
</html>