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

Side by Side Diff: content/test/data/accessibility/aria-required.html

Issue 652103002: Input type in radio state with menu as parent should be exposed similar to ARIA role menuitemradio (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating expectations Created 6 years 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 @MAC-ALLOW:AXRequired* 2 @MAC-ALLOW:AXRequired*
3 @WIN-ALLOW:IA2_STATE_REQUIRED 3 @WIN-ALLOW:IA2_STATE_REQUIRED
4 --> 4 -->
5 <!DOCTYPE html> 5 <!DOCTYPE html>
6 <html> 6 <html>
7 <body> 7 <body>
8 <div role="radio" aria-required="true"></div> 8 <div role="radiogroup" aria-required="true">
shreeramk 2014/12/17 10:18:29 This test was not correct. aria-required is used w
dmazzoni 2014/12/22 07:59:44 Acknowledged.
9 <div role="radio" aria-required="false"></div> 9 <div role="radio"></div>
10 <div role="radio"></div>
11 </div>
10 </body> 12 </body>
11 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698