Parent Directory
|
Revision Log
New tests
| 1 | wakaba | 1.1 | <!DOCTYPE html> |
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <title>Single-line Text Input with CRLF References</title> | ||
| 5 | </head> | ||
| 6 | <body> | ||
| 7 | <h1>Single-line Text Input with <code>CRLF</code> References</h1> | ||
| 8 | <form action="../asis" method="post"> | ||
| 9 | <input type="text" name="text1" value="abcdefg

ABCDEFG"> | ||
| 10 | <input type="submit"> | ||
| 11 | </form> | ||
| 12 | |||
| 13 | <p><code>value="abcdefg&#x0A;&#x0D;ABCDEFG"</code></p> | ||
| 14 | |||
| 15 | </body> | ||
| 16 | </html> |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |