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

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

Issue 2887273003: No extra space emission in TextIterator::HandleReplacedElement (Closed)
Patch Set: Fri May 19 00:09:20 PDT 2017 Created 3 years, 7 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 foregroundOf(textarea1) is originalForeground 6 PASS foregroundOf(textarea1) is originalForeground
7 PASS backgroundOf(textarea1) is originalBackground 7 PASS backgroundOf(textarea1) is originalBackground
8 PASS search.value is "Search value" 8 PASS search.value is "Search value"
9 PASS foregroundOf(field) is not originalForeground 9 PASS foregroundOf(field) is not originalForeground
10 PASS backgroundOf(field) is not originalBackground 10 PASS backgroundOf(field) is not originalBackground
11 PASS foregroundOf(search) is not originalForeground 11 PASS foregroundOf(search) is not originalForeground
12 PASS backgroundOf(search) is not originalBackground 12 PASS backgroundOf(search) is not originalBackground
(...skipping 20 matching lines...) Expand all
33 PASS backgroundOf(textarea1) is originalBackground 33 PASS backgroundOf(textarea1) is originalBackground
34 PASS foregroundOf(textarea2) is originalForeground 34 PASS foregroundOf(textarea2) is originalForeground
35 PASS backgroundOf(textarea2) is originalBackground 35 PASS backgroundOf(textarea2) is originalBackground
36 PASS foregroundOf(select1) is originalForeground 36 PASS foregroundOf(select1) is originalForeground
37 PASS backgroundOf(select1) is originalBackground 37 PASS backgroundOf(select1) is originalBackground
38 PASS foregroundOf(select2) is originalForeground 38 PASS foregroundOf(select2) is originalForeground
39 PASS backgroundOf(select2) is originalBackground 39 PASS backgroundOf(select2) is originalBackground
40 PASS foregroundOf(select3) is originalForeground 40 PASS foregroundOf(select3) is originalForeground
41 PASS backgroundOf(select3) is originalBackground 41 PASS backgroundOf(select3) is originalBackground
42 42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698