Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / aria-marquee.html
index 82204b0..e06e2bd 100644 (file)
@@ -1,11 +1,16 @@
 <!DOCTYPE html>
 <!--
 @MAC-ALLOW:AXSubrole=*
-@MAC-ALLOW:AXRoleDescription=*
+@MAC-ALLOW:AXRole*
+@MAC-ALLOW:AXARIALive*
 @WIN-ALLOW:xml-roles:*
+@WIN-ALLOW:live*
+@WIN-ALLOW:container*
 -->
 <html>
   <body>
-    <div role="marquee" aria-live="polite"></div>
+    <div tabindex=0 role="marquee" aria-live="off"></div>
+    <div tabindex=1 role="marquee" aria-live="polite"></div>
+    <div tabindex=2 role="marquee" aria-live="assertive"></div>
   </body>
 </html>