Bug 185408
Summary: | REGRESSION (r231456?): Layout Test fast/events/form-onchange.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=11388 |
Ryan Haddad
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
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
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
Committed r231475: <https://trac.webkit.org/changeset/231475>
Radar WebKit Bug Importer
<rdar://problem/40046290>