| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |