Title: [251266] trunk/LayoutTests
Revision
251266
Author
timothy_hor...@apple.com
Date
2019-10-17 16:38:19 -0700 (Thu, 17 Oct 2019)

Log Message

Land a missing test baseline

* fast/forms/ios/inputmode-none-with-hardware-keyboard-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (251265 => 251266)


--- trunk/LayoutTests/ChangeLog	2019-10-17 22:53:44 UTC (rev 251265)
+++ trunk/LayoutTests/ChangeLog	2019-10-17 23:38:19 UTC (rev 251266)
@@ -1,3 +1,9 @@
+2019-10-17  Tim Horton  <timothy_hor...@apple.com>
+
+        Land a missing test baseline
+
+        * fast/forms/ios/inputmode-none-with-hardware-keyboard-expected.txt: Added.
+
 2019-10-17  Simon Fraser  <simon.fra...@apple.com>
 
         [ Mojave+ ] Layout Test compositing/fixed-with-main-thread-scrolling.html is a flaky timeout

Added: trunk/LayoutTests/fast/forms/ios/inputmode-none-with-hardware-keyboard-expected.txt (0 => 251266)


--- trunk/LayoutTests/fast/forms/ios/inputmode-none-with-hardware-keyboard-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/fast/forms/ios/inputmode-none-with-hardware-keyboard-expected.txt	2019-10-17 23:38:19 UTC (rev 251266)
@@ -0,0 +1,27 @@
+
+
+This test verifies that the system keyboard is not visible when tapping on an input field with inputmode=none.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+ACTIVATE input with inputmode=text
+PASS systemKeyboardRect.height > 0 is true
+PASS inputWithSystemKeyboard.value is 'Text'
+
+ACTIVATE input with inputmode=none
+PASS Successfully dismissed keyboard
+
+TEST enter text in input with inputmode=none
+PASS inputWithoutSystemKeyboard.value is 'None'
+
+TEST selection in input with inputmode=none
+PASS selectionRects.length is 1
+PASS selectionRects[0].left is 16
+PASS selectionRects[0].top is 38
+PASS selectionRects[0].width is 27
+PASS selectionRects[0].height is 15
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to