1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/content/base/test/csp/file_bug836922_npolicies.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,15 @@ 1.4 +<html> 1.5 + <head> 1.6 + <link rel='stylesheet' type='text/css' 1.7 + href='/tests/content/base/test/csp/file_CSP.sjs?testid=css_self&type=text/css' /> 1.8 + <link rel='stylesheet' type='text/css' 1.9 + href='http://example.com/tests/content/base/test/csp/file_CSP.sjs?testid=css_examplecom&type=text/css' /> 1.10 + 1.11 + </head> 1.12 + <body> 1.13 + <img src="/tests/content/base/test/csp/file_CSP.sjs?testid=img_self&type=img/png"> </img> 1.14 + <img src="http://example.com/tests/content/base/test/csp/file_CSP.sjs?testid=img_examplecom&type=img/png"> </img> 1.15 + <script src='/tests/content/base/test/csp/file_CSP.sjs?testid=script_self&type=text/javascript'></script> 1.16 + 1.17 + </body> 1.18 +</html>