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

Side by Side Diff: content/test/data/accessibility/aria/aria-dropeffect-expected-mac.txt

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 AXWebArea
2 AXList
3 AXGroup AXTitle='copy' AXDropEffects='copy'
4 AXListMarker AXValue='•'
5 AXStaticText AXValue='copy'
6 AXGroup AXTitle='move' AXDropEffects='move'
7 AXListMarker AXValue='•'
8 AXStaticText AXValue='move'
9 AXGroup AXTitle='link' AXDropEffects='link'
10 AXListMarker AXValue='•'
11 AXStaticText AXValue='link'
12 AXGroup AXTitle='execute' AXDropEffects='execute'
13 AXListMarker AXValue='•'
14 AXStaticText AXValue='execute'
15 AXGroup AXTitle='popup' AXDropEffects='popup'
16 AXListMarker AXValue='•'
17 AXStaticText AXValue='popup'
18 AXGroup AXTitle='none(default)' AXDropEffects='none'
19 AXListMarker AXValue='•'
20 AXStaticText AXValue='none(default)'
21 AXGroup AXTitle='link' AXDropEffects='link|popup'
22 AXListMarker AXValue='•'
23 AXStaticText AXValue='link'
24 <-- End-of-file -->
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698