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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots 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 UI.TextPrompt with autocomplete.
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
(...skipping 14 matching lines...) Expand all
26 TextWithCurrentSuggestion:testTextPrompt 26 TextWithCurrentSuggestion:testTextPrompt
27 27
28 Requesting completions 28 Requesting completions
29 Text:something_before test 29 Text:something_before test
30 TextWithCurrentSuggestion:something_before testTextPrompt 30 TextWithCurrentSuggestion:something_before testTextPrompt
31 31
32 Text:something_before testT 32 Text:something_before testT
33 TextWithCurrentSuggestion:something_before testTextPrompt 33 TextWithCurrentSuggestion:something_before testTextPrompt
34 34
35 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698