Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / webdriver / test_data / xhtmlFormPage.xhtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"\r
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
3 <html xmlns="http://www.w3.org/1999/xhtml">\r
4 <head>\r
5   <title>XHTML</title>\r
6 </head>\r
7 <body>\r
8 \r
9   <form method="POST" enctype="multipart/form-data">\r
10     <input name="file" id="file" type="file" />\r
11     <input name="submit" id="submit" type="submit" />\r
12   </form>\r
13 \r
14 <p id="self-closed" />Here is some content that should not be in the previous p tag\r
15 \r
16 </body>\r
17 </html>\r