Bug 1938475 [Wayland] Fallback to monitor screen scale if we're missing wayland surfa...
[gecko.git] / security / manager / ssl / tests / mochitest / mixedcontent / iframe2.html
blob87765bbb5b08c18fe3880212b759b2d76d3317bc
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 </head>
6 <body>
7 This is frame 2:
8 <script>
9 "use strict";
10 document.write(location.href);
11 </script>
12 <iframe src="http://example.com/tests/security/manager/ssl/tests/mochitest/mixedcontent/iframe.html"></iframe>
13 </body>
14 </html>