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

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

Issue 2285993002: DevTools: Fix flickering hint when typing in TextPrompt (Closed)
Patch Set: Merge Created 4 years, 3 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/inspector/text-prompt-hint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/text-prompt-hint-expected.txt b/third_party/WebKit/LayoutTests/inspector/text-prompt-hint-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..477ba504c2bed1dd8aee69978346bec6929ec321
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/text-prompt-hint-expected.txt
@@ -0,0 +1,29 @@
+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