| 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
|
| +
|
|
|