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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering-expected.txt

Issue 2469153003: DevTools: Remove ghost text from FilteredListWidget (Closed)
Patch Set: Exit test on rejected promise 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/filtered-item-selection-dialog-filtering-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering-expected.txt
similarity index 60%
rename from third_party/WebKit/LayoutTests/inspector/filtered-item-selection-dialog-filtering-expected.txt
rename to third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering-expected.txt
index 9211d0f3c42e9f95da04fddab9a9bce28c5c75c0..08a91ec2977a80f2dae3a103e040acf688d2ec4e 100644
--- a/third_party/WebKit/LayoutTests/inspector/filtered-item-selection-dialog-filtering-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-item-selection-dialog-filtering-expected.txt
@@ -1,70 +1,51 @@
Check to see that FilteredItemSelectionDialog uses proper regex to filter results.
-
-Running: emptyQueryMatchesEverything
+test: emptyQueryMatchesEverything
Input:["a","bc"]
Query:""
Output:["a","bc"]
-Completion:""
Selected item index: 0
History:[""]
-Running: caseSensitiveMatching
+test: caseSensitiveMatching
Input:["abc","acB"]
Query:"aB"
Output:["abc","acB"]
-Completion:"aB"
Selected item index: 0
History:["","aB"]
-Running: caseInsensitiveMatching
+test: caseInsensitiveMatching
Input:["abc","bac","a_B"]
Query:"ab"
Output:["abc","a_B"]
-Completion:"ab"
Selected item index: 0
History:["","aB","ab"]
-Running: dumplicateSymbolsInQuery
+test: dumplicateSymbolsInQuery
Input:["abab","abaa","caab","baac","fooaab"]
Query:"aab"
Output:["abab","caab","fooaab"]
-Completion:"aab"
Selected item index: 0
History:["","aB","ab","aab"]
-Running: dangerousInputEscaping
+test: dangerousInputEscaping
Input:["^[]{}()\\.$*+?|","0123456789abcdef"]
Query:"^[]{}()\\.$*+?|"
Output:["^[]{}()\\.$*+?|"]
-Completion:"^[]{}()\\.$*+?|"
Selected item index: 0
History:["","aB","ab","aab","^[]{}()\\.$*+?|"]
-Running: itemIndexIsNotReportedInGoToLine
+test: itemIndexIsNotReportedInGoToLine
Input:[":1:2:3.js"]
Query:":1"
Output:[":1:2:3.js"]
-Completion:":1"
Selected item index: null
History:["","aB","ab","aab","^[]{}()\\.$*+?|",":1"]
-Running: autoCompleteIsLast
+test: autoCompleteIsLast
Input:["abc","abcd"]
Query:""
Output:["abc","abcd"]
-Completion:":1"
Selected item index: 0
History:["","aB","ab","aab","^[]{}()\\.$*+?|",":1",""]
-Running: autoCompleteAccept
-Input:["abc","abcd","aabcd"]
-Query:"a"
-Output:["abc","abcd","aabcd"]
-Completion:"aab"
-Query:"aab"
-Output:["aabcd"]
-Completion:"aab"
-Selected item index: 2
-History:["","aB","ab","aab","^[]{}()\\.$*+?|",":1","","aab"]
-

Powered by Google App Engine
This is Rietveld 408576698