mirror of
https://github.com/servo/servo.git
synced 2025-10-16 08:20:22 +01:00
17 lines
470 B
HTML
17 lines
470 B
HTML
<!DOCTYPE HTML>
|
|
<meta charset="utf-8">
|
|
<title>Origin policy with empty-array "ids" 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: "op12",
|
|
testJS: "../content-security/resources/allow-unsafe-eval.mjs",
|
|
expectedIds: []
|
|
});
|
|
</script>
|