LayoutTests/ChangeLog

 12021-08-04 Robert Jenner <Jenner@apple.com>
 2
 3 ( Rebaseline) [ iOS ] fast/forms/ios/inputmode-none.html is a constant failure
 4 https://bugs.webkit.org/show_bug.cgi?id=228200
 5
 6 Uneviewed test gardening.
 7
 8 * platform/ios/fast/forms/ios/inputmode-none-expected.txt: Added.
 9
1102021-08-04 Ayumi Kojima <ayumi_kojima@apple.com>
211
312 [ MacOS wk1 Release ] media/video-page-visibility-restriction.html is flaky timing out.

LayoutTests/platform/ios/fast/forms/ios/inputmode-none-expected.txt

 1
 2
 3This test verifies that the system keyboard is not visible when tapping on an input field with inputmode=none.
 4
 5On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 6
 7
 8ACTIVATE input with inputmode=text
 9PASS systemKeyboardRect.height > 0 is true
 10PASS inputWithSystemKeyboard.value is 'Text'
 11
 12ACTIVATE input with inputmode=none
 13PASS Successfully dismissed keyboard
 14
 15TEST enter text in input with inputmode=none
 16PASS inputWithoutSystemKeyboard.value is 'None'
 17
 18TEST selection in input with inputmode=none
 19PASS selectionRects.length is 1
 20PASS selectionRects[0].left is 16
 21PASS selectionRects[0].top is 38
 22FAIL selectionRects[0].width should be 27. Was 29.
 23PASS selectionRects[0].height is 15
 24PASS successfullyParsed is true
 25Some tests failed.
 26
 27TEST COMPLETE
 28