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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/listbox-selection-expected.txt

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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/forms/listbox-selection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/listbox-selection-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/listbox-selection-expected.txt
deleted file mode 100644
index 9acff3c0b547c6b31e3b30fb5d8eed962b2e6f88..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/listbox-selection-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-<select> selection test for mouse events and keyevents.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-1) Select one item with mouse (no previous selection)
-PASS selectionPattern("sl1") is "10000"
-2) Select one item with mouse (with previous selection)
-PASS selectionPattern("sl2") is "10000"
-3) Select one item with the keyboard (no previous selection)
-PASS selectionPattern("sl3") is "00001"
-4) Select one item with the keyboard (with previous selection)
-PASS selectionPattern("sl4") is "00100"
-5) Attempt to select an item cmd-clicking
-PASS selectionPattern("sl5") is "01000"
-6) Attempt to select a range shift-clicking
-PASS selectionPattern("sl6") is "01000"
-7) Attempt to select a range with the keyboard
-PASS selectionPattern("sl7") is "00100"
-8) Select one item with mouse (no previous selection)
-PASS selectionPattern("sl8") is "10000"
-9) Select one item with mouse (with previous selection)
-PASS selectionPattern("sl9") is "10000"
-10) Select one item with the keyboard (no previous selection)
-PASS selectionPattern("sl10") is "00001"
-11) Select one item with the keyboard (with previous selection)
-PASS selectionPattern("sl11") is "00100"
-12) Select an item cmd-clicking
-PASS selectionPattern("sl12") is "01100"
-13) Select a range shift-clicking
-PASS selectionPattern("sl13") is "11110"
-14) Select a range with the keyboard
-PASS selectionPattern("sl14") is "01100"
-15) Drag upside-down
-PASS selectionPattern("sl15") is "01000"
-PASS mouseMoveToOption("sl15", 3); selectionPattern("sl15") is "01110"
-PASS mouseMoveToOption("sl15", 2); selectionPattern("sl15") is "01100"
-16) Active-selection after type-ahead
-PASS mouseClickOnSelect('sl16', 1); selectionPattern('sl16') is "01000"
-PASS keyDownOnSelect('sl16', 'e'); selectionPattern('sl16') is "00001"
-PASS keyDownOnSelect('sl16', 'upArrow', 'rangeSelectionKey'); selectionPattern('sl16') is "00011"
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698