comparison: dom/browser-element/mochitest/file_browserElement_SecurityChange.html
dom/browser-element/mochitest/file_browserElement_SecurityChange.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
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> |
|
12 |
|
13 <body> |
|
14 file_browserElement_SecurityChange.html. |
|
15 </body> |
|
16 </html> |