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

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

Issue 815463006: Separating ARIA, HTML & event AX test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
deleted file mode 100644
index 1ef1760966e6309c70837b64cc23571a1549855b..0000000000000000000000000000000000000000
--- a/content/test/data/accessibility/aria-progressbar.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!--
-@MAC-ALLOW:AXRoleDescription=*
-@MAC-ALLOW:AXValueDescription=*
-@MAC-ALLOW:AXMinValue=*
-@MAC-ALLOW:AXMaxValue=*
-@WIN-ALLOW:valuetext:*
-@WIN-ALLOW:currentValue=*
-@WIN-ALLOW:minimumValue=*
-@WIN-ALLOW:maximumValue=*
-@WIN-DENY:name=''
-@WIN-ALLOW:xml-roles*
--->
-<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