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