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

Unified Diff: LayoutTests/accessibility/aria-none-role.html

Issue 588653003: Adding support for ARIA 1.1 role="none" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding Layout Test Created 6 years, 3 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
« no previous file with comments | « no previous file | LayoutTests/accessibility/aria-none-role-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/aria-none-role.html
diff --git a/LayoutTests/accessibility/aria-presentational-role.html b/LayoutTests/accessibility/aria-none-role.html
similarity index 77%
copy from LayoutTests/accessibility/aria-presentational-role.html
copy to LayoutTests/accessibility/aria-none-role.html
index fa02d05993a25586815e24eabf8b1e99b0dfbd0b..d5f86e31bea16d7189a832ec69f2f204e1159935 100644
--- a/LayoutTests/accessibility/aria-presentational-role.html
+++ b/LayoutTests/accessibility/aria-none-role.html
@@ -5,7 +5,7 @@
</head>
<body id="body">
-<h3 role="presentation">
+<h3 role="none">
<a href="#">Link</a> and text
</h3>
@@ -14,7 +14,7 @@
<script>
- description("This tests that the aria 'presentation' role works by successfully removing the element from the AX tree.");
+ description("This tests that the aria 'none' role works by successfully removing the element from the AX tree.");
if (window.accessibilityController) {
« no previous file with comments | « no previous file | LayoutTests/accessibility/aria-none-role-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698