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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-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/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt
index e435ffbbedb5857f9578d8532d94056a832e8d3d..a4d8b17f5943b1c06b7f07c0045963731285f0ed 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-stepup-stepdown-from-renderer-expected.txt
@@ -7,8 +7,8 @@ Function arguments are (value, step, min, max, [keySequence]).
Normal cases
PASS stepUp("07:13", null, null, null) is "07:14"
PASS stepDown("07:13", null, null, null) is "07:12"
-PASS test("07:13", null, null, null, ["upArrow", "upArrow", "upArrow"]) is "07:16"
-PASS test("07:13", null, null, null, ["downArrow", "downArrow", "downArrow"]) is "07:10"
+PASS test("07:13", null, null, null, ["ArrowUp", "ArrowUp", "ArrowUp"]) is "07:16"
+PASS test("07:13", null, null, null, ["ArrowDown", "ArrowDown", "ArrowDown"]) is "07:10"
Milliseconds
PASS stepUp("07:13:00.000", 0.001, null, null) is "07:13:00.001"
PASS stepDown("07:13:00.001", 0.001, null, null) is "07:13"
@@ -28,10 +28,10 @@ PASS stepUp("07:13:00.500", 60, null, null) is "07:13"
PASS stepDown("07:13:00.500", 60, null, null) is "07:13"
PASS stepUp("07:13:00.500", 0.100, "00:00:00.050", null) is "07:13:00.550"
PASS stepDown("07:13:00.500", 0.100, "00:00:00.050", null) is "07:13:00.450"
-PASS test("07:13:00.500", 0.100, null, null, ["delete", "upArrow"]) is "07:13"
-PASS test("07:13:00.500", 0.100, null, null, ["delete", "downArrow"]) is "07:13:00.900"
-PASS test("07:13:00.500", 0.100, "00:00:00.050", null, ["delete", "upArrow"]) is "07:13:00.050"
-PASS test("07:13:00.500", 0.100, "00:00:00.050", null, ["delete", "downArrow"]) is "07:13:00.950"
+PASS test("07:13:00.500", 0.100, null, null, ["Delete", "ArrowUp"]) is "07:13"
+PASS test("07:13:00.500", 0.100, null, null, ["Delete", "ArrowDown"]) is "07:13:00.900"
+PASS test("07:13:00.500", 0.100, "00:00:00.050", null, ["Delete", "ArrowUp"]) is "07:13:00.050"
+PASS test("07:13:00.500", 0.100, "00:00:00.050", null, ["Delete", "ArrowDown"]) is "07:13:00.950"
PASS stepUp("07:13:00.010", 0.001, "07:13:00.005", "07:13:00.010") is "07:13:00.005"
PASS stepDown("07:13:00.005", 0.001, "07:13:00.005", "07:13:00.010") is "07:13:00.010"
PASS stepUp("07:13:00.005", 0.001, "07:13:00.010", "07:13:00.020") is "07:13:00.010"
@@ -63,10 +63,10 @@ PASS stepUp("07:13:30", 11, null, null) is "07:13:31"
PASS stepDown("07:13:30", 11, null, null) is "07:13:29"
PASS stepUp("07:13:30", 10, "00:00:05", null) is "07:13:35"
PASS stepDown("07:13:30", 10, "00:00:05", null) is "07:13:25"
-PASS test("07:13:30", 10, null, null, ["delete", "upArrow"]) is "07:13"
-PASS test("07:13:30", 10, null, null, ["delete", "downArrow"]) is "07:13:50"
-PASS test("07:13:30", 10, "00:00:05", null, ["delete", "upArrow"]) is "07:13:05"
-PASS test("07:13:30", 10, "00:00:05", null, ["delete", "downArrow"]) is "07:13:55"
+PASS test("07:13:30", 10, null, null, ["Delete", "ArrowUp"]) is "07:13"
+PASS test("07:13:30", 10, null, null, ["Delete", "ArrowDown"]) is "07:13:50"
+PASS test("07:13:30", 10, "00:00:05", null, ["Delete", "ArrowUp"]) is "07:13:05"
+PASS test("07:13:30", 10, "00:00:05", null, ["Delete", "ArrowDown"]) is "07:13:55"
PASS stepUp("07:13:10", 1, "07:13:05", "07:13:10") is "07:13:05"
PASS stepDown("07:13:05", 1, "07:13:05", "07:13:10") is "07:13:10"
PASS stepUp("07:13:05", 1, "07:13:10", "07:13:20") is "07:13:10"
@@ -98,10 +98,10 @@ PASS stepUp("07:13", 660, null, null) is "07:14"
PASS stepDown("07:13", 660, null, null) is "07:12"
PASS stepUp("07:13", 600, "00:05", null) is "07:15"
PASS stepDown("07:13", 600, "00:05", null) is "07:05"
-PASS test("07:13", 600, null, null, ["delete", "upArrow"]) is "07:00"
-PASS test("07:13", 600, null, null, ["delete", "downArrow"]) is "07:50"
-PASS test("07:13", 600, "00:05", null, ["delete", "upArrow"]) is "07:05"
-PASS test("07:13", 600, "00:05", null, ["delete", "downArrow"]) is "07:55"
+PASS test("07:13", 600, null, null, ["Delete", "ArrowUp"]) is "07:00"
+PASS test("07:13", 600, null, null, ["Delete", "ArrowDown"]) is "07:50"
+PASS test("07:13", 600, "00:05", null, ["Delete", "ArrowUp"]) is "07:05"
+PASS test("07:13", 600, "00:05", null, ["Delete", "ArrowDown"]) is "07:55"
PASS stepUp("07:10", 1, "07:05", "07:10") is "07:05"
PASS stepDown("07:05", 1, "07:05", "07:10") is "07:10"
PASS stepUp("07:05", 1, "07:10", "07:20") is "07:10"
@@ -133,11 +133,11 @@ PASS stepUp("06:00", 36000, null, null) is "07:00"
PASS stepDown("06:00", 36000, null, null) is "05:00"
PASS stepUp("06:00", 7200, "01:00", null) is "07:00"
PASS stepDown("06:00", 7200, "01:00", null) is "05:00"
-PASS test("06:00", 7200, null, null, ["delete", "upArrow"]) is "02:00"
-PASS test("06:00", 7200, null, null, ["delete", "downArrow"]) is "00:00"
+PASS test("06:00", 7200, null, null, ["Delete", "ArrowUp"]) is "02:00"
+PASS test("06:00", 7200, null, null, ["Delete", "ArrowDown"]) is "00:00"
PASS getUserAgentShadowTextContent(input) is "12:00 AM"
-PASS test("06:00", 7200, "01:00", null, ["delete", "upArrow"]) is "01:00"
-PASS test("06:00", 7200, "01:00", null, ["delete", "downArrow"]) is "11:00"
+PASS test("06:00", 7200, "01:00", null, ["Delete", "ArrowUp"]) is "01:00"
+PASS test("06:00", 7200, "01:00", null, ["Delete", "ArrowDown"]) is "11:00"
PASS stepUp("17:00", 1, "17:00", "20:00") is "18:00"
PASS stepDown("17:00", 1, "17:00", "20:00") is "20:00"
PASS stepUp("17:00", 1, "15:00", "17:00") is "15:00"
@@ -169,10 +169,10 @@ PASS stepUp("23:00", 1, null, null) is "12:00"
PASS getUserAgentShadowTextContent(input) is "00:00 PM"
PASS stepDown("12:00", 1, null, null) is "23:00"
PASS getUserAgentShadowTextContent(input) is "11:00 PM"
-PASS test("06:00", 7200, null, null, ["delete", "upArrow"]) is "00:00"
-PASS test("06:00", 7200, null, null, ["delete", "downArrow"]) is "10:00"
-PASS test("06:00", 7200, "01:00", null, ["delete", "upArrow"]) is "01:00"
-PASS test("06:00", 7200, "01:00", null, ["delete", "downArrow"]) is "11:00"
+PASS test("06:00", 7200, null, null, ["Delete", "ArrowUp"]) is "00:00"
+PASS test("06:00", 7200, null, null, ["Delete", "ArrowDown"]) is "10:00"
+PASS test("06:00", 7200, "01:00", null, ["Delete", "ArrowUp"]) is "01:00"
+PASS test("06:00", 7200, "01:00", null, ["Delete", "ArrowDown"]) is "11:00"
PASS stepUp("17:00", 1, "17:00", "20:00") is "18:00"
PASS stepDown("17:00", 1, "17:00", "20:00") is "20:00"
PASS stepUp("17:00", 1, "15:00", "17:00") is "15:00"
@@ -214,11 +214,11 @@ PASS stepUp("06:00", 36000, null, null) is "07:00"
PASS stepDown("06:00", 36000, null, null) is "05:00"
PASS stepUp("06:00", 7200, "01:00", null) is "07:00"
PASS stepDown("06:00", 7200, "01:00", null) is "05:00"
-PASS test("06:00", 7200, null, null, ["delete", "upArrow"]) is "00:00"
+PASS test("06:00", 7200, null, null, ["Delete", "ArrowUp"]) is "00:00"
PASS getUserAgentShadowTextContent(input) is "00:00"
-PASS test("06:00", 7200, null, null, ["delete", "downArrow"]) is "22:00"
-PASS test("06:00", 7200, "01:00", null, ["delete", "upArrow"]) is "01:00"
-PASS test("06:00", 7200, "01:00", null, ["delete", "downArrow"]) is "23:00"
+PASS test("06:00", 7200, null, null, ["Delete", "ArrowDown"]) is "22:00"
+PASS test("06:00", 7200, "01:00", null, ["Delete", "ArrowUp"]) is "01:00"
+PASS test("06:00", 7200, "01:00", null, ["Delete", "ArrowDown"]) is "23:00"
PASS stepUp("17:00", 1, "17:00", "20:00") is "18:00"
PASS stepDown("17:00", 1, "17:00", "20:00") is "20:00"
PASS stepUp("17:00", 1, "15:00", "17:00") is "15:00"
@@ -248,10 +248,10 @@ PASS stepUp("23:00", 1, null, null) is "00:00"
PASS getUserAgentShadowTextContent(input) is "24:00"
PASS stepDown("12:00", 1, null, null) is "11:00"
PASS getUserAgentShadowTextContent(input) is "11:00"
-PASS test("06:00", 7200, null, null, ["delete", "upArrow"]) is "02:00"
-PASS test("06:00", 7200, null, null, ["delete", "downArrow"]) is "00:00"
-PASS test("06:00", 7200, "01:00", null, ["delete", "upArrow"]) is "01:00"
-PASS test("06:00", 7200, "01:00", null, ["delete", "downArrow"]) is "23:00"
+PASS test("06:00", 7200, null, null, ["Delete", "ArrowUp"]) is "02:00"
+PASS test("06:00", 7200, null, null, ["Delete", "ArrowDown"]) is "00:00"
+PASS test("06:00", 7200, "01:00", null, ["Delete", "ArrowUp"]) is "01:00"
+PASS test("06:00", 7200, "01:00", null, ["Delete", "ArrowDown"]) is "23:00"
PASS stepUp("17:00", 1, "17:00", "20:00") is "18:00"
PASS stepDown("17:00", 1, "17:00", "20:00") is "20:00"
PASS stepUp("17:00", 1, "15:00", "17:00") is "15:00"

Powered by Google App Engine
This is Rietveld 408576698