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

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

Issue 11823026: Adding some new DumpAccessibilityTree tests, tweaking DumpAccessibilityTree helpers and fixing a bug (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix valueNow -> currentValue Created 7 years, 11 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-progressbar.html
diff --git a/content/test/data/accessibility/aria-progressbar.html b/content/test/data/accessibility/aria-progressbar.html
new file mode 100644
index 0000000000000000000000000000000000000000..8a9cf7399cb8f9353b3d1756ac7c7b03386595dc
--- /dev/null
+++ b/content/test/data/accessibility/aria-progressbar.html
@@ -0,0 +1,22 @@
+<!--
+@MAC-ALLOW:roleDescription=*
+@MAC-ALLOW:valueDescription=*
+@MAC-ALLOW:minValue=*
+@MAC-ALLOW:maxValue=*
+@MAC-DENY:value='0'
+@WIN-ALLOW:READONLY
+@WIN-ALLOW:STATE_SYSTEM_READONLY
+@WIN-ALLOW:valuetext:*
+@WIN-ALLOW:valueNow=*
+@WIN-ALLOW:minimumValue=*
+@WIN-ALLOW:maximumValue=*
+@WIN-DENY:name=''
+@WIN-DENY:role-name=''
+@WIN-DENY:description=''
+-->
+<html>
+<body>
+ <div role="progressbar" aria-valuenow="3" aria-valuemin="1" aria-valuemax="37"></div>
+ <div role="progressbar" aria-valuetext="three" aria-value="3" aria-valuemin="1" aria-valuemax="96"></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698