Title: [280691] trunk/LayoutTests
- Revision
- 280691
- Author
- [email protected]
- Date
- 2021-08-05 09:23:31 -0700 (Thu, 05 Aug 2021)
Log Message
( Rebaseline) [ iOS ] fast/forms/ios/inputmode-none.html is a constant failure
https://bugs.webkit.org/show_bug.cgi?id=228200
Uneviewed test gardening.
* platform/ios/fast/forms/ios/inputmode-none-expected.txt: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (280690 => 280691)
--- trunk/LayoutTests/ChangeLog 2021-08-05 16:03:34 UTC (rev 280690)
+++ trunk/LayoutTests/ChangeLog 2021-08-05 16:23:31 UTC (rev 280691)
@@ -1,3 +1,12 @@
+2021-08-04 Robert Jenner <[email protected]>
+
+ ( Rebaseline) [ iOS ] fast/forms/ios/inputmode-none.html is a constant failure
+ https://bugs.webkit.org/show_bug.cgi?id=228200
+
+ Uneviewed test gardening.
+
+ * platform/ios/fast/forms/ios/inputmode-none-expected.txt: Added.
+
2021-08-05 Alicia Boya GarcĂa <[email protected]>
Unreviewed GStreamer MSE microgardening
Added: trunk/LayoutTests/platform/ios/fast/forms/ios/inputmode-none-expected.txt (0 => 280691)
--- trunk/LayoutTests/platform/ios/fast/forms/ios/inputmode-none-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/ios/fast/forms/ios/inputmode-none-expected.txt 2021-08-05 16:23:31 UTC (rev 280691)
@@ -0,0 +1,28 @@
+
+
+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
+FAIL selectionRects[0].width should be 27. Was 29.
+PASS selectionRects[0].height is 15
+PASS successfullyParsed is true
+Some tests failed.
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes