servo/tests/wpt/web-platform-tests/origin-policy/bad-server/manifest-404.https.html

17 lines
483 B
HTML

<!DOCTYPE HTML>
<meta charset="utf-8">
<title>Origin policy manifests delivered with a 404 status code 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: "op99",
testJS: "../content-security/resources/allow-unsafe-eval.mjs",
expectedIds: []
});
</script>