content/base/test/csp/file_csp_bug773891.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:e5b30247057c
1 <!DOCTYPE HTML>
2 <html>
3 <!--
4 https://bugzilla.mozilla.org/show_bug.cgi?id=773891
5 -->
6 <head>
7 <meta charset="utf-8">
8 <title>This is an app for csp testing</title>
9
10 <link rel="stylesheet" type="text/css"
11 href="file_csp_bug773891.sjs?type=style&origin=same_origin" />
12 <link rel="stylesheet" type="text/css"
13 href="http://example.com/tests/content/base/test/csp/file_csp_bug773891.sjs?type=style&origin=cross_origin" />
14 </head>
15 <body>
16
17 <script src="file_csp_bug773891.sjs?type=script&origin=same_origin"></script>
18 <script src="http://example.com/tests/content/base/test/csp/file_csp_bug773891.sjs?type=script&origin=cross_origin"></script>
19 <img src="file_csp_bug773891.sjs?type=img&origin=same_origin" />
20 <img src="http://example.com/tests/content/base/test/csp/file_csp_bug773891.sjs?type=img&origin=cross_origin" />
21
22 Test for CSP applied to (simulated) app.
23
24 </body>
25 </html>

mercurial