| Index: third_party/WebKit/LayoutTests/fast/forms/validationMessage.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/validationMessage.html b/third_party/WebKit/LayoutTests/fast/forms/validationMessage.html
|
| index de620c4c9abca90125eaea916807f10666f4827b..b944118d7a643ffeba8b0dc37ec5bab4a457d0d0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/validationMessage.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/validationMessage.html
|
| @@ -194,12 +194,6 @@ happySelect.name = "object";
|
| form.appendChild(happyObject);
|
| shouldBe("happyObject.validationMessage", "''");
|
|
|
| -// Keygen controls can't be validated
|
| -var happyKeygen = document.createElement("keygen");
|
| -happySelect.name = "keygen";
|
| -form.appendChild(happyKeygen);
|
| -shouldBe("happyKeygen.validationMessage", "''");
|
| -
|
| form.remove();
|
| </script>
|
| </body>
|
|
|