blob: ab33534138ad11e097d4801153c45b819465fab4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'unsafe-inline'">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<script>
(new Function("alert('FAIL')"))();
</script>
</body>
</html>