| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate.html
|
| index 4cf399dab815f1911ff01066a762fe963fa7cb6f..920da084d6e6fd409ea097792b7276d3f869f368 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-validate.html
|
| @@ -99,6 +99,11 @@
|
| }, "Check the checkValidity method of the form element when it has a fieldset child");
|
|
|
| test(function(){
|
| + // Restore the condition to default which was modified during the previous test.
|
| + document.getElementById("fs").disabled = false;
|
| + document.getElementById("inp1").value = "";
|
| + document.getElementById("inp1").type = "text";
|
| +
|
| assert_true("reportValidity" in fm3, "The reportValidity method is not supported.");
|
| assert_false(fm3.reportValidity(), "The reportValidity method should be false.");
|
| document.getElementById("fs").disabled = true;
|
|
|