| OLD | NEW |
| 1 # fast/forms | 1 # fast/forms |
| 2 | 2 |
| 3 This directory contains tests related to HTML forms. We prefer this directory | 3 This directory contains tests related to HTML forms. We prefer this directory |
| 4 to fast/dom/HTML*Element/ for HTML forms. | 4 to fast/dom/HTML*Element/ for HTML forms. |
| 5 | 5 |
| 6 ## Sub-directories | 6 ## Sub-directories |
| 7 | 7 |
| 8 * button/ | 8 * button/ |
| 9 | 9 |
| 10 `<button>` tests | 10 `<button>` tests |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 `<input type=range>` | 94 `<input type=range>` |
| 95 | 95 |
| 96 * search/ | 96 * search/ |
| 97 | 97 |
| 98 `<input type=search>` | 98 `<input type=search>` |
| 99 | 99 |
| 100 * select/ | 100 * select/ |
| 101 | 101 |
| 102 `<select>` | 102 `<select>` |
| 103 | 103 |
| 104 * select-popup/ |
| 105 |
| 106 Popup menu for `<select>` on CrOS, Linux, and Windows. |
| 107 |
| 104 * submit/ | 108 * submit/ |
| 105 | 109 |
| 106 `<input type=submit>` | 110 `<input type=submit>` |
| 107 | 111 |
| 108 * suggestion-picker/ | 112 * suggestion-picker/ |
| 109 | 113 |
| 110 `<datalist>` picker UI | 114 `<datalist>` picker UI |
| 111 | 115 |
| 112 * text/ | 116 * text/ |
| 113 | 117 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 129 | 133 |
| 130 `<input type=url>` | 134 `<input type=url>` |
| 131 | 135 |
| 132 * week/ | 136 * week/ |
| 133 | 137 |
| 134 `<input type=week>` | 138 `<input type=week>` |
| 135 | 139 |
| 136 * week-multiple-fields/ | 140 * week-multiple-fields/ |
| 137 | 141 |
| 138 Inline UI of `<input type=week>` on desktop platforms. | 142 Inline UI of `<input type=week>` on desktop platforms. |
| OLD | NEW |