sync_with_csp.html (354B)
1 <!doctype html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <meta http-equiv="Content-Security-Policy" content="style-src *"> 6 <title>simple testcase with content security policy</title> 7 <link rel="stylesheet" type="text/css" href="sync_with_csp.css" /> 8 </head> 9 <body> 10 <div id="testid">simple testcase with content security policy</div> 11 </body> 12 </html>