Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <script src="../../../resources/js-test.js"></script> | |
| 4 <body> | |
| 5 <form> | |
| 6 <fieldset> | |
| 7 <input type="text" required> | |
| 8 </fieldset> | |
| 9 <button id='aButton'>Submit<button> | |
| 10 </form> | |
| 11 <script> | |
|
tkent
2015/06/25 12:47:08
Please add an explanation of this test.
descripti
tanay.c
2015/06/25 13:37:29
Done.
| |
| 12 var buttonid = document.getElementById('aButton'); | |
| 13 buttonid.click(); | |
| 14 </script> | |
| 15 </body> | |
| 16 </html> | |
| OLD | NEW |