Land a missing test baseline

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


git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251266 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index f3fd01ee..feb08ea 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2019-10-17  Tim Horton  <timothy_horton@apple.com>
+
+        Land a missing test baseline
+
+        * fast/forms/ios/inputmode-none-with-hardware-keyboard-expected.txt: Added.
+
 2019-10-17  Simon Fraser  <simon.fraser@apple.com>
 
         [ Mojave+ ] Layout Test compositing/fixed-with-main-thread-scrolling.html is a flaky timeout
diff --git a/LayoutTests/fast/forms/ios/inputmode-none-with-hardware-keyboard-expected.txt b/LayoutTests/fast/forms/ios/inputmode-none-with-hardware-keyboard-expected.txt
new file mode 100644
index 0000000..92b8e3f
--- /dev/null
+++ b/LayoutTests/fast/forms/ios/inputmode-none-with-hardware-keyboard-expected.txt
@@ -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
+