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

Unified Diff: LayoutTests/accessibility/aria-fallback-roles.html

Issue 1022673003: Implementation of new roles added in ARIA 1.1 draft. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing change to latest Created 5 years, 9 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 | Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/accessibility/aria-fallback-roles.html
diff --git a/LayoutTests/accessibility/aria-fallback-roles.html b/LayoutTests/accessibility/aria-fallback-roles.html
index d582caaa412e52c578067acea7be0a7cbbb0ba71..faffcb7bfcf0002d116e10563970cd4fe59d6c3f 100644
--- a/LayoutTests/accessibility/aria-fallback-roles.html
+++ b/LayoutTests/accessibility/aria-fallback-roles.html
@@ -5,7 +5,7 @@
</head>
<body id="body">
-<span tabindex="0" id="test" role="unknownrole switch checkbox" aria-checked="true">test</span>
+<span tabindex="0" id="test" role="unknownrole checkbox" aria-checked="true">test</span>
<p id="description"></p>
<div id="console"></div>
« no previous file with comments | « no previous file | Source/modules/accessibility/AXLayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698