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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/label/label-contains-other-interactive-content.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/label/label-contains-other-interactive-content.html
diff --git a/third_party/WebKit/LayoutTests/fast/forms/label/label-contains-other-interactive-content.html b/third_party/WebKit/LayoutTests/fast/forms/label/label-contains-other-interactive-content.html
index 55d2fb48aac248ae654923f63a8221cc6cfbee3e..5e33245b7601e807b9888ba7526f617a7580ffde 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/label/label-contains-other-interactive-content.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/label/label-contains-other-interactive-content.html
@@ -3,7 +3,7 @@
<script src="../../../resources/js-test.js"></script>
<script src="../resources/common.js"></script>
<script>
-var interactiveElements1 = ['button', 'details', 'embed', 'iframe', 'keygen', 'label', 'select', 'textarea'];
+var interactiveElements1 = ['button', 'details', 'embed', 'iframe', 'label', 'select', 'textarea'];
var interactiveElements2 = [
['a', 'href'],
['audio', 'controls'],

Powered by Google App Engine
This is Rietveld 408576698