GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-readonly.html
blobf6d944b1cad0c112d0a9f7dfbde0f73fd0aaf6d9
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>