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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-popup-pagekeys.html

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 <html> 1 <html>
2 <head> 2 <head>
3 <title>SELECT pop-up page keys test</title> 3 <title>SELECT pop-up page keys test</title>
4 <script> 4 <script>
5 function log(s) 5 function log(s)
6 { 6 {
7 document.getElementById('console').appendChild(document.createTextNode(s + "\n")); 7 document.getElementById('console').appendChild(document.createTextNode(s + "\n"));
8 } 8 }
9 9
10 function sendKey(element, key) { 10 function sendKey(element, key) {
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 <option value="3" disabled="true">3 </option> 222 <option value="3" disabled="true">3 </option>
223 <option value="4">4 </option> 223 <option value="4">4 </option>
224 <option value="5">5 </option> 224 <option value="5">5 </option>
225 <option value="6">6 </option> 225 <option value="6">6 </option>
226 <option value="7" disabled = "true">7 </option> 226 <option value="7" disabled = "true">7 </option>
227 </select> 227 </select>
228 </form> 228 </form>
229 <pre id="console"></pre> 229 <pre id="console"></pre>
230 </body> 230 </body>
231 </html> 231 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698