test-aria-comboboxes.html (257B)
1 <html> 2 <head> 3 <meta charset="utf-8" /> 4 </head> 5 <body> 6 <div contenteditable role="combobox" aria-label="ARIA 1.0 combobox"></div> 7 <div role="combobox"> 8 <input type="text" aria-label="ARIA 1.1 combobox" /> 9 </div> 10 </body> 11 </html>