RESOLVED FIXED 185408
REGRESSION (r231456?): Layout Test fast/events/form-onchange.html is a flaky failure
https://bugs.webkit.org/show_bug.cgi?id=185408
Summary REGRESSION (r231456?): Layout Test fast/events/form-onchange.html is a flaky ...
Ryan Haddad
Reported 2018-05-07 17:32:14 PDT
The following layout test is a flaky failure fast/events/form-onchange.html Probable cause: Unknown. Flakiness Dashboard: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fevents%2Fform-onchange.html --- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/fast/events/form-onchange-expected.txt +++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/fast/events/form-onchange-actual.txt @@ -1,3 +1,4 @@ +Blocked access to external URL http://anything.com/ Tests that the onchange event can be set on any element with an attribute. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Attachments
Ryan Haddad
Comment 1 2018-05-07 17:34:24 PDT
I think this regressed with https://trac.webkit.org/changeset/231456/webkit The test failed consistently when that change was first landed and passed after it was rolled out.
Chris Dumez
Comment 2 2018-05-07 19:13:35 PDT
Probably caused by the test that runs before this one. Given the URL, I suspect one of those 2: LayoutTests/fast/events/form-iframe-target-before-load-crash.html: <form id="form1" style="display:none" method="post" target="test" action="http://anything.com"></form> LayoutTests/fast/events/form-iframe-target-before-load-crash3.html: <form id="form1" style="display:none" method="post" target="test" action="http://anything.com"></form>
Chris Dumez
Comment 3 2018-05-07 19:16:05 PDT
Radar WebKit Bug Importer
Comment 4 2018-05-07 19:17:20 PDT
Note You need to log in before you can comment on or make changes to this bug.