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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/scroll-behavior/smooth-scroll/keyboard-scroll-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, 5 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 Test keyboard smooth scroll. The main purpose of this test is to ensure that smo oth scrolling on the compositor works as intended (tested via virtual suite virt ual/threaded/). 1 Test keyboard smooth scroll. The main purpose of this test is to ensure that smo oth scrolling on the compositor works as intended (tested via virtual suite virt ual/threaded/).
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS downArrow reached target 6 PASS ArrowDown reached target
7 PASS upArrow reached target 7 PASS ArrowUp reached target
8 PASS rightArrow reached target 8 PASS ArrowRight reached target
9 PASS leftArrow reached target 9 PASS ArrowLeft reached target
10 PASS end reached target 10 PASS End reached target
11 PASS home reached target 11 PASS Home reached target
12 PASS pageDown reached target 12 PASS PageDown reached target
13 PASS pageUp reached target 13 PASS PageUp reached target
14 PASS reached target 14 PASS reached target
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 Top of pageBottom of pageLeft of pageRight of pageMiddle of page 18 Top of pageBottom of pageLeft of pageRight of pageMiddle of page
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698