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

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

Issue 2285993002: DevTools: Fix flickering hint when typing in TextPrompt (Closed)
Patch Set: fix test Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/text-prompt-hint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/text-prompt-hint-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/text-prompt-hint-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d585808014db83a09c32dd16a4dccc50364b4523
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/text-prompt-hint-expected.txt
@@ -0,0 +1,28 @@
+Tests that the hint displays properly on a WebInspector.TextPrompt with autocomplete.
+Requesting completions
+
+Text:testT
+UserEnteredText:testT
+
+Text:testTextPrompt
+UserEnteredText:testT
+
+Text:testTextPrompt
+UserEnteredText:testTe
+Requesting completions
+
+Text:testTextPrompt
+UserEnteredText:testTe
+Requesting completions
+
+Text:testTez
+UserEnteredText:testTez
+Requesting completions
+
+Text:testTextPrompt
+UserEnteredText:testTe
+Requesting completions
+
+Text:testTextPrompt
+UserEnteredText:testT
+

Powered by Google App Engine
This is Rietveld 408576698