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

Unified Diff: chrome/test/data/extensions/api_test/automation/sites/attributes.html

Issue 2694903010: AX checked state changes (Closed)
Patch Set: git cl try Created 3 years, 8 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: chrome/test/data/extensions/api_test/automation/sites/attributes.html
diff --git a/chrome/test/data/extensions/api_test/automation/sites/attributes.html b/chrome/test/data/extensions/api_test/automation/sites/attributes.html
index 22e85b7f8c5eee9492bf2a870b26192732b65b10..cb9713c0ad483477ddc5d844f3b336796b25a52e 100644
--- a/chrome/test/data/extensions/api_test/automation/sites/attributes.html
+++ b/chrome/test/data/extensions/api_test/automation/sites/attributes.html
@@ -70,6 +70,10 @@
<p id="Spanish" lang="es-ES">Hola</p>
-
+ <!-- checked attribute -->
+ <div id="check-test-1" aria-label="check-test-1" role="checkbox" aria-checked="true">Checked</div>
+ <div id="check-test-2" aria-label="check-test-2" role="checkbox" aria-checked="false">Unchecked</div>
+ <div id="check-test-3" aria-label="check-test-3" role="checkbox" aria-checked="mixed">Mixed</div>
+ <div id="check-test-4" aria-label="check-test-4" aria-checked="true">Not a checkbox</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698