| Index: third_party/WebKit/LayoutTests/inspector/sources/search-config.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/search-config.html b/third_party/WebKit/LayoutTests/inspector/sources/search-config.html
|
| index 3d779bb1e27f1cdbb080fe6ccb48b1f721588206..4ab0aee114f43e2196678c3bdc304a97e2be36e7 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/search-config.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/search-config.html
|
| @@ -14,6 +14,7 @@ function test()
|
| dumpParsedSearchQuery("function", false);
|
| dumpParsedSearchQuery(" function", false);
|
| dumpParsedSearchQuery(" function file:js", false);
|
| + dumpParsedSearchQuery("file:js function ", false);
|
| dumpParsedSearchQuery("\s", true);
|
| dumpParsedSearchQuery(" \s hello", true);
|
| InspectorTest.completeTest();
|
|
|