⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246336 in webkit


Ignore:
Timestamp:
Jun 11, 2019, 3:31:00 PM (7 years ago)
Author:
dbates@webkit.org
Message:

Fix up test result following r245161.
<rdar://problem/51032967>

Until we get UIKit support, almost all keys, including the numpad comma key (on JIS keyboards)
report Dead for their key property and Unidentified for their keyIdentifier property.

  • fast/events/ios/keydown-keyup-special-keys-in-non-editable-element-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r246334 r246336  
     12019-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
    1112019-06-11  Truitt Savell  <tsavell@apple.com>
    212
  • trunk/LayoutTests/fast/events/ios/keydown-keyup-special-keys-in-non-editable-element-expected.txt

    r245162 r246336  
    4646type: keyup, key: Shift, code: ShiftRight, keyIdentifier: Shift, keyCode: 16, charCode: 0, keyCode: 16, which: 16
    4747type: 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: 108
     48type: keyup, key: Dead, code: NumpadComma, keyIdentifier: Unidentified, keyCode: 108, charCode: 0, keyCode: 108, which: 108
    4949type: keydown, key: , code: F1, keyIdentifier: U+0010, keyCode: 112, charCode: 0, keyCode: 112, which: 112
    5050type: 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.