| OLD | NEW |
| (Empty) |
| 1 This page tests that the maxlength attribute of the <input> element works correc
tly. http://bugs.webkit.org/show_bug.cgi?id=14388 | |
| 2 | |
| 3 Attempting to insert 0 characters with maxLength = -1. | |
| 4 PASS | |
| 5 Attempting to insert 0 characters with maxLength = 100. | |
| 6 PASS | |
| 7 Attempting to insert 0 characters with maxLength = 524288. | |
| 8 PASS | |
| 9 Attempting to insert 0 characters with maxLength = 600000. | |
| 10 PASS | |
| 11 Attempting to insert 5 characters with maxLength = -1. | |
| 12 PASS | |
| 13 Attempting to insert 5 characters with maxLength = 100. | |
| 14 PASS | |
| 15 Attempting to insert 5 characters with maxLength = 524288. | |
| 16 PASS | |
| 17 Attempting to insert 5 characters with maxLength = 600000. | |
| 18 PASS | |
| 19 Attempting to insert 100 characters with maxLength = -1. | |
| 20 PASS | |
| 21 Attempting to insert 100 characters with maxLength = 100. | |
| 22 PASS | |
| 23 Attempting to insert 100 characters with maxLength = 524288. | |
| 24 PASS | |
| 25 Attempting to insert 100 characters with maxLength = 600000. | |
| 26 PASS | |
| 27 Attempting to insert 101 characters with maxLength = -1. | |
| 28 PASS | |
| 29 Attempting to insert 101 characters with maxLength = 100. | |
| 30 PASS | |
| 31 Attempting to insert 101 characters with maxLength = 524288. | |
| 32 PASS | |
| 33 Attempting to insert 101 characters with maxLength = 600000. | |
| 34 PASS | |
| 35 Attempting to insert 200 characters with maxLength = -1. | |
| 36 PASS | |
| 37 Attempting to insert 200 characters with maxLength = 100. | |
| 38 PASS | |
| 39 Attempting to insert 200 characters with maxLength = 524288. | |
| 40 PASS | |
| 41 Attempting to insert 200 characters with maxLength = 600000. | |
| 42 PASS | |
| 43 Attempting to insert 524287 characters with maxLength = -1. | |
| 44 PASS | |
| 45 Attempting to insert 524287 characters with maxLength = 100. | |
| 46 PASS | |
| 47 Attempting to insert 524287 characters with maxLength = 524288. | |
| 48 PASS | |
| 49 Attempting to insert 524287 characters with maxLength = 600000. | |
| 50 PASS | |
| 51 Attempting to insert 524288 characters with maxLength = -1. | |
| 52 PASS | |
| 53 Attempting to insert 524288 characters with maxLength = 100. | |
| 54 PASS | |
| 55 Attempting to insert 524288 characters with maxLength = 524288. | |
| 56 PASS | |
| 57 Attempting to insert 524288 characters with maxLength = 600000. | |
| 58 PASS | |
| 59 Attempting to insert 524289 characters with maxLength = -1. | |
| 60 PASS | |
| 61 Attempting to insert 524289 characters with maxLength = 100. | |
| 62 PASS | |
| 63 Attempting to insert 524289 characters with maxLength = 524288. | |
| 64 PASS | |
| 65 Attempting to insert 524289 characters with maxLength = 600000. | |
| 66 PASS | |
| 67 Attempting to insert 530000 characters with maxLength = -1. | |
| 68 PASS | |
| 69 Attempting to insert 530000 characters with maxLength = 100. | |
| 70 PASS | |
| 71 Attempting to insert 530000 characters with maxLength = 524288. | |
| 72 PASS | |
| 73 Attempting to insert 530000 characters with maxLength = 600000. | |
| 74 PASS | |
| 75 Some tests for .maxLength property. | |
| 76 PASS input.getAttribute('maxlength') is '100' | |
| 77 PASS successfullyParsed is true | |
| 78 | |
| 79 TEST COMPLETE | |
| 80 | |
| OLD | NEW |