1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / accessibility / aria / aria-pressed-expected-android-assist-data.txt [blame]

WebView textSize:16.0 style:0 htmlInfo:[{htmlTag="#document"}, {display=""}]
++Button textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {role="button"}, {tabindex="0"}]
++++TextView text:"Regular button" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++ToggleButton textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {aria-pressed="false"}, {role="button"}, {tabindex="1"}]
++++TextView text:"Toggle button unpressed" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++ToggleButton textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {aria-pressed="true"}, {role="button"}, {tabindex="2"}]
++++TextView text:"Toggle button pressed" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++ToggleButton textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {aria-pressed="mixed"}, {role="button"}, {tabindex="3"}]
++++TextView text:"Toggle button mixed" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]