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

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

Issue 874893003: Handles aria-dropeffect after getting its value from blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 5 years, 10 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-dropeffect.html
diff --git a/content/test/data/accessibility/aria/aria-dropeffect.html b/content/test/data/accessibility/aria/aria-dropeffect.html
new file mode 100644
index 0000000000000000000000000000000000000000..7b2e3cd1c2322c5c65ce0c1b0877f84052170ca8
--- /dev/null
+++ b/content/test/data/accessibility/aria/aria-dropeffect.html
@@ -0,0 +1,13 @@
+<!--
+@MAC-ALLOW:AXDropEffects*
+@WIN-ALLOW:dropeffect*
+-->
+<ul>
+ <li aria-dropeffect="copy">copy</li>
+ <li aria-dropeffect="move">move</li>
+ <li aria-dropeffect="link">link</li>
+ <li aria-dropeffect="execute">execute</li>
+ <li aria-dropeffect="popup">popup</li>
+ <li aria-dropeffect="none">none(default)</li>
+ <li aria-dropeffect="link|popup">link</li>
+</ul>

Powered by Google App Engine
This is Rietveld 408576698