[Webkit-unassigned] [Bug 190832] New: [ MacOS Debug WK1 ] Layout Test fast/forms/state-restore-to-non-edited-controls.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 23 09:28:50 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=190832

            Bug ID: 190832
           Summary: [ MacOS Debug WK1 ] Layout Test
                    fast/forms/state-restore-to-non-edited-controls.html
                    is flaky
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tsavell at apple.com
                CC: lforschler at apple.com

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"

-
+  
+

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181023/8f822154/attachment.html>


More information about the webkit-unassigned mailing list