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

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

Issue 933323002: Add experimental Support for DOM3 KeyboardEvent key value (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated global-interface-listing as test were failing due to addition of the key Created 5 years, 7 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
(Empty)
1 Tests KeyboardEvent.key attribute
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Modifier Keys
7 PASS lastKeyboardUpEvent.key is 'Control'
8 PASS lastKeyboardDownEvent.key is 'Control'
9 PASS lastKeyboardDownEvent.key is 'Shift'
10 PASS lastKeyboardDownEvent.key is 'Shift'
11 PASS lastKeyboardDownEvent.key is 'Alt'
12 PASS lastKeyboardDownEvent.key is 'AltGraph'
13 PASS lastKeyboardDownEvent.key is 'NumLock'
14 PASS lastKeyboardUpEvent.key is 'NumLock'
15 Whitespace Keys
16 PASS lastKeyboardDownEvent.key is 'Enter'
17 PASS lastKeyboardDownEvent.key is 'Tab'
18 PASS lastKeyboardUpEvent.key is 'Tab'
19 Navigation keys
20 PASS lastKeyboardDownEvent.key is 'ArrowRight'
21 PASS lastKeyboardUpEvent.key is 'ArrowRight'
22 PASS lastKeyboardDownEvent.key is 'ArrowDown'
23 PASS lastKeyboardDownEvent.key is 'ArrowLeft'
24 PASS lastKeyboardDownEvent.key is 'ArrowUp'
25 PASS lastKeyboardUpEvent.key is 'ArrowUp'
26 PASS lastKeyboardDownEvent.key is 'Home'
27 PASS lastKeyboardDownEvent.key is 'End'
28 PASS lastKeyboardDownEvent.key is 'PageUp'
29 PASS lastKeyboardDownEvent.key is 'PageDown'
30 PASS lastKeyboardUpEvent.key is 'PageDown'
31 Editing Keys
32 PASS lastKeyboardDownEvent.code is 'Backspace'
33 PASS lastKeyboardDownEvent.key is 'Insert'
34 PASS lastKeyboardUpEvent.key is 'Insert'
35 PASS lastKeyboardDownEvent.key is 'Delete'
36 Device Keys
37 PASS lastKeyboardDownEvent.key is 'PrintScreen'
38 PASS lastKeyboardUpEvent.key is 'PrintScreen'
39 General Purpose Function Section
40 PASS lastKeyboardDownEvent.key is 'F1'
41 PASS lastKeyboardDownEvent.key is 'F6'
42 PASS lastKeyboardDownEvent.key is 'F12'
43 UI Keys
44 PASS lastKeyboardDownEvent.key is 'Escape'
45 PASS lastKeyboardUpEvent.key is 'Escape'
46 PASS lastKeyboardDownEvent.key is 'MediaApps'
47 PASS successfullyParsed is true
48
49 TEST COMPLETE
50 -
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698