Bug 240613 - REGRESSION(r294317): Broke multiple layout-tests and 2 API-tests for iOS.
Summary: REGRESSION(r294317): Broke multiple layout-tests and 2 API-tests for iOS.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: WebKit Commit Bot
URL:
Keywords: InRadar
Depends on:
Blocks: 240452
  Show dependency treegraph
 
Reported: 2022-05-18 17:01 PDT by WebKit Commit Bot
Modified: 2022-05-19 19:39 PDT (History)
5 users (show)

See Also:


Attachments
REVERT of r294317 (11.15 KB, patch)
2022-05-18 17:01 PDT, WebKit Commit Bot
Morningstar: commit-queue+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description WebKit Commit Bot 2022-05-18 17:01:49 PDT
https://commits.webkit.org/r294317 introduced a regression:
Broke multiple layout-tests and 2 API-tests for iOS.

This is an automatic bug report generated by webkitbot. If this bug
report was created because of a flaky test, please file a bug for the flaky
test (if we don't already have one on file) and dup this bug against that bug
so that we can track how often these flaky tests fail.
Comment 1 WebKit Commit Bot 2022-05-18 17:01:58 PDT
Created attachment 459561 [details]
REVERT of r294317

Any committer can land this patch automatically by marking it commit-queue+.  The commit-queue will build and test the patch before landing to ensure that the revert will be successful.  This process takes approximately 15 minutes.

If you would like to land the revert faster, you can use the following command:

  webkit-patch land-attachment ATTACHMENT_ID

where ATTACHMENT_ID is the ID of this attachment.
Comment 2 Radar WebKit Bug Importer 2022-05-18 17:06:15 PDT
<rdar://problem/93537869>
Comment 3 Dawn Morningstar 2022-05-18 17:09:25 PDT
Closed before patch landed... reopening
Comment 4 Kimmo Kinnunen 2022-05-19 06:07:02 PDT
Do you remember which tests were broken?
Comment 5 Robert Jenner 2022-05-19 12:50:15 PDT
The tests that broke this this were the following:

Layout-Tests:
editing/input/cocoa/autocorrect-off.html 
editing/input/cocoa/autocorrect-on.html 
editing/undo-manager/undo-manager-item-labels.html 
fast/forms/ios/autocapitalize-words.html
fast/forms/ios/form-control-refresh/select/select-multiple-picker.html
fast/forms/ios/inputmode-none.html
fast/forms/ios/no-scrolling-when-moving-focus-between-adjacent-fields.html
fast/forms/validation-messages.html
fast/forms/datalist/datalist.html
fast/forms/ios/inputmode-removing-none.html
fast/events/ios/do-not-show-keyboard-when-focusing-after-blur.html 
fast/events/ios/keyup.html 
fast/events/ios/unscalable-viewport-clicks-on-doubletap.html 
fast/shadow-dom/ios/accessory-bar-work-on-input-with-tabindex-in-shadow-tree.html 
http/wpt/webauthn/public-key-credential-unfocused-document.https.html 
mathml/fractions-invalid.html

API-Tests:
TestWebKitAPI.DragAndDropTests.CanDragImageWhenNotFirstResponder 
TestWebKitAPI.DragAndDropTests.InjectedBundleImageElementData
Comment 6 Alexey Proskuryakov 2022-05-19 19:39:09 PDT
The revert was landed here:

Committed r294452 (250720@trunk): <https://commits.webkit.org/250720@trunk>