content/base/test/csp/file_csp_regexp_parsing.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:7b8784c11c52
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <title>Bug 916054 - URLs with path are ignored by FF's CSP parser</title>
5 </head>
6 <body>
7 <div id="testdiv">blocked</div>
8 <script src="http://test1.example.com/tests/content/base/test/csp/file_csp_regexp_parsing.js"></script>
9 </body>
10 </html>

mercurial