OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../fast/js/resources/js-test-pre.js"></script> | 3 <script src="../fast/js/resources/js-test-pre.js"></script> |
4 <script> | 4 <script> |
5 var latch = true; | 5 var latch = true; |
6 | 6 |
7 function buttonClicked() { | 7 function buttonClicked() { |
8 frames[0].startIntent(); | 8 frames[0].startIntent(); |
9 } | 9 } |
10 | 10 |
(...skipping 29 matching lines...) Expand all Loading... |
40 debug("* sent mouseup"); | 40 debug("* sent mouseup"); |
41 } | 41 } |
42 } | 42 } |
43 </script> | 43 </script> |
44 </head> | 44 </head> |
45 <body> | 45 <body> |
46 <input type="button" id="button" value="Start Web Intent" onmouseup="buttonClick
ed()"> | 46 <input type="button" id="button" value="Start Web Intent" onmouseup="buttonClick
ed()"> |
47 <iframe id="frame" onload="frameloaded()" src="resources/web-intents-reload-orig
.html"></iframe> | 47 <iframe id="frame" onload="frameloaded()" src="resources/web-intents-reload-orig
.html"></iframe> |
48 </body> | 48 </body> |
49 </html> | 49 </html> |
OLD | NEW |