Bug 190832 - [ MacOS WK1 ] Layout Test fast/forms/state-restore-to-non-edited-controls.html is flaky
Summary: [ MacOS WK1 ] Layout Test fast/forms/state-restore-to-non-edited-controls.htm...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-23 09:28 PDT by Truitt Savell
Modified: 2022-09-12 14:35 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2018-10-23 09:28:50 PDT
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"
 
-
+  
+
Comment 1 Truitt Savell 2018-10-23 10:27:13 PDT
Marked as flakey in https://trac.webkit.org/changeset/237354/webkit
Comment 2 Radar WebKit Bug Importer 2018-10-25 10:01:26 PDT
<rdar://problem/45556744>
Comment 3 Karl Rackler 2022-09-12 14:26:16 PDT
[ Update ]
The test is also flak failing on macOS wk1 Release.

Updating test expectations.
Comment 4 EWS 2022-09-12 14:35:50 PDT
Test gardening commit 254406@main (36a8d8e58bbc): <https://commits.webkit.org/254406@main>

Reviewed commits have been landed. Closing PR #4281 and removing active labels.