Chromium Code Reviews

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: Update test results Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
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(defalut)</li>
dmazzoni 2015/02/09 16:12:46 nit: defalut -> default
12 <li aria-dropeffect="link|popup">link</li>
13 </ul>
OLDNEW

Powered by Google App Engine