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

Side by Side Diff: LayoutTests/fast/forms/input-autofilled-expected.txt

Issue 471803003: Adjust autofilled property for <search> input and <select> elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and add NeedsRebaseLine for window test. Created 6 years, 4 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
1 This tests that foreground and background colors properly change for autofilled inputs or select options. It can only be run using the test harness. 1 This tests that foreground and background colors properly change for autofilled inputs or select options. It can only be run using the test harness.
2 2
3 PASS successfullyParsed is true 3 PASS successfullyParsed is true
4 4
5 TEST COMPLETE 5 TEST COMPLETE
6 PASS 6 PASS foregroundOf(textarea1) is originalForeground
7 PASS backgroundOf(textarea1) is originalBackground
8 PASS search.value is "Search value"
9 PASS foregroundOf(field) is not originalForeground
10 PASS backgroundOf(field) is not originalBackground
11 PASS foregroundOf(search) is not originalForeground
12 PASS backgroundOf(search) is not originalBackground
13 PASS foregroundOf(textarea1) is not originalForeground
14 PASS backgroundOf(textarea1) is not originalBackground
15 PASS foregroundOf(textarea2) is not originalForeground
16 PASS backgroundOf(textarea2) is not originalBackground
17 PASS foregroundOf(select1) is not originalForeground
18 PASS backgroundOf(select1) is not originalBackground
19 PASS foregroundOf(select2) is not originalForeground
20 PASS backgroundOf(select2) is not originalBackground
21 PASS select2.options.length is 3
22 PASS select2.options.length is 2
23 PASS foregroundOf(select2) is autofilledSelectForeground
24 PASS backgroundOf(select2) is autofilledSelectBackground
25 PASS search.value is ""
26 PASS foregroundOf(field) is originalForeground
27 PASS backgroundOf(field) is originalBackground
28 PASS foregroundOf(search) is originalForeground
29 PASS backgroundOf(search) is originalBackground
30 PASS foregroundOf(textarea1) is originalForeground
31 PASS backgroundOf(textarea1) is originalBackground
32 PASS foregroundOf(textarea2) is originalForeground
33 PASS backgroundOf(textarea2) is originalBackground
34 PASS foregroundOf(select1) is originalForeground
35 PASS backgroundOf(select1) is originalBackground
36 PASS foregroundOf(select2) is originalForeground
37 PASS backgroundOf(select2) is originalBackground
7 38
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/input-autofilled.html ('k') | LayoutTests/fast/forms/textarea/edit-autofilled-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698