summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/ssl/bad_iframe.html
blob: 53eff7e66facbf076b744aee299545bde1662423 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<script>
  window.open('google.html', name,
              "status = 1, height = 300, width = 300, resizable = 0" );
</script>

<H1>Evil IFrame</H1>
This frame is loaded over insecure HTTPS.

</html>