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

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

Issue 674873004: Add DumpAccessibilityTree tests (6 of 20) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebasing Created 6 years, 2 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
Index: content/test/data/accessibility/aria-live.html
diff --git a/content/test/data/accessibility/aria-marquee.html b/content/test/data/accessibility/aria-live.html
similarity index 76%
copy from content/test/data/accessibility/aria-marquee.html
copy to content/test/data/accessibility/aria-live.html
index 2e4f1e93ac3a617af3a1197e274122e5819d5f7e..a6c67748a43d85945df9df995a8e3115ade78b7d 100644
--- a/content/test/data/accessibility/aria-marquee.html
+++ b/content/test/data/accessibility/aria-live.html
@@ -1,16 +1,14 @@
-<!DOCTYPE html>
-<!--
-@MAC-ALLOW:AXSubrole=*
-@MAC-ALLOW:AXRole*
-@MAC-ALLOW:AXARIALIVE*
-@WIN-ALLOW:xml-roles:*
-@WIN-ALLOW:live*
-@WIN-ALLOW:container*
--->
-<html>
- <body>
- <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>
+<!--
+@MAC-ALLOW:AXSubrole*
+@MAC-ALLOW:AXARIALive*
+@WIN-ALLOW:live*
+@WIN-ALLOW:container*
+-->
+<!DOCTYPE html>
+<html>
+ <body>
+ <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>

Powered by Google App Engine
This is Rietveld 408576698