blob: 11d1ffaef567cd518b758f57f68dbe6f39e7efe7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-WebKit-CSP" content="script-src 'unsafe-inline' 'unsafe-eval'">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<script>
eval("alert('PASS (1 of 2)')");
</script>
<script>
window.eval("alert('PASS (2 of 2)')");
</script>
</body>
</html>