mirror of
https://github.com/servo/servo.git
synced 2025-10-16 16:29:18 +01:00
16 lines
432 B
HTML
16 lines
432 B
HTML
<!DOCTYPE HTML>
|
|
<meta charset="utf-8">
|
|
<title>Of two "features/policy" 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/no-camera-yes-geolocation.mjs"
|
|
});
|
|
</script>
|