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-failure.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           // Empty args will send failure message.
11           window.testRunner.sendWebIntentResponse();
12         }
13       }
14     </script>
15   </head>
16 <body onload="simulateButtonPress()">
17 <input type="button" id="button" value="Start Web Intent" onmouseup="buttonClicked()">
18 <script src="../fast/js/resources/js-test-post.js"></script>
19 </body>
20 </html>