Bug 190832
Summary: | [ MacOS WK1 ] Layout Test fast/forms/state-restore-to-non-edited-controls.html is flaky | ||
---|---|---|---|
Product: | WebKit | Reporter: | Truitt Savell <tsavell> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ap, jlewis3, lforschler, rackler, ryanhaddad, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Truitt Savell
The following layout test is flaky on MacOS Debug WK1
fast/forms/state-restore-to-non-edited-controls.html
Probable cause:
This test has been failing for the entire history shown.
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fforms%2Fstate-restore-to-non-edited-controls.html
Diff:
--- /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/fast/forms/state-restore-to-non-edited-controls-expected.txt
+++ /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/fast/forms/state-restore-to-non-edited-controls-actual.txt
@@ -1,13 +1,13 @@
-Test to NOT save state for non-edited controls
+Test to NOT restore form state to a form with autocomplete=off.
-PASS document.getElementById("button").value is "2"
-PASS document.getElementById("hidden").value is "2"
-PASS document.getElementById("image").value is "2"
-PASS document.getElementById("reset").value is "2"
-PASS document.getElementById("submit1").value is "2"
-PASS document.getElementById("text0").value is "2"
-PASS document.getElementById("text1").value is "edit"
-PASS document.getElementById("text2").value is "2"
-PASS document.getElementById("textarea").value is "2"
+Controls in the first form should have their default values:
+PASS document.getElementById("input1").value is ""
+PASS document.getElementById("textarea1").value is ""
+PASS document.getElementById("select1").value is "Mac"
+Controls in the second form should have edited values:
+PASS document.getElementById("input2").value is "value2"
+PASS document.getElementById("textarea2").value is "good"
+PASS document.getElementById("select2").value is "BSD"
-
+
+
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Truitt Savell
Marked as flakey in https://trac.webkit.org/changeset/237354/webkit
Radar WebKit Bug Importer
<rdar://problem/45556744>
Karl Rackler
[ Update ]
The test is also flak failing on macOS wk1 Release.
Updating test expectations.
EWS
Test gardening commit 254406@main (36a8d8e58bbc): <https://commits.webkit.org/254406@main>
Reviewed commits have been landed. Closing PR #4281 and removing active labels.