| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../../../fast/js/resources/js-test-pre.js"></script> |
| 5 </head> | 5 </head> |
| 6 <body> | 6 <body> |
| 7 <input id="test" type="month" value="2012-10"> | 7 <input id="test" type="month" value="2012-10"> |
| 8 <script> | 8 <script> |
| 9 description('This test checks value changed accessibility notifications.'); | 9 description('This test checks value changed accessibility notifications.'); |
| 10 | 10 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 | 26 |
| 27 window.jsTestIsAsync = true; | 27 window.jsTestIsAsync = true; |
| 28 | 28 |
| 29 window.setTimeout(function() { | 29 window.setTimeout(function() { |
| 30 debug(''); | 30 debug(''); |
| 31 testInput.remove(); | 31 testInput.remove(); |
| 32 finishJSTest(); | 32 finishJSTest(); |
| 33 }, 1); | 33 }, 1); |
| 34 } | 34 } |
| 35 </script> | 35 </script> |
| 36 <script src="../../../fast/js/resources/js-test-post.js"></script> | |
| 37 </body> | 36 </body> |
| 38 </html> | 37 </html> |
| OLD | NEW |