comparison: dom/tests/mochitest/bugs/bug458091_child.html
dom/tests/mochitest/bugs/bug458091_child.html
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 <html> <head> |
|
2 <title></title> |
|
3 <script type="text/javascript"> |
|
4 function finish() { |
|
5 window.opener.finish(sessionStorage["testItem"]); |
|
6 window.close(); |
|
7 } |
|
8 </script> |
|
9 </head> |
|
10 |
|
11 <body onload="finish();"> |
|
12 </body> |
|
13 </html> |