dom/browser-element/mochitest/file_browserElement_TargetTop.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:aab55062670a
1 <html>
2 <body>
3 <div id='url'></div>
4
5 <script>
6 if (location.search == '') {
7 window.open('file_browserElement_TargetTop.html?2', '_top');
8 }
9 document.getElementById('url').innerHTML = document.location.href;
10 </script>
11 </body>
12 </html>

mercurial