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