servo/tests/wpt/web-platform-tests/origin-policy/features/comma-in-policy.https.html

16 lines
451 B
HTML

<!DOCTYPE HTML>
<meta charset="utf-8">
<title>Commas in "features/policy" cause parse errors and thus no feature policy</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: "op1",
testJS: "resources/no-camera-no-geolocation.mjs"
});
</script>