[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git] / content / test / data / accessibility / html / input-submit.html
blob14be9210c0dd2971d19fb6dfcc43352bc030cba9
1 <!--
2 @MAC-ALLOW:AXRole*
3 -->
4 <!DOCTYPE html>
5 <html>
6 <body>
8 <form>
9 <input type="text" name="Name">
10 <input type="submit" value="Submit">
11 </form>
13 </body>
14 </html>