| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../js/resources/js-test-pre.js"></script> | 4 <script src="../../../resources/js-test.js"></script> |
| 5 <script src="../../forms/resources/common.js"></script> | 5 <script src="../../forms/resources/common.js"></script> |
| 6 <script src="../../forms/resources/common-wheel-event.js"></script> | 6 <script src="../../forms/resources/common-wheel-event.js"></script> |
| 7 <script src="../../forms/resources/picker-common.js"></script> | 7 <script src="../../forms/resources/picker-common.js"></script> |
| 8 <script src="resources/suggestion-picker-common.js"></script> | 8 <script src="resources/suggestion-picker-common.js"></script> |
| 9 </head> | 9 </head> |
| 10 <body style="background-color: #bbbbbb;"> | 10 <body style="background-color: #bbbbbb;"> |
| 11 <p id="description"></p> | 11 <p id="description"></p> |
| 12 <div id="console"></div> | 12 <div id="console"></div> |
| 13 <input type=time id=time value="01:00" list=suggestions> | 13 <input type=time id=time value="01:00" list=suggestions> |
| 14 <datalist id=suggestions> | 14 <datalist id=suggestions> |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 eventSender.mouseUp(); | 113 eventSender.mouseUp(); |
| 114 scrollTopAfterWheelEvent = suggestionList.scrollTop; | 114 scrollTopAfterWheelEvent = suggestionList.scrollTop; |
| 115 shouldBeTrue('scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent'); | 115 shouldBeTrue('scrollTopBeforeWheelEvent < scrollTopAfterWheelEvent'); |
| 116 | 116 |
| 117 finishJSTest(); | 117 finishJSTest(); |
| 118 } | 118 } |
| 119 | 119 |
| 120 </script> | 120 </script> |
| 121 </body> | 121 </body> |
| 122 </html> | 122 </html> |
| OLD | NEW |