Merge "Add to ewk api for setting/getting the User Agent by using system info library...
[framework/web/webkit-efl.git] / LayoutTests / webintents / web-intents-reply.html
1 <html>
2   <head>
3     <script src="../fast/js/resources/js-test-pre.js"></script>
4     <script src="resources/web-intents-testing.js"></script>
5     <script>
6       function buttonClicked() {
7         startIntentWithCallbacks();
8
9         if (window.testRunner) {
10           window.testRunner.sendWebIntentResponse("reply");
11         }
12       }
13     </script>
14   </head>
15 <body onload="simulateButtonPress()">
16 <input type="button" id="button" value="Start Web Intent" onmouseup="buttonClicked()">
17 <script src="../fast/js/resources/js-test-post.js"></script>
18 </body>
19 </html>