Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1108)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/README.md

Issue 1591613002: Move tests about 'New SELECT Popup' to fast/forms/select-popup, and disable them on OSX and Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698