Roll leveldb 3f7758:803d69 (v1.17 -> v1.18)
[chromium-blink-merge.git] / chrome / test / data / extensions / test_file_with_csp.html
blob222db0b883c2a23af2b7f56899978a56ba85ea37
1 <!doctype html>
2 <html>
3 <head>
4 <meta http-equiv="X-WebKit-CSP" content="default-src 'none'">
5 <title>Define a restrictive CSP.</title>
6 </head>
7 <body>
8 <img src="./icon1.png">
9 </body>
10 </html>