OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../js/resources/js-test-pre.js"></script> | 4 <script src="../js/resources/js-test-pre.js"></script> |
5 </head> | 5 </head> |
6 <body> | 6 <body> |
7 <script type="text/javascript"> | 7 <script type="text/javascript"> |
8 description('Tests that the speech button ignores programmatic click events.'); | 8 description('Tests that the speech button ignores programmatic click events.'); |
9 | 9 |
10 function sendClick(useEventSender) { | 10 function sendClick(useEventSender) { |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 }; | 56 }; |
57 sendClick(true); | 57 sendClick(true); |
58 } else { | 58 } else { |
59 setupDispatchEventTest(); | 59 setupDispatchEventTest(); |
60 } | 60 } |
61 } | 61 } |
62 | 62 |
63 window.onload = run; | 63 window.onload = run; |
64 window.jsTestIsAsync = true; | 64 window.jsTestIsAsync = true; |
65 </script> | 65 </script> |
66 <script src="../js/resources/js-test-post.js"></script> | |
67 <input id='speechInput' x-webkit-speech> | 66 <input id='speechInput' x-webkit-speech> |
68 </body> | 67 </body> |
69 </html> | 68 </html> |
OLD | NEW |