Changeset 246386 in webkit
- Timestamp:
- Jun 12, 2019, 4:07:57 PM (7 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
platform/ipad/fast/forms/select-form-run-twice.html (modified) (1 diff)
-
platform/ipad/fast/forms/unfocus-inside-fixed-hittest.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r246385 r246386 1 2019-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 1 18 2019-06-12 Myles C. Maxfield <mmaxfield@apple.com> 2 19 -
trunk/LayoutTests/platform/ipad/fast/forms/select-form-run-twice.html
r240150 r246386 54 54 uiController.didStartFormControlInteractionCallback = function() { 55 55 uiController.selectFormAccessoryPickerRow(${row}); 56 };57 58 uiController.didEndFormControlInteractionCallback = function() {59 56 uiController.uiScriptComplete(); 60 57 }; -
trunk/LayoutTests/platform/ipad/fast/forms/unfocus-inside-fixed-hittest.html
r240150 r246386 54 54 uiController.didStartFormControlInteractionCallback = function() { 55 55 uiController.selectFormAccessoryPickerRow(5); 56 };57 58 uiController.didEndFormControlInteractionCallback = function() {59 56 uiController.uiScriptComplete(); 60 57 };
Note:
See TracChangeset
for help on using the changeset viewer.