blob: c82263a77b24bce38774a2aa046ec1a70307c71f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-WebKit-CSP" content="script-src http://127.0.0.1:*; options goofy">
<script src="resources/dump-as-text.js"></script>
</head>
<body onload="alert('FAIL 2 of 2')">
This test passes if it doesn't alert fail.
<script>
alert('FAIL 1 of 2');
</script>
</body>
</html>