- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / form.html
1 <html>
2 <head>
3 </head>
4 <body>
5 <!-- A form leading to an empty page. The form is submitted via javascript, so
6  we don't need a submit button. -->
7 <form id="form" action="/moose" method="post"></form>
8 </body>