haikuwebkit/LayoutTests/fast/frames/xss-auditor-handles-file-ur...

15 lines
325 B
HTML

<!DOCTYPE html><!-- webkit-test-runner [ XSSAuditorEnabled=true ] -->
<html>
<head>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
</script>
</head>
<body>
<iframe src="resources/static-xss-vector.html?q=XSS<iframe src='data:text/html;base64,PHNjcmlwdD5hbGVydCgxKTwvc2NyaXB0Pg=='>">
</iframe>
</body>
</html>