blob: 357bd7669a66865ababa1434f9f2dc5319cdb3d0 [file] [log] [blame]
<!DOCTYPE HTML>
<meta charset="utf-8">
<title>Of two "content_security" items only the second counts</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../resources/origin-policy-test-runner.js"></script>
<div id="log"></div>
<script>
"use strict";
runTestsInSubframe({
hostname: "op2",
testJS: "resources/allow-unsafe-eval-disallow-images.mjs"
});
</script>