| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html b/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html
|
| index fc00f8b891c58664b928c2e1c1c4b03afa6ec8d0..29c2c03dce58c7417233633fbf4779de524c19ed 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html
|
| @@ -94,7 +94,7 @@ function test()
|
| },
|
| function xmlMultipleSearchTest(next)
|
| {
|
| - testType("text/xml", "<bar><foo/></bar>", ["bar", "foo", "bar"], next);
|
| + testType("text/xml", "<bar><foo/>test</bar>", ["bar", "foo", "bar", "test"], next);
|
| },
|
| function xmlSingleSearchTest(next)
|
| {
|
|
|