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

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

Issue 1030333002: Chromium side Implementation of new roles added in ARIA 1.1 draft. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating failed expectations Created 5 years, 9 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-switch.html
diff --git a/content/test/data/accessibility/aria/aria-switch.html b/content/test/data/accessibility/aria/aria-switch.html
new file mode 100644
index 0000000000000000000000000000000000000000..064c87ff6ce070422f506559de7d9ce72f5310a1
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-switch.html
@@ -0,0 +1,15 @@
+<!--
+@MAC-ALLOW:AXRole*
+@MAC-ALLOW:AXSubrole*
+@WIN-ALLOW:xml-roles*
+@WIN-ALLOW:checkable:*
+@WIN-ALLOW:CHECKED*
+-->
+<!DOCTYPE html>
+<html>
+<body>
+ <div role="switch"></div>
+ <div role="switch" aria-checked="true"></div>
+ <div role="switch" aria-checked="mixed"></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698