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> |
dominicc (has gone to gerrit)
2016/12/15 06:31:47
Who owns LayoutTests/accessibility? Perhaps this t
Ryan Sleevi
2016/12/16 01:45:57
This is the specific file I was thinking about whe
|
-<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> |