2012-06-20 20:15:39 +04:00
|
|
|
<html>
|
|
|
|
<head>
|
2015-08-10 23:59:59 +03:00
|
|
|
|
2012-06-20 20:15:39 +04:00
|
|
|
<script>
|
2019-03-19 23:56:10 +03:00
|
|
|
if (location.search === "?broken") {
|
2012-06-20 20:15:39 +04:00
|
|
|
// Load something non-https.
|
2019-03-19 23:56:10 +03:00
|
|
|
var s = document.createElement("script");
|
|
|
|
s.src = "http://example.com/dom/browser-element/mochitest/file_empty_script.js";
|
2012-06-20 20:15:39 +04:00
|
|
|
document.head.appendChild(s);
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
file_browserElement_SecurityChange.html.
|
|
|
|
</body>
|
|
|
|
</html>
|