file_path_matching.html (287B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <title>Bug 808292 - Implement path-level host-source matching to CSP</title> 5 </head> 6 <body> 7 <div id="testdiv">blocked</div> 8 <script src="http://test1.example.com/tests/dom/security/test/csp/file_path_matching.js#foo"></script> 9 </body> 10 </html>