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

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

Issue 2163673003: Made ARIA alerts have an implicit aria-atomic of true and strengthened tests concerning aria-atomic… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed aria-atomic test. Created 4 years, 5 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/aria-status.html
diff --git a/content/test/data/accessibility/aria/aria-status.html b/content/test/data/accessibility/aria/aria-status.html
index f287c094697941faf3f83a5cdb21c38e95023b46..a76335b9684db503b470e8be0ea8c07f9232e429 100644
--- a/content/test/data/accessibility/aria/aria-status.html
+++ b/content/test/data/accessibility/aria/aria-status.html
@@ -1,12 +1,13 @@
+<!DOCTYPE html>
<!--
@MAC-ALLOW:AXRole*
@MAC-ALLOW:AXSubrole*
-@WIN-ALLOW:xml-roles*
-@WIN-ALLOW:*atomic*
+@WIN-ALLOW:atomic:*
+@WIN-ALLOW:container-atomic:*
@WIN-ALLOW:*live*
@WIN-ALLOW:*relevant*
+@WIN-ALLOW:xml-roles*
-->
-<!DOCTYPE html>
<html>
<body>
<div role="status"></div>

Powered by Google App Engine
This is Rietveld 408576698