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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.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/accessibility/duplicate-axlayoutobject-crash.html
diff --git a/third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html b/third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html
deleted file mode 100644
index 27bb8394643610f61849344840d35e05619a8804..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/accessibility/duplicate-axlayoutobject-crash.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<script src="../resources/js-test.js"></script>
-</head>
-<body>
-
-<label>
- <summary>
- <ul style="display: table-header-group">
- <keygen></keygen>
- </ul>
- </summary>
-</label>
-
-<p id="description"></p>
-
-<script>
- description("Ensures that it's not possible to have two AXLayoutObjects that point to the same renderer, if the initialization of an AXLayoutObject results in another object with the same renderer being created before AXObjectCache has added that mapping to its hash.");
- if (window.accessibilityController)
- accessibilityController.accessibleElementById("dummy");
-</script>
-
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698