Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-implicit-length-limit-expected.txt
blobe645dd150ee63a92de7f5fe36c29c883f4cf4441
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.
5 PASS
6 Attempting to insert 5 characters.
7 PASS
8 Attempting to insert 1025 characters.
9 PASS
10 Attempting to insert 524287 characters.
11 PASS
12 Attempting to insert 524288 characters.
13 PASS
14 Attempting to insert 524289 characters.
15 PASS
16 Attempting to insert 530000 characters.
17 PASS