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

Unified Diff: LayoutTests/platform/chromium/accessibility/main-element.html

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/platform/chromium/accessibility/main-element.html
diff --git a/LayoutTests/platform/chromium/accessibility/main-element.html b/LayoutTests/platform/chromium/accessibility/main-element.html
deleted file mode 100644
index 46558f9ac8006ce29ce417ba0a2cb53cf4d7aa12..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium/accessibility/main-element.html
+++ /dev/null
@@ -1,30 +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">
-
-<main id="main">main</main>
-
-<p id="description"></p>
-<div id="console"></div>
-
-<script>
-
- description("This tests that the HTML5 main element correctly maps to AXLandmarkMain.");
-
- if (window.accessibilityController) {
-
- document.getElementById("body").focus();
- var body = accessibilityController.focusedElement;
- var main = accessibilityController.accessibleElementById("main");
- shouldBe("main.role", "'AXRole: AXLandmarkMain'");
-
- }
-
-</script>
-
-<script src="../../../fast/js/resources/js-test-post.js"></script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698