summaryrefslogtreecommitdiffstats
path: root/devtools/client/netmonitor/test/html_csp-frame-test-page.html
blob: 7ef4e2382560e92172cb6c9fcec57556ee3d3882 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset=utf-8>
  </head>
  <body>
    <iframe src="https://example.org/browser/devtools/client/netmonitor/test/html_csp-test-page.html" width="50%" height="50%"></iframe>
  </body>
</html>