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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/text-prompt-hint-expected.txt

Issue 2439223002: DevTools: Use grey hint text for applied suggestion in TextPrompt (Closed)
Patch Set: Was removing ghostText twice Created 4 years, 1 month 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 Tests that the hint displays properly on a WebInspector.TextPrompt with autocomp lete. 1 Tests that the hint displays properly on a WebInspector.TextPrompt with autocomp lete.
2 Requesting completions 2 Requesting completions
3 Text:testT 3 Text:testT
4 TextWithCurrentSuggestion:testT 4 TextWithCurrentSuggestion:testT
5 5
6 Text:testT 6 Text:testT
7 TextWithCurrentSuggestion:testTextPrompt 7 TextWithCurrentSuggestion:testTextPrompt
8 8
9 Text:testTe 9 Text:testTe
10 TextWithCurrentSuggestion:testTextPrompt 10 TextWithCurrentSuggestion:testTextPrompt
11 11
12 Requesting completions 12 Requesting completions
13 Text:testTe 13 Text:testTe
14 TextWithCurrentSuggestion:testTextPrompt 14 TextWithCurrentSuggestion:testTextPrompt
15 15
16 Requesting completions 16 Requesting completions
17 Text:testTez 17 Text:testTez
18 TextWithCurrentSuggestion:testTez 18 TextWithCurrentSuggestion:testTez
19 19
20 Requesting completions 20 Requesting completions
21 Text:testTe 21 Text:testTe
22 TextWithCurrentSuggestion:testTextPrompt 22 TextWithCurrentSuggestion:testTextPrompt
23 23
24 Requesting completions 24 Requesting completions
25 Text:testT 25 Text:testT
26 TextWithCurrentSuggestion:testTextPrompt 26 TextWithCurrentSuggestion:testTextPrompt
27 27
28 Requesting completions
29 Text:something_before test
30 TextWithCurrentSuggestion:something_before testTextPrompt
28 31
32 Text:something_before testT
33 TextWithCurrentSuggestion:something_before testTextPrompt
34
35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698