1
    2
    3
    4
    5
    6
    7
    8
    9

content / test / data / accessibility / html / details-expected-android-assist-data.txt [blame]

WebView textSize:16.0 style:0 htmlInfo:[{htmlTag="#document"}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="details"}, {display="block"}]
++++View textSize:16.0 style:0 htmlInfo:[{htmlTag="summary"}, {display="list-item"}]
++++++TextView text:"details tag" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="details"}, {display="block"}, {open=""}]
++++View textSize:16.0 style:0 htmlInfo:[{htmlTag="summary"}, {display="list-item"}]
++++++TextView text:"details tag open" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++++View textSize:16.0 style:0 htmlInfo:[{htmlTag="p"}, {display="block"}]
++++++TextView text:"The details tag with open specifies that the details should be visible (open) to the user." textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]