зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
336 B
HTML
18 строки
336 B
HTML
<html>
|
|
<head>
|
|
|
|
<script>
|
|
if (location.search === "?broken") {
|
|
// Load something non-https.
|
|
var s = document.createElement("script");
|
|
s.src = "http://example.com/dom/browser-element/mochitest/file_empty_script.js";
|
|
document.head.appendChild(s);
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
file_browserElement_SecurityChange.html.
|
|
</body>
|
|
</html>
|