- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / test_file_with_csp.html
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>