Title: [246386] trunk/LayoutTests
Revision
246386
Author
[email protected]
Date
2019-06-12 16:07:57 -0700 (Wed, 12 Jun 2019)

Log Message

[iOS] Adjust tests platform/ipad/fast/forms/{select-form-run-twice, unfocus-inside-fixed-hittest}.html following r243808
https://bugs.webkit.org/show_bug.cgi?id=198799
<rdar://problem/50181023>

Reviewed by Brent Fulgham.

Following r243808 we no longer defocus a <select> on iPad when its popover is dismissed as a
result of picking a value for it. This is to make the behavior of <select> on iPad like the Mac.
However the tests platform/ipad/fast/forms/{select-form-run-twice, unfocus-inside-fixed-hittest}.html
depend on the old behavior. So, we need to update them to no longer expect a defocusing of the
<select>/the end of form control interaction.

* platform/ipad/fast/forms/select-form-run-twice.html:
* platform/ipad/fast/forms/unfocus-inside-fixed-hittest.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (246385 => 246386)


--- trunk/LayoutTests/ChangeLog	2019-06-12 22:59:40 UTC (rev 246385)
+++ trunk/LayoutTests/ChangeLog	2019-06-12 23:07:57 UTC (rev 246386)
@@ -1,3 +1,20 @@
+2019-06-12  Daniel Bates  <[email protected]>
+
+        [iOS] Adjust tests platform/ipad/fast/forms/{select-form-run-twice, unfocus-inside-fixed-hittest}.html following r243808
+        https://bugs.webkit.org/show_bug.cgi?id=198799
+        <rdar://problem/50181023>
+
+        Reviewed by Brent Fulgham.
+
+        Following r243808 we no longer defocus a <select> on iPad when its popover is dismissed as a
+        result of picking a value for it. This is to make the behavior of <select> on iPad like the Mac. 
+        However the tests platform/ipad/fast/forms/{select-form-run-twice, unfocus-inside-fixed-hittest}.html
+        depend on the old behavior. So, we need to update them to no longer expect a defocusing of the
+        <select>/the end of form control interaction.
+
+        * platform/ipad/fast/forms/select-form-run-twice.html:
+        * platform/ipad/fast/forms/unfocus-inside-fixed-hittest.html:
+
 2019-06-12  Myles C. Maxfield  <[email protected]>
 
         [WHLSL] Educate the property resolver about IndexExpressions

Modified: trunk/LayoutTests/platform/ipad/fast/forms/select-form-run-twice.html (246385 => 246386)


--- trunk/LayoutTests/platform/ipad/fast/forms/select-form-run-twice.html	2019-06-12 22:59:40 UTC (rev 246385)
+++ trunk/LayoutTests/platform/ipad/fast/forms/select-form-run-twice.html	2019-06-12 23:07:57 UTC (rev 246386)
@@ -53,9 +53,6 @@
                 (function() {
                     uiController.didStartFormControlInteractionCallback = function() {
                         uiController.selectFormAccessoryPickerRow(${row});
-                    };
-
-                    uiController.didEndFormControlInteractionCallback = function() {
                         uiController.uiScriptComplete();
                     };
 

Modified: trunk/LayoutTests/platform/ipad/fast/forms/unfocus-inside-fixed-hittest.html (246385 => 246386)


--- trunk/LayoutTests/platform/ipad/fast/forms/unfocus-inside-fixed-hittest.html	2019-06-12 22:59:40 UTC (rev 246385)
+++ trunk/LayoutTests/platform/ipad/fast/forms/unfocus-inside-fixed-hittest.html	2019-06-12 23:07:57 UTC (rev 246386)
@@ -53,9 +53,6 @@
                 (function() {
                     uiController.didStartFormControlInteractionCallback = function() {
                         uiController.selectFormAccessoryPickerRow(5);
-                    };
-
-                    uiController.didEndFormControlInteractionCallback = function() {
                         uiController.uiScriptComplete();
                     };
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to