blob: 9222a8ddc9572152b971da20dd736639f4d548ab [file] [log] [blame]
Andrew Top61a84952019-04-30 15:07:33 -07001<!DOCTYPE html>
2<html>
3
4<head>
5 <!-- Programmatically converted from a WebKit Reftest, please forgive resulting idiosyncracies.-->
6 <title>child-src-about-blank-allowed-by-default</title>
7 <script src="/resources/testharness.js"></script>
8 <script src="/resources/testharnessreport.js"></script>
9
10 <!-- enforcing policy:
11child-src 'none'; object-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self';
12-->
13 <p>These frames should not be blocked by Content-Security-Policy.
14 It&apos;s pointless to block about:blank iframes because
15 blocking a frame just results in displaying about:blank anyway!
16 </p>
17 <iframe src="about:blank"></iframe>
18 <object type="text/html" data="about:blank"></object>
19
20 <div id="log"></div>
21 <script async defer src="../support/checkReport.sub.js?reportExists=false"></script>
22</body>
23
24</html>