| Index: third_party/WebKit/LayoutTests/accessibility/aria-help.html
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-help.html b/third_party/WebKit/LayoutTests/accessibility/aria-help.html
|
| deleted file mode 100644
|
| index c9465785baf5dcb414dfcc6ffd605ba182dda633..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/accessibility/aria-help.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
| -<html>
|
| -<head>
|
| -<script src="../resources/js-test.js"></script>
|
| -</head>
|
| -<body id="body">
|
| -
|
| -<div id="button" tabindex=0 role="button" aria-label="title" aria-help="click here">
|
| -button
|
| -</div>
|
| -
|
| -<p id="description"></p>
|
| -<div id="console"></div>
|
| -
|
| -<script>
|
| -
|
| - description("This tests that aria-help attribute works as expected.");
|
| -
|
| - if (window.accessibilityController) {
|
| -
|
| - document.getElementById("button").focus();
|
| - var button = accessibilityController.focusedElement;
|
| - shouldBe("button.deprecatedHelpText", "'AXHelp: click here'");
|
| - }
|
| -
|
| -</script>
|
| -
|
| -</body>
|
| -</html>
|
|
|