OSDN Git Service

フォルダ名変更
[wordring-tm/wordring-tm.git] / third-party / tidy-html5-master / test / input / in_445074.html
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>[ #445074 ] XHTML requires form method="post"</title>
6 </head>
7 <body>
8 <form action="Test" method="POST">
9 <table summary="Test">
10 <tr>
11 <td>
12 <input type="hidden" name="Test" value="Test" />
13 </td>
14 </tr>
15 </table>
16 </form>
17 </body>
18 </html>
19