1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23

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

WebView textSize:16.0 style:0 htmlInfo:[{htmlTag="#document"}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {style="text-align: left"}]
++++TextView text:"Left-aligned text" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {style="text-align: right"}]
++++TextView text:"Right-aligned text" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {style="text-align: center"}]
++++TextView text:"Centered text" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {style="text-align: justify"}]
++++TextView text:"Justified text" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {style="text-align: -webkit-left"}]
++++TextView text:"Webkit left-aligned text" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {style="text-align: -webkit-right"}]
++++TextView text:"Webkit right-aligned text" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {style="text-align: -webkit-center"}]
++++TextView text:"Webkit centered text" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {style="text-align: start"}]
++++TextView text:"Start-aligned text" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {style="text-align: end"}]
++++TextView text:"End-aligned text" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}]
++++TextView text:"No text alignment specified" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]
++View textSize:16.0 style:0 htmlInfo:[{htmlTag="div"}, {display="block"}, {style="text-align: none"}]
++++TextView text:"Invalid text alignment" textSize:16.0 style:0 htmlInfo:[{htmlTag=""}, {display=""}]