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

Unified Diff: content/test/data/accessibility/aria-relevant.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: 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
Index: content/test/data/accessibility/aria-relevant.html
diff --git a/content/test/data/accessibility/aria-relevant.html b/content/test/data/accessibility/aria-relevant.html
index 86ec5d2bd1b7b43f19c79e40e1045899bf9ee780..bcbb7c499bc501b5e9f3970f635463a28bb25be3 100644
--- a/content/test/data/accessibility/aria-relevant.html
+++ b/content/test/data/accessibility/aria-relevant.html
@@ -10,6 +10,6 @@
<div tabindex=1 role="log" aria-relevant="removals"></div>
<div tabindex=2 role="log" aria-relevant="text"></div>
<div tabindex=3 role="log" aria-relevant="all"></div>
- <div tabindex=3 role="log" aria-relevant="additions-text"></div>
+ <div tabindex=4 role="log" aria-relevant="additions-text"></div>
dmazzoni 2014/11/07 21:28:43 This is space-delimited, it should be "additions t
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698