1 This page tests that the length of an <input> element's string is implicitly limited to 524288 characters. http://bugs.webkit.org/show_bug.cgi?id=14388
4 Attempting to insert 0 characters.
6 Attempting to insert 5 characters.
8 Attempting to insert 1025 characters.
10 Attempting to insert 524287 characters.
12 Attempting to insert 524288 characters.
14 Attempting to insert 524289 characters.
16 Attempting to insert 530000 characters.