blob: b3ac82cbbef920229275d37afe423631f80554c1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-WebKit-CSP" content="script-src 'self'">
<script src="resources/dump-as-text.js"></script>
</head>
<body>
This test passes if it doesn't alert fail.
<iframe srcdoc="<script>alert('FAIL')</script>"></iframe>
</body>
</html>