Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <html>
2 <head>
3 <script>
4 if (location.search == '?broken') {
5 // Load something non-https.
6 var s = document.createElement('script');
7 s.src = 'http://example.com/dom/browser-element/mochitest/file_empty_script.js';
8 document.head.appendChild(s);
9 }
10 </script>
11 </head>
13 <body>
14 file_browserElement_SecurityChange.html.
15 </body>
16 </html>