- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / input-button-in-menu.html
1 <html>
2 <body>
3 <menu type="list">
4   <input type="button" value="Button in menu element">
5 </menu>
6 <div role="menu">
7   <input type="button" value="Button in element with menu role">
8 </div>
9 </menu>
10 </body>
11 </html>