Fix Bug 14388: Input in text fields limited to 1024 characters
WebCore:
2007-07-05 Alp Toker <alp.toker@collabora.co.uk>
Fix Bug 14388: Input in text fields limited to 1024 characters
http://bugs.webkit.org/show_bug.cgi?id=14388
Slightly modified by Adam Roben.
Reviewed by Adele.
Test: fast/forms/input-length.html
* html/HTMLInputElement.cpp: Bump limit to 524288.
(WebCore::HTMLInputElement::init):
(WebCore::HTMLInputElement::parseMappedAttribute):
* html/HTMLInputElement.h:
LayoutTests:
Added two tests for Bug 14388: Input in text fields limited to 1024 characters
fast/forms/input-maxlength-2.html is obsoleted by
fast/forms/input-maxlength.html.
Reviewed by Adele.
* fast/forms/input-implicit-length-limit-expected.txt: Added.
* fast/forms/input-implicit-length-limit.html: Added.
* fast/forms/input-maxlength-2-expected.checksum: Removed.
* fast/forms/input-maxlength-2-expected.png: Removed.
* fast/forms/input-maxlength-2-expected.txt: Removed.
* fast/forms/input-maxlength-2.html: Removed.
* fast/forms/input-maxlength-expected.txt: Added.
* fast/forms/input-maxlength.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@24037
268f45cc-cd09-0410-ab3c-
d52691b4dbfc