blob: 5231a4387646ae73bb97d116d91ecc854f9260ac [file] [log] [blame]
<!DOCTYPE HTML>
<meta charset="utf-8">
<title>Origin policy manifests served with the wrong MIME type must be ignored</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: "op100",
testJS: "../content-security/resources/allow-unsafe-eval.mjs",
expectedIds: []
});
</script>