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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-list-widget-providers-expected.txt

Issue 2736853002: DevTools: Convert FilteredListWidget to use an optional provider (Closed)
Patch Set: missing timeout Created 3 years, 9 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/filtered-list-widget-providers-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-list-widget-providers-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-list-widget-providers-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..025da732ffe2dd04402b76a5b9187b45415398ef
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-unit/filtered-list-widget-providers-expected.txt
@@ -0,0 +1,14 @@
+Test that FilteredListWidget.setProvider changes the provider.
+
+test: providerWithOneItem
+Output:["One Item"]
+
+test: nullProvider
+Output: <hidden>
+
+test: providerWithTwoItems
+Output:["First Item","Second item"]
+
+test: providerWithNoItems
+Output: No results found
+

Powered by Google App Engine
This is Rietveld 408576698