Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(195)

Side by Side Diff: LayoutTests/accessibility/input-type-password-value-and-selection-expected.txt

Issue 1050123003: Rewrote password layout test and removed obsolete tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Renamed some more tests for consistency. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1
2 This tests that AXValue, caret position and text selection are reported correctl y for password fields.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS axPassword.selectionStart is 0
8 PASS axPassword.selectionEnd is 0
9 PASS axPassword.selectionStartLineNumber is 0
10 PASS axPassword.selectionEndLineNumber is 0
11 PASS axPassword.stringValue is "AXValue: ••••••"
12 PASS axPassword.selectionStart is 0
13 PASS axPassword.selectionEnd is 0
14 PASS axPassword.selectionStartLineNumber is 0
15 PASS axPassword.selectionEndLineNumber is 0
16 PASS axPassword.selectionStart is 0
17 PASS axPassword.selectionEnd is 1
18 PASS axPassword.selectionStartLineNumber is 0
19 PASS axPassword.selectionEndLineNumber is 0
20 PASS axPassword.selectionStart is 0
21 PASS axPassword.selectionEnd is 2
22 PASS axPassword.selectionStartLineNumber is 0
23 PASS axPassword.selectionEndLineNumber is 0
24 PASS axPassword.selectionStart is 0
25 PASS axPassword.selectionEnd is 3
26 PASS axPassword.selectionStartLineNumber is 0
27 PASS axPassword.selectionEndLineNumber is 0
28 PASS axPassword.selectionStart is 0
29 PASS axPassword.selectionEnd is 4
30 PASS axPassword.selectionStartLineNumber is 0
31 PASS axPassword.selectionEndLineNumber is 0
32 PASS axPassword.selectionStart is 0
33 PASS axPassword.selectionEnd is 5
34 PASS axPassword.selectionStartLineNumber is 0
35 PASS axPassword.selectionEndLineNumber is 0
36 PASS axPassword.selectionStart is 1
37 PASS axPassword.selectionEnd is 1
38 PASS axPassword.selectionStartLineNumber is 0
39 PASS axPassword.selectionEndLineNumber is 0
40 PASS axPassword.selectionStart is 1
41 PASS axPassword.selectionEnd is 2
42 PASS axPassword.selectionStartLineNumber is 0
43 PASS axPassword.selectionEndLineNumber is 0
44 PASS axPassword.selectionStart is 1
45 PASS axPassword.selectionEnd is 3
46 PASS axPassword.selectionStartLineNumber is 0
47 PASS axPassword.selectionEndLineNumber is 0
48 PASS axPassword.selectionStart is 1
49 PASS axPassword.selectionEnd is 4
50 PASS axPassword.selectionStartLineNumber is 0
51 PASS axPassword.selectionEndLineNumber is 0
52 PASS axPassword.selectionStart is 1
53 PASS axPassword.selectionEnd is 5
54 PASS axPassword.selectionStartLineNumber is 0
55 PASS axPassword.selectionEndLineNumber is 0
56 PASS axPassword.selectionStart is 2
57 PASS axPassword.selectionEnd is 2
58 PASS axPassword.selectionStartLineNumber is 0
59 PASS axPassword.selectionEndLineNumber is 0
60 PASS axPassword.selectionStart is 2
61 PASS axPassword.selectionEnd is 3
62 PASS axPassword.selectionStartLineNumber is 0
63 PASS axPassword.selectionEndLineNumber is 0
64 PASS axPassword.selectionStart is 2
65 PASS axPassword.selectionEnd is 4
66 PASS axPassword.selectionStartLineNumber is 0
67 PASS axPassword.selectionEndLineNumber is 0
68 PASS axPassword.selectionStart is 2
69 PASS axPassword.selectionEnd is 5
70 PASS axPassword.selectionStartLineNumber is 0
71 PASS axPassword.selectionEndLineNumber is 0
72 PASS axPassword.selectionStart is 3
73 PASS axPassword.selectionEnd is 3
74 PASS axPassword.selectionStartLineNumber is 0
75 PASS axPassword.selectionEndLineNumber is 0
76 PASS axPassword.selectionStart is 3
77 PASS axPassword.selectionEnd is 4
78 PASS axPassword.selectionStartLineNumber is 0
79 PASS axPassword.selectionEndLineNumber is 0
80 PASS axPassword.selectionStart is 3
81 PASS axPassword.selectionEnd is 5
82 PASS axPassword.selectionStartLineNumber is 0
83 PASS axPassword.selectionEndLineNumber is 0
84 PASS axPassword.selectionStart is 4
85 PASS axPassword.selectionEnd is 4
86 PASS axPassword.selectionStartLineNumber is 0
87 PASS axPassword.selectionEndLineNumber is 0
88 PASS axPassword.selectionStart is 4
89 PASS axPassword.selectionEnd is 5
90 PASS axPassword.selectionStartLineNumber is 0
91 PASS axPassword.selectionEndLineNumber is 0
92 PASS axPassword.selectionStart is 5
93 PASS axPassword.selectionEnd is 5
94 PASS axPassword.selectionStartLineNumber is 0
95 PASS axPassword.selectionEndLineNumber is 0
96 PASS axPassword.selectionStart is 0
97 PASS axPassword.selectionEnd is 0
98 PASS axPassword.selectionStartLineNumber is 0
99 PASS axPassword.selectionEndLineNumber is 0
100 PASS successfullyParsed is true
101
102 TEST COMPLETE
103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698