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

Unified Diff: content/test/data/accessibility/aria-marquee.html

Issue 692643005: ARIA state/property(aria-relevant,aria-busy) are not exposed correctly on MAC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporating comments Created 6 years, 1 month 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 | « content/test/data/accessibility/aria-live.html ('k') | content/test/data/accessibility/aria-relevant.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/accessibility/aria-marquee.html
diff --git a/content/test/data/accessibility/aria-marquee.html b/content/test/data/accessibility/aria-marquee.html
index e06e2bdf9f77246b02763bda4ee042666f4f25ef..d3a523990568d14ffa8d835226caba55f548f93a 100644
--- a/content/test/data/accessibility/aria-marquee.html
+++ b/content/test/data/accessibility/aria-marquee.html
@@ -1,4 +1,3 @@
-<!DOCTYPE html>
<!--
@MAC-ALLOW:AXSubrole=*
@MAC-ALLOW:AXRole*
@@ -6,7 +5,9 @@
@WIN-ALLOW:xml-roles:*
@WIN-ALLOW:live*
@WIN-ALLOW:container*
+@WIN-ALLOW:BUSY*
-->
+<!DOCTYPE html>
<html>
<body>
<div tabindex=0 role="marquee" aria-live="off"></div>
« no previous file with comments | « content/test/data/accessibility/aria-live.html ('k') | content/test/data/accessibility/aria-relevant.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698