586.html (363B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5 <title>Element with role radio having inherited state or property aria-checked with value "mixed".</title> 6 </head> 7 <body> 8 <div id="test" role="radio" tabindex="0" aria-checked="mixed">Radio button with aria-checked='mixed'</div> 9 </body> 10 </html>