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

Side by Side Diff: content/test/data/accessibility/aria-pressed-expected-android.txt

Issue 795233004: aria-pressed on a button should expose checked on android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updating aria-button epxectations Created 6 years 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
« no previous file with comments | « content/test/data/accessibility/aria-button-expected-android.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 android.webkit.WebView focusable focused scrollable 1 android.webkit.WebView focusable focused scrollable
2 android.widget.Button clickable focusable name='Regular button' 2 android.widget.Button clickable focusable name='Regular button'
3 android.widget.ToggleButton checkable clickable focusable name='Toggle butto n unpressed' 3 android.widget.ToggleButton checkable clickable focusable name='Toggle butto n unpressed'
4 android.widget.ToggleButton checkable clickable focusable name='Toggle butto n pressed' 4 android.widget.ToggleButton checkable checked clickable focusable name='Togg le button pressed'
5 android.widget.ToggleButton checkable clickable focusable name='Toggle butto n mixed' 5 android.widget.ToggleButton checkable checked clickable focusable name='Togg le button mixed'
OLDNEW
« no previous file with comments | « content/test/data/accessibility/aria-button-expected-android.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698