Index: LayoutTests/fast/forms/form-pseudo-valid-style-expected.txt |
diff --git a/LayoutTests/fast/forms/form-pseudo-valid-style-expected.txt b/LayoutTests/fast/forms/form-pseudo-valid-style-expected.txt |
index 14ecf3480e3ff858e27e5627e01f682f97cfdcea..69f791a535dc5b4e0581d4a54630291cb209c8bf 100644 |
--- a/LayoutTests/fast/forms/form-pseudo-valid-style-expected.txt |
+++ b/LayoutTests/fast/forms/form-pseudo-valid-style-expected.txt |
@@ -19,13 +19,18 @@ Adding a required text input that is not a direct child of the form: |
PASS backgroundOf(form1) is validColor |
PASS div1.appendChild(input1); backgroundOf(form1) is invalidColor |
-Render multiple forms and move an invalid input from one to another: |
+Render multiple forms and reassign an invalid input from one to another: |
PASS backgroundOf($("form1")) is invalidColor |
PASS backgroundOf($("form2")) is validColor |
PASS backgroundOf($("form3")) is validColor |
PASS backgroundOf($("form1")) is validColor |
PASS backgroundOf($("form3")) is invalidColor |
+Ensure that invalid event was not triggered on style evaluation: |
+PASS backgroundOf(form1) is invalidColor |
+PASS val is "0" |
+PASS form1.checkValidity(); val is "1" |
+ |
PASS successfullyParsed is true |
TEST COMPLETE |