tenfourfox/dom/browser-element/mochitest/file_browserElement_TargetTop.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
232 B
HTML

<html>
<body>
<div id='url'></div>
<script>
if (location.search == '') {
window.open('file_browserElement_TargetTop.html?2', '_top');
}
document.getElementById('url').innerHTML = document.location.href;
</script>
</body>
</html>