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

Unified Diff: LayoutTests/accessibility/aria-used-on-image-maps.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/aria-used-on-image-maps.html
diff --git a/LayoutTests/accessibility/aria-used-on-image-maps.html b/LayoutTests/accessibility/aria-used-on-image-maps.html
deleted file mode 100644
index c410c22e926dfaf12f9d745260d124134749e164..0000000000000000000000000000000000000000
--- a/LayoutTests/accessibility/aria-used-on-image-maps.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script src="../fast/js/resources/js-test-pre.js"></script>
-</head>
-<body id="body">
-
-<img id="image" usemap="#map" src="data:image/gif;base64,R0lGODlhAQABAIAAAOTm7AAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" width="100" height="50" alt="">
-<map name="map" id="map">
- <area tabindex="0" role="button" shape="rect" coords="0,0,50,50" href="#" title="Example 1">
- <area tabindex="0" role="button" shape="rect" coords="50,0,100,50" href="#" title="Example 2">
-</map>
-
-<p id="description"></p>
-<div id="console"></div>
-
-<script>
-
- description("This tests that you can set an ARIA role on image map elements.");
-
- if (window.accessibilityController) {
-
- var group = accessibilityController.rootElement.childAtIndex(0).childAtIndex(0);
- shouldBe("group.childAtIndex(0).role", "'AXRole: AXButton'");
- shouldBe("group.childAtIndex(1).role", "'AXRole: AXButton'");
- }
-
-</script>
-
-<script src="../fast/js/resources/js-test-post.js"></script>
-</body>
-</html>
« no previous file with comments | « LayoutTests/accessibility/aria-tables.html ('k') | LayoutTests/accessibility/aria-used-on-image-maps-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698