RESOLVED INVALID Bug 51088
<input type=hidden> value is trimmed unexpectedly
https://bugs.webkit.org/show_bug.cgi?id=51088
Summary <input type=hidden> value is trimmed unexpectedly
Kent Tamura
Reported 2010-12-14 19:48:27 PST
http://code.google.com/p/chromium/issues/detail?id=57016 <input type=hidden name=hidden value="&#x0d;&#x0a;cr lf &#x0d;&#x0a;"> If the above input element is submitted, the preceding and the trailing &#x0d; and &#x0a; characters are stripped in the form data. IE8, Opera 11, and Firefox 3.6 don't trim it.
Attachments
Kent Tamura
Comment 1 2010-12-14 22:07:06 PST
Oh, I couldn't reproduce this now. Closing.
Note You need to log in before you can comment on or make changes to this bug.