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 / aria / aria-autocomplete-expected-blink.txt [blame]

rootWebArea
++genericContainer ignored
++++genericContainer
++++++textFieldWithComboBox autoComplete='inline' value='autocomplete=inline' haspopup=listbox
++++++++genericContainer
++++++++++staticText name='autocomplete=inline'
++++++++++++inlineTextBox name='autocomplete=inline'
++++++textFieldWithComboBox autoComplete='list' value='autocomplete=list' haspopup=listbox
++++++++genericContainer
++++++++++staticText name='autocomplete=list'
++++++++++++inlineTextBox name='autocomplete=list'
++++++textFieldWithComboBox autoComplete='both' value='autocomplete=both' haspopup=listbox
++++++++genericContainer
++++++++++staticText name='autocomplete=both'
++++++++++++inlineTextBox name='autocomplete=both'
++++++textFieldWithComboBox value='autocomplete=none' haspopup=listbox
++++++++genericContainer
++++++++++staticText name='autocomplete=none'
++++++++++++inlineTextBox name='autocomplete=none'
++++++textField autoComplete='inline' value='No role with autocomplete=inline'
++++++++genericContainer
++++++++++staticText name='No role with autocomplete=inline'
++++++++++++inlineTextBox name='No role with autocomplete=inline'