2 <head><title>Page that displays insecure content
</title>
4 function IframeWidth() {
5 return document
.getElementById("bad_iframe").width
;
10 This page contains an iframe which is served over an http connection,
11 causing insecure content (when this page is loaded over https).
<br>
12 <iframe id=
"bad_iframe" src=
"http://REPLACE_WITH_HOST_AND_PORT/files/ssl/bad_iframe.html"></iframe>