dom/browser-element/mochitest/file_browserElement_OpenWindowDifferentOrigin.html

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:e1ac12e1fded
1 <html>
2 <body>
3
4 <div id='name'></div>
5
6 <script>
7 if (location.search == "?1") {
8 open("http://example.com/tests/dom/browser-element/mochitest/file_browserElement_OpenWindowDifferentOrigin.html?2");
9 }
10 else if (location.search == "?2") {
11 alert("finish");
12 }
13
14 document.getElementById('name').innerHTML = location.search;
15 </script>
16
17 </body>
18 </html>

mercurial