mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
20 lines
640 B
HTML
20 lines
640 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<!-- Programmatically converted from a WebKit Reftest, please forgive resulting idiosyncracies.-->
|
|
<title>injected-inline-script-blocked</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<!-- enforcing policy:
|
|
script-src 'self'; connect-src 'self';
|
|
-->
|
|
</head>
|
|
|
|
<body>
|
|
<script src="resources/inject-script.js"></script>
|
|
<div id="log"></div>
|
|
<script async defer src="../support/checkReport.sub.js?reportExists=true&reportField=violated-directive&reportValue=script-src%20'self'"></script>
|
|
</body>
|
|
|
|
</html>
|