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> |
dmazzoni
2016/12/16 17:23:17
FWIW, I spent about 15 minutes trying to get this
|
- </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> |