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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/autofocus-keygen.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/autofocus-keygen.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/autofocus-keygen.html b/third_party/WebKit/LayoutTests/fast/forms/autofocus-keygen.html
deleted file mode 100644
index da0ffbdaf76dc04db934c9f259a3ec32a55c98be..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/forms/autofocus-keygen.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="../../resources/js-test.js"></script>
-<script src="resources/common.js"></script>
-<script>
-window.jsTestIsAsync = true;
-
-waitUntilLoadedAndAutofocused(function() {
- shouldBe('document.activeElement', 'document.querySelector("keygen")');
- shouldBe('document.activeElement.autofocus', 'true');
- finishJSTest();
-});
-</script>
-</head>
-<body>
-<keygen autofocus>
-<pre id="console">
-This tests whether the keygen element supports the autofocus attribute.
-
-</pre>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698