1 <!-- 2 @MAC-ALLOW:AXValue=* 3 --> 4 <html> 5 <body> 6 <input aria-readonly="false" tabindex="0" value="Editable text"> 7 <input aria-readonly="true" tabindex="1" value="Uneditable text"> 8 </body> 9 </html> 10