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