| Index: third_party/WebKit/LayoutTests/fast/forms/setCustomValidity-arguments.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/setCustomValidity-arguments.html b/third_party/WebKit/LayoutTests/fast/forms/setCustomValidity-arguments.html
|
| index dcba5dc0fa466268d2a326ead176c920c01dfceb..60160bbe380bc444eb624a912b3478e60c434d62 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/setCustomValidity-arguments.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/setCustomValidity-arguments.html
|
| @@ -14,9 +14,6 @@ var fs = document.createElement('fieldset');
|
| shouldThrow("fs.setCustomValidity()");
|
| var i = document.createElement('input');
|
| shouldThrow("i.setCustomValidity()");
|
| -var k = document.createElement('keygen');
|
| -shouldThrow("k.setCustomValidity()");
|
| -successfullyParsed = true;
|
| </script>
|
| </body>
|
| </html>
|
|
|