mirror of
https://github.com/servo/servo.git
synced 2025-10-17 00:39:15 +01:00
17 lines
537 B
HTML
17 lines
537 B
HTML
<!DOCTYPE HTML>
|
|
<meta charset="utf-8">
|
|
<title>Origin policy manifests delivered with a UTF-8 BOM must work (the BOM is 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: "op97",
|
|
testJS: "../content-security/resources/disallow-unsafe-eval-disallow-images.mjs",
|
|
expectedIds: ["this-file-has-a-utf8-bom"]
|
|
});
|
|
</script>
|