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

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

Issue 736023002: Add conversion rule for aria-grabbed attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Comment Created 5 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/aria-grabbed.html
diff --git a/content/test/data/accessibility/aria/aria-grabbed.html b/content/test/data/accessibility/aria/aria-grabbed.html
new file mode 100644
index 0000000000000000000000000000000000000000..2e7b6bf101afeb7e4f791fccfc472c69c15396de
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-grabbed.html
@@ -0,0 +1,15 @@
+<!--
+@MAC-ALLOW:AXGrabbed*
+@WIN-ALLOW:grabbed*
+-->
+<ul>
+ <li aria-grabbed="true">grabbed-true
+ <img src="blue.png">
+ </li>
+ <li aria-grabbed="false">grabbed-false
+ <img src="blue.png">
+ </li>
+ <li>grabbed-undefined
+ <img src="blue.png">
+ </li>
+</ul>

Powered by Google App Engine
This is Rietveld 408576698