Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-maxlength-expected.txt
blob72d93e8e977141ec5485b463f21ca1f2cf6b82d2
1 This page tests that the maxlength attribute of the <input> element works correctly. http://bugs.webkit.org/show_bug.cgi?id=14388
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.maxLength is implicitMaxLength
77 PASS input.maxLength = -1 threw exception IndexSizeError: Failed to set the 'maxLength' property on 'HTMLInputElement': The value provided (-1) is negative..
78 PASS input.getAttribute('maxlength') is '100'
79 PASS successfullyParsed is true
81 TEST COMPLETE