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

Unified Diff: LayoutTests/accessibility/html-html-element-is-ignored.html

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 months 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: LayoutTests/accessibility/html-html-element-is-ignored.html
diff --git a/LayoutTests/accessibility/html-html-element-is-ignored.html b/LayoutTests/accessibility/html-html-element-is-ignored.html
deleted file mode 100644
index e044f8ebe7366af5426eb51129a698d25608506c..0000000000000000000000000000000000000000
--- a/LayoutTests/accessibility/html-html-element-is-ignored.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html aria-label="Test">
-<head>
-<script src="../fast/js/resources/js-test-pre.js"></script>
-</head>
-<body id="body">
-
- <p role="button" id="description"></p>
- <div id="console"></div>
-
- <script>
- if (window.accessibilityController) {
- description("This test checks that the <html> element is not the AX tree (ever), even when it has an aria attribute. ");
-
- var startElement = accessibilityController.accessibleElementById("description");
- debug("The start element should be a button.");
- shouldBe("startElement.role", "'AXRole: AXButton'");
-
- debug("\nThe parent should be the web area.");
- shouldBe("startElement.parentElement().role", "'AXRole: AXWebArea'");
- } else {
- debug("This test requires accessibilityController.")
- }
- </script>
-
-<script src="../fast/js/resources/js-test-post.js"></script>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698