1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/browser-element/mochitest/file_browserElement_SecurityChange.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<html> 1.5 +<head> 1.6 +<script> 1.7 +if (location.search == '?broken') { 1.8 + // Load something non-https. 1.9 + var s = document.createElement('script'); 1.10 + s.src = 'http://example.com/dom/browser-element/mochitest/file_empty_script.js'; 1.11 + document.head.appendChild(s); 1.12 +} 1.13 +</script> 1.14 +</head> 1.15 + 1.16 +<body> 1.17 +file_browserElement_SecurityChange.html. 1.18 +</body> 1.19 +</html>