| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate.html
|
| index 237572b0f39d922dc22882260dfeae6e11d1b0fa..273429fa5662c3035b71863f2239ea5d53d186fd 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate.html
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/forms/constraints/form-validation-willValidate.html
|
| @@ -39,11 +39,6 @@
|
| types: [],
|
| testData: [{conditions: {}, expected: false, name: "[target] Must be barred from the constraint validation"}]
|
| },
|
| - {
|
| - tag: "keygen",
|
| - types: [],
|
| - testData: [{conditions: {}, expected: false, name: "[target] Must be barred from the constraint validation"}]
|
| - },
|
| //If an element is disabled, it is barred from constraint validation.
|
| //The willValidate attribute must be true if an element is mutable
|
| //If the readonly attribute is specified on an INPUT element, the element is barred from constraint validation.
|
|
|