Bug 232306 - Regression (r284821) : [ iOS 15 ] fast/events/ios/submit-form-target-blank-using-return-key.html is a timeout
Summary: Regression (r284821) : [ iOS 15 ] fast/events/ios/submit-form-target-blank-us...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-10-26 08:29 PDT by ayumi_kojima
Modified: 2021-10-26 09:03 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ayumi_kojima 2021-10-26 08:29:55 PDT
fast/events/ios/submit-form-target-blank-using-return-key.html

Is constantly timing out on iOS 15.

History: https://results.webkit.org/?suite=layout-tests&test=fast%2Fevents%2Fios%2Fsubmit-form-target-blank-using-return-key.html

Result page: https://build.webkit.org/results/Apple-iOS-15-Simulator-Release-WK2-Tests/r284857%20(317)/results.html

Diff: 

--- /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/fast/events/ios/submit-form-target-blank-using-return-key-expected.txt
+++ /Volumes/Data/worker/ios-simulator-15-release-tests-wk2/build/layout-test-results/fast/events/ios/submit-form-target-blank-using-return-key-actual.txt
@@ -1,10 +1,11 @@
+CONSOLE MESSAGE: TypeError: null is not an object (evaluating 'window.opener.done')
+FAIL: Timed out waiting for notifyDone to be called
+
 Tests that pressing the Return key in a text field with an associated form implicitly submits the form. To run this test by hand, focus the text field below and press the Return key.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
+
 PASS event.key is "Enter"
-PASS successfullyParsed is true
 
-TEST COMPLETE
-
Comment 1 Radar WebKit Bug Importer 2021-10-26 08:30:16 PDT
<rdar://problem/84664487>
Comment 2 ayumi_kojima 2021-10-26 08:57:39 PDT
I was able to reproduce the timeout locally using run-webkit-tests --ios-simulator fast/events/ios/submit-form-target-blank-using-return-key.html.

The test timed out with r284821 and passed with r284820.
Comment 3 Chris Dumez 2021-10-26 09:03:40 PDT
Committed r284872 (243549@main): <https://commits.webkit.org/243549@main>