Bug 1918268 - updated libwebrtc patch stack
[gecko.git] / dom / security / test / csp / file_svg_inline_style_csp.html
blob040ee02e19763a6e016e14e2ee5fe53a286a7c73
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="Content-Security-Policy" content="default-src 'self'">
6 </head>
7 <body>
8 <img src="file_svg_inline_style_server.sjs?svg_inline_style_csp&2">
9 </body>
10 </html>