1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14

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

WebView textSize:16.0 style:0 htmlInfo:[{htmlTag="#document"}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="fieldset"}, {display="block"}, {role="form"}]
++++TextView text:"Unnamed ARIA form: must fall back to the native role." textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {role="form"}]
++++TextView text:"Unnamed ARIA form on plain div uses generic container role." textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View text:"Named form" textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {aria-label="Named form"}, {role="form"}]
++++TextView text:"Named ARIA form#1 gets the form role." textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View text:"Named ARIA form#2 gets the form role." textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {aria-labelledby="form-name"}, {role="form"}]
++++View textSize:16.0 style:0 htmlInfo:[{htmlTag="span"}, {display="inline"}, {id="form-name"}]
++++++TextView text:"Named ARIA form#2 gets the form role." textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View text:"Named form" textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {role="form"}, {title="Named form"}]
++++TextView text:"Named ARIA form#3 gets the form role." textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {aria-roledescription="form"}, {role="form"}]
++++TextView text:"An aria-rolescription works on a nameless role=form." textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]