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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable.html

Issue 1942683006: [Devtools] XMLView now searchable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FIND_IN_JSON_FINAL
Patch Set: Fixed nit Created 4 years, 7 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/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)
{

Powered by Google App Engine
This is Rietveld 408576698