Upstream version 7.35.136.0
[platform/framework/web/crosswalk.git] / src / xwalk / test / android / data / add_js_interface.html
1 <html>
2 <head>
3 <script type="text/javascript">
4     function setTitle()
5     {
6         document.title = testInterface.getText();
7     }
8 </script>
9 <title></title>
10 </head>
11
12 <body onload="setTitle()">
13 </body>
14 </html>