⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 246386 in webkit


Ignore:
Timestamp:
Jun 12, 2019, 4:07:57 PM (7 years ago)
Author:
dbates@webkit.org
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:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r246385 r246386  
     12019-06-12  Daniel Bates  <dabates@apple.com>
     2
     3        [iOS] Adjust tests platform/ipad/fast/forms/{select-form-run-twice, unfocus-inside-fixed-hittest}.html following r243808
     4        https://bugs.webkit.org/show_bug.cgi?id=198799
     5        <rdar://problem/50181023>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Following r243808 we no longer defocus a <select> on iPad when its popover is dismissed as a
     10        result of picking a value for it. This is to make the behavior of <select> on iPad like the Mac.
     11        However the tests platform/ipad/fast/forms/{select-form-run-twice, unfocus-inside-fixed-hittest}.html
     12        depend on the old behavior. So, we need to update them to no longer expect a defocusing of the
     13        <select>/the end of form control interaction.
     14
     15        * platform/ipad/fast/forms/select-form-run-twice.html:
     16        * platform/ipad/fast/forms/unfocus-inside-fixed-hittest.html:
     17
    1182019-06-12  Myles C. Maxfield  <mmaxfield@apple.com>
    219
  • trunk/LayoutTests/platform/ipad/fast/forms/select-form-run-twice.html

    r240150 r246386  
    5454                    uiController.didStartFormControlInteractionCallback = function() {
    5555                        uiController.selectFormAccessoryPickerRow(${row});
    56                     };
    57 
    58                     uiController.didEndFormControlInteractionCallback = function() {
    5956                        uiController.uiScriptComplete();
    6057                    };
  • trunk/LayoutTests/platform/ipad/fast/forms/unfocus-inside-fixed-hittest.html

    r240150 r246386  
    5454                    uiController.didStartFormControlInteractionCallback = function() {
    5555                        uiController.selectFormAccessoryPickerRow(5);
    56                     };
    57 
    58                     uiController.didEndFormControlInteractionCallback = function() {
    5956                        uiController.uiScriptComplete();
    6057                    };
Note: See TracChangeset for help on using the changeset viewer.