Changeset 246336 in webkit
- Timestamp:
- Jun 11, 2019, 3:31:00 PM (7 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
fast/events/ios/keydown-keyup-special-keys-in-non-editable-element-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r246334 r246336 1 2019-06-11 Daniel Bates <dabates@apple.com> 2 3 Fix up test result following r245161. 4 <rdar://problem/51032967> 5 6 Until we get UIKit support, almost all keys, including the numpad comma key (on JIS keyboards) 7 report Dead for their key property and Unidentified for their keyIdentifier property. 8 9 * fast/events/ios/keydown-keyup-special-keys-in-non-editable-element-expected.txt: 10 1 11 2019-06-11 Truitt Savell <tsavell@apple.com> 2 12 -
trunk/LayoutTests/fast/events/ios/keydown-keyup-special-keys-in-non-editable-element-expected.txt
r245162 r246336 46 46 type: keyup, key: Shift, code: ShiftRight, keyIdentifier: Shift, keyCode: 16, charCode: 0, keyCode: 16, which: 16 47 47 type: keydown, key: ,, code: NumpadComma, keyIdentifier: U+002C, keyCode: 108, charCode: 0, keyCode: 108, which: 108 48 type: keyup, key: ,, code: NumpadComma, keyIdentifier: U+002C, keyCode: 108, charCode: 0, keyCode: 108, which: 10848 type: keyup, key: Dead, code: NumpadComma, keyIdentifier: Unidentified, keyCode: 108, charCode: 0, keyCode: 108, which: 108 49 49 type: keydown, key: , code: F1, keyIdentifier: U+0010, keyCode: 112, charCode: 0, keyCode: 112, which: 112 50 50 type: keyup, key: Dead, code: F1, keyIdentifier: Unidentified, keyCode: 112, charCode: 0, keyCode: 112, which: 112
Note:
See TracChangeset
for help on using the changeset viewer.