Parent Directory
|
Revision Log
New tests
| 1 | wakaba | 1.1 | <!DOCTYPE html> |
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <title>Single-line Text Input with New Line</title> | ||
| 5 | </head> | ||
| 6 | <body> | ||
| 7 | <h1>Single-line Text Input with New Line</h1> | ||
| 8 | <form action="../asis" method="post"> | ||
| 9 | <input type="text" name="text1" value="abcdefg | ||
| 10 | ABCDEFG"> | ||
| 11 | <input type="submit"> | ||
| 12 | </form> | ||
| 13 | |||
| 14 | <p><code>value="abcdefg<br>ABCDEFG"</code></p> | ||
| 15 | |||
| 16 | </body> | ||
| 17 | </html> |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |