Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/setCustomValidity-arguments.html

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698