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

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

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 12 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 @MAC-ALLOW:AXSubrole* 2 @MAC-ALLOW:AXSubrole*
3 @MAC-ALLOW-EMPTY:AXARIALive* 3 @MAC-ALLOW-EMPTY:AXARIALive*
4 @WIN-ALLOW:live* 4 @WIN-ALLOW:live*
5 @WIN-ALLOW:container* 5 @WIN-ALLOW:container*
6 @WIN-ALLOW:BUSY* 6 @WIN-ALLOW:BUSY*
7 --> 7 -->
8 <!DOCTYPE html> 8 <!DOCTYPE html>
9 <html> 9 <html>
10 <body> 10 <body>
11 <div role="marquee" aria-live="off"> 11 <div role="marquee" aria-live="off">
12 Off 12 Off
13 </div> 13 </div>
14 <div role="marquee" aria-live="polite"> 14 <div role="marquee" aria-live="polite">
15 Polite 15 Polite
16 </div> 16 </div>
17 <div role="marquee" aria-live="assertive"> 17 <div role="marquee" aria-live="assertive">
18 Assertive 18 Assertive
19 </div> 19 </div>
20 </body> 20 </body>
21 </html> 21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698