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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!--
2 @MAC-ALLOW:AXDropEffects*
3 @WIN-ALLOW:dropeffect*
4 -->
5 <ul>
6 <li aria-dropeffect="copy">copy</li>
7 <li aria-dropeffect="move">move</li>
8 <li aria-dropeffect="link">link</li>
9 <li aria-dropeffect="execute">execute</li>
10 <li aria-dropeffect="popup">popup</li>
11 <li aria-dropeffect="none">none(default)</li>
12 <li aria-dropeffect="link|popup">link</li>
13 </ul>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698