Parse and histogram LevelDB corruption errors.
[chromium-blink-merge.git] / third_party / webdriver / test_data / xhtmlFormPage.xhtml
blobc1c4cd707829c7824024be6ee1f6d930c05b87b9
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>XHTML</title>
6 </head>
7 <body>
9 <form method="POST" enctype="multipart/form-data">
10 <input name="file" id="file" type="file" />
11 <input name="submit" id="submit" type="submit" />
12 </form>
14 <p id="self-closed" />Here is some content that should not be in the previous p tag
16 </body>
17 </html>