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

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

Issue 2100243002: Remove non-standardize key code names from event_sender. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix inspector tests that were missed by sed Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-expected.txt
index d877cdc116d739d5b0f14f6126ad9092ac3d63cb..4e083dc417ccb467093bb4ff0e83d1afd9bbded2 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/select/listbox-selection-expected.txt
@@ -35,11 +35,11 @@ PASS selectionPattern("sl14") is "01100"
PASS selectionPattern("sl15") is "01000"
PASS mouseMoveToOption("sl15", 3); selectionPattern("sl15") is "01110"
PASS mouseMoveToOption("sl15", 2); selectionPattern("sl15") is "01100"
-PASS sl15.add(new Option("a")); eventSender.keyDown("upArrow"); selectionPattern("sl15") is "010000"
+PASS sl15.add(new Option("a")); eventSender.keyDown("ArrowUp"); selectionPattern("sl15") is "010000"
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 keyDownOnSelect('sl16', 'ArrowUp', 'rangeSelectionKey'); selectionPattern('sl16') is "00011"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698