gecko/content/base/test/csp/file_csp_regexp_parsing.html
2013-09-30 10:49:07 -07:00

11 lines
285 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Bug 916054 - URLs with path are ignored by FF's CSP parser</title>
</head>
<body>
<div id="testdiv">blocked</div>
<script src="http://test1.example.com/tests/content/base/test/csp/file_csp_regexp_parsing.js"></script>
</body>
</html>