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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/autocomplete-general.html

Issue 2385273004: DevTools: fix text editor autocompletion (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/autocomplete-general-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/sources/autocomplete-general.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-general.html b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-general.html
index 7c86662223a2ec4081baaae1616a34c2d73604d3..31ec7299e1b925eb9fe377e8e9cfcb5ec63ededa 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-general.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/autocomplete-general.html
@@ -45,6 +45,13 @@ function test()
dumpDictionary(next);
},
+ function testRemoveDuplicate(next)
+ {
+ textEditor.setText("one\none");
+ textEditor.setSelection(new WebInspector.TextRange(0, 0, 0, 3));
+ InspectorTest.typeIn(textEditor, "\b", dumpDictionary.bind(null, next));
+ },
+
function testSetText(next)
{
textEditor.setText("dog cat 'mouse';dog bird");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/autocomplete-general-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698