1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/devtools/webconsole/test/test-bug-821877-csperrors.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<!doctype html> 1.5 +<html> 1.6 + <head> 1.7 + <meta charset="utf8"> 1.8 + <title>Bug 821877 - Log CSP Errors to Web Console</title> 1.9 + <!-- Any copyright is dedicated to the Public Domain. 1.10 + - http://creativecommons.org/publicdomain/zero/1.0/ --> 1.11 + </head> 1.12 + <body> 1.13 + <p>This page is served with a deprecated CSP header.</p> 1.14 + </body> 1.15 +</html>