servo/tests/wpt/web-platform-tests/origin-policy/features/non-object.https.html

16 lines
422 B
HTML

<!DOCTYPE HTML>
<meta charset="utf-8">
<title>Non-object "features" member 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: "op5",
testJS: "resources/no-camera-no-geolocation.mjs"
});
</script>