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

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

Issue 1552683002: Enable DumpAccessibilityTree tests to use cross-process iframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Get rid of lambdas due to MSVC bug Created 4 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 @MAC-ALLOW:AXDropEffects* 2 @MAC-ALLOW:AXDropEffects*
3 @WIN-ALLOW:dropeffect* 3 @WIN-ALLOW:dropeffect*
4 --> 4 -->
5 <ul> 5 <ul>
6 <li aria-dropeffect="copy">copy</li> 6 <li aria-dropeffect="copy">copy</li>
7 <li aria-dropeffect="move">move</li> 7 <li aria-dropeffect="move">move</li>
8 <li aria-dropeffect="link">link</li> 8 <li aria-dropeffect="link">link</li>
9 <li aria-dropeffect="execute">execute</li> 9 <li aria-dropeffect="execute">execute</li>
10 <li aria-dropeffect="popup">popup</li> 10 <li aria-dropeffect="popup">popup</li>
11 <li aria-dropeffect="none">none(default)</li> 11 <li aria-dropeffect="none">none(default)</li>
12 <li aria-dropeffect="link|popup">link</li> 12 <li aria-dropeffect="link|popup">link</li>
13 </ul> 13 </ul>
nasko 2016/01/08 22:57:45 nit: This file and a few others only differ in whi
dmazzoni 2016/01/11 19:04:41 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698