<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Security-Policy" content="script-src 'nonce-test'"> | |
<script nonce="test"> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
if (window.testRunner) | |
testRunner.queueLoad("data:text/html, <script>alert(/FAIL/)<" + "/script>Data URL page"); | |
</script> | |
<body> | |
<p>Initial page</p> | |
</body> | |
</head> | |
</html> |