Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html |
index 189d2678443f7bc74cb83d022468a7e3072247a9..a161487ec77e9572e35163d9964f7a9eea19e288 100644 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/semantics/forms/constraints/form-validation-willValidate.html |
@@ -52,7 +52,7 @@ |
types: ["text", "search", "tel", "url", "email", "password", "datetime", "date", "month", "week", "time", "color", "file", "submit"], |
testData: [ |
{conditions: {disabled: true}, expected: false, name: "[target] Must be barred from the constraint validation if it is disabled"}, |
- {conditions: {disabled: false, readOnly: false}, expected: true, name: "[target] The willValidate attribute must be true if an elment is mutable"}, |
+ {conditions: {disabled: false, readOnly: false}, expected: true, name: "[target] The willValidate attribute must be true if an element is mutable"}, |
{conditions: {readOnly: true}, expected: false, name: "[target] Must be barred from the constraint validation if it is readonly"}, |
{conditions: {disabled: false, readOnly: false}, expected: false, name: "[target] The willValidate attribute must be false if it has a datalist ancestor", ancestor: "datalist"}, |
] |
@@ -62,7 +62,7 @@ |
types: ["submit"], |
testData: [ |
{conditions: {disabled: true}, expected: false, name: "[target] Must be barred from the constraint validation"}, |
- {conditions: {disabled: false}, expected: true, name: "[target] The willValidate attribute must be true if an elment is mutable"}, |
+ {conditions: {disabled: false}, expected: true, name: "[target] The willValidate attribute must be true if an element is mutable"}, |
{conditions: {disabled: false}, expected: false, name: "[target] The willValidate attribute must be false if it has a datalist ancestor", ancestor: "datalist"} |
] |
}, |
@@ -71,7 +71,7 @@ |
types: [], |
testData: [ |
{conditions: {disabled: true}, expected: false, name: "[target] Must be barred from the constraint validation"}, |
- {conditions: {disabled: false}, expected: true, name: "[target] The willValidate attribute must be true if an elment is mutable"}, |
+ {conditions: {disabled: false}, expected: true, name: "[target] The willValidate attribute must be true if an element is mutable"}, |
{conditions: {disabled: false}, expected: false, name: "[target] The willValidate attribute must be false if it has a datalist ancestor", ancestor: "datalist"} |
] |
}, |
@@ -80,7 +80,7 @@ |
types: [], |
testData: [, |
{conditions: {disabled: true}, expected: false, name: "[target] Must be barred from the constraint validation"}, |
- {conditions: {disabled: false}, expected: true, name: "[target] The willValidate attribute must be true if an elment is mutable"}, |
+ {conditions: {disabled: false}, expected: true, name: "[target] The willValidate attribute must be true if an element is mutable"}, |
{conditions: {disabled: false}, expected: false, name: "[target] The willValidate attribute must be false if it has a datalist ancestor", ancestor: "datalist"} |
] |
} |