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

Side by Side Diff: LayoutTests/fast/events/keyboardevent-key-expected.txt

Issue 1271253005: Auto-rebaseline for r200178 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Annotate | Revision Log
OLDNEW
1 Tests KeyboardEvent.key attribute 1 Tests KeyboardEvent.key attribute
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 Modifier Keys 6 Modifier Keys
7 PASS lastKeyboardUpEvent.key is 'Control' 7 FAIL lastKeyboardUpEvent.key should be Control. Was .
8 PASS lastKeyboardDownEvent.key is 'Control' 8 FAIL lastKeyboardDownEvent.key should be Control. Was .
9 PASS lastKeyboardDownEvent.key is 'Shift' 9 FAIL lastKeyboardDownEvent.key should be Shift. Was .
10 PASS lastKeyboardDownEvent.key is 'Shift' 10 FAIL lastKeyboardDownEvent.key should be Shift. Was .
11 PASS lastKeyboardDownEvent.key is 'Alt' 11 FAIL lastKeyboardDownEvent.key should be Alt. Was .
12 PASS lastKeyboardDownEvent.key is 'AltGraph' 12 FAIL lastKeyboardDownEvent.key should be AltGraph. Was .
13 PASS lastKeyboardDownEvent.key is 'NumLock' 13 FAIL lastKeyboardDownEvent.key should be NumLock. Was .
14 PASS lastKeyboardUpEvent.key is 'NumLock' 14 FAIL lastKeyboardUpEvent.key should be NumLock. Was .
15 Whitespace Keys 15 Whitespace Keys
16 PASS lastKeyboardDownEvent.key is 'Enter' 16 FAIL lastKeyboardDownEvent.key should be Enter. Was .
17 PASS lastKeyboardDownEvent.key is 'Tab' 17 FAIL lastKeyboardDownEvent.key should be Tab. Was .
18 PASS lastKeyboardUpEvent.key is 'Tab' 18 FAIL lastKeyboardUpEvent.key should be Tab. Was .
19 Navigation keys 19 Navigation keys
20 PASS lastKeyboardDownEvent.key is 'ArrowRight' 20 FAIL lastKeyboardDownEvent.key should be ArrowRight. Was .
21 PASS lastKeyboardUpEvent.key is 'ArrowRight' 21 FAIL lastKeyboardUpEvent.key should be ArrowRight. Was .
22 PASS lastKeyboardDownEvent.key is 'ArrowDown' 22 FAIL lastKeyboardDownEvent.key should be ArrowDown. Was .
23 PASS lastKeyboardDownEvent.key is 'ArrowLeft' 23 FAIL lastKeyboardDownEvent.key should be ArrowLeft. Was .
24 PASS lastKeyboardDownEvent.key is 'ArrowUp' 24 FAIL lastKeyboardDownEvent.key should be ArrowUp. Was .
25 PASS lastKeyboardUpEvent.key is 'ArrowUp' 25 FAIL lastKeyboardUpEvent.key should be ArrowUp. Was .
26 PASS lastKeyboardDownEvent.key is 'Home' 26 FAIL lastKeyboardDownEvent.key should be Home. Was .
27 PASS lastKeyboardDownEvent.key is 'End' 27 FAIL lastKeyboardDownEvent.key should be End. Was .
28 PASS lastKeyboardDownEvent.key is 'PageUp' 28 FAIL lastKeyboardDownEvent.key should be PageUp. Was .
29 PASS lastKeyboardDownEvent.key is 'PageDown' 29 FAIL lastKeyboardDownEvent.key should be PageDown. Was .
30 PASS lastKeyboardUpEvent.key is 'PageDown' 30 FAIL lastKeyboardUpEvent.key should be PageDown. Was .
31 Editing Keys 31 Editing Keys
32 PASS lastKeyboardDownEvent.code is 'Backspace' 32 PASS lastKeyboardDownEvent.code is 'Backspace'
33 PASS lastKeyboardDownEvent.key is 'Insert' 33 FAIL lastKeyboardDownEvent.key should be Insert. Was .
34 PASS lastKeyboardUpEvent.key is 'Insert' 34 FAIL lastKeyboardUpEvent.key should be Insert. Was .
35 PASS lastKeyboardDownEvent.key is 'Delete' 35 FAIL lastKeyboardDownEvent.key should be Delete. Was .
36 Device Keys 36 Device Keys
37 PASS lastKeyboardDownEvent.key is 'PrintScreen' 37 FAIL lastKeyboardDownEvent.key should be PrintScreen. Was .
38 PASS lastKeyboardUpEvent.key is 'PrintScreen' 38 FAIL lastKeyboardUpEvent.key should be PrintScreen. Was .
39 General Purpose Function Section 39 General Purpose Function Section
40 PASS lastKeyboardDownEvent.key is 'F1' 40 FAIL lastKeyboardDownEvent.key should be F1. Was .
41 PASS lastKeyboardDownEvent.key is 'F6' 41 FAIL lastKeyboardDownEvent.key should be F6. Was .
42 PASS lastKeyboardDownEvent.key is 'F12' 42 FAIL lastKeyboardDownEvent.key should be F12. Was .
43 UI Keys 43 UI Keys
44 PASS lastKeyboardDownEvent.key is 'Escape' 44 FAIL lastKeyboardDownEvent.key should be Escape. Was .
45 PASS lastKeyboardUpEvent.key is 'Escape' 45 FAIL lastKeyboardUpEvent.key should be Escape. Was .
46 PASS lastKeyboardDownEvent.key is 'MediaApps' 46 FAIL lastKeyboardDownEvent.key should be MediaApps. Was .
47 PASS successfullyParsed is true 47 PASS successfullyParsed is true
48 48
49 TEST COMPLETE 49 TEST COMPLETE
50 - 50 -
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698