Title: [246336] trunk/LayoutTests
Revision
246336
Author
[email protected]
Date
2019-06-11 15:31:00 -0700 (Tue, 11 Jun 2019)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (246335 => 246336)


--- trunk/LayoutTests/ChangeLog	2019-06-11 22:12:50 UTC (rev 246335)
+++ trunk/LayoutTests/ChangeLog	2019-06-11 22:31:00 UTC (rev 246336)
@@ -1,3 +1,13 @@
+2019-06-11  Daniel Bates  <[email protected]>
+
+        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:
+
 2019-06-11  Truitt Savell  <[email protected]>
 
         r246018 introduced a falkey test on WK1

Modified: trunk/LayoutTests/fast/events/ios/keydown-keyup-special-keys-in-non-editable-element-expected.txt (246335 => 246336)


--- trunk/LayoutTests/fast/events/ios/keydown-keyup-special-keys-in-non-editable-element-expected.txt	2019-06-11 22:12:50 UTC (rev 246335)
+++ trunk/LayoutTests/fast/events/ios/keydown-keyup-special-keys-in-non-editable-element-expected.txt	2019-06-11 22:31:00 UTC (rev 246336)
@@ -45,7 +45,7 @@
 type: keydown, key: Shift, code: ShiftRight, keyIdentifier: Shift, keyCode: 16, charCode: 0, keyCode: 16, which: 16
 type: keyup, key: Shift, code: ShiftRight, keyIdentifier: Shift, keyCode: 16, charCode: 0, keyCode: 16, which: 16
 type: keydown, key: ,, code: NumpadComma, keyIdentifier: U+002C, keyCode: 108, charCode: 0, keyCode: 108, which: 108
-type: keyup, key: ,, code: NumpadComma, keyIdentifier: U+002C, keyCode: 108, charCode: 0, keyCode: 108, which: 108
+type: keyup, key: Dead, code: NumpadComma, keyIdentifier: Unidentified, keyCode: 108, charCode: 0, keyCode: 108, which: 108
 type: keydown, key: , code: F1, keyIdentifier: U+0010, keyCode: 112, charCode: 0, keyCode: 112, which: 112
 type: keyup, key: Dead, code: F1, keyIdentifier: Unidentified, keyCode: 112, charCode: 0, keyCode: 112, which: 112
 type: keydown, key: , code: F2, keyIdentifier: U+0010, keyCode: 113, charCode: 0, keyCode: 113, which: 113
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to