Index: LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt |
diff --git a/LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt b/LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt |
index 4783f3f4e087f648e318be0a07c6e1551af99367..be395feda293ff28ab8bdbcf9e8b28c7ff7e4b14 100644 |
--- a/LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt |
+++ b/LayoutTests/fast/forms/state-restore-to-non-autocomplete-form-expected.txt |
@@ -1,5 +1,8 @@ |
Test to NOT restore form state to a form with autocomplete=off. |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
Controls in the first form should have their default values: |
PASS document.getElementById("input1").value is "" |
PASS document.getElementById("textarea1").value is "" |
@@ -8,9 +11,6 @@ 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" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |