1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/browser-element/mochitest/file_browserElement_TargetTop.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +<html> 1.5 +<body> 1.6 +<div id='url'></div> 1.7 + 1.8 +<script> 1.9 +if (location.search == '') { 1.10 + window.open('file_browserElement_TargetTop.html?2', '_top'); 1.11 +} 1.12 +document.getElementById('url').innerHTML = document.location.href; 1.13 +</script> 1.14 +</body> 1.15 +</html>