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

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

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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable-expected.txt
index c90d46da8ae76df7147a0d4ae2d17bbe1c50fd20..9d661a6482dd05ef0bf63fd761baaadfc59f939b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable-expected.txt
@@ -38,20 +38,64 @@ CodeMirror search found 0 results in dom.
Running: xmlMultipleSearchTest
-Is Searchable: false
+Is Searchable: true
Type: XMLView
+Should have found and highlighted all: bar
+Normal search found 2 results in dom.
+CodeMirror search found 0 results in dom.
+
+Should have found and highlighted all: foo
+Normal search found 1 results in dom.
+CodeMirror search found 0 results in dom.
+
+Should have found and highlighted all: bar
+Normal search found 2 results in dom.
+CodeMirror search found 0 results in dom.
+
+Should have found and highlighted all: test
+Normal search found 1 results in dom.
+CodeMirror search found 0 results in dom.
+
Running: xmlSingleSearchTest
-Is Searchable: false
+Is Searchable: true
Type: XMLView
+Should have found and highlighted all: bar
+Normal search found 1 results in dom.
+CodeMirror search found 0 results in dom.
+
Running: xmlCommentSearchTest
-Is Searchable: false
+Is Searchable: true
Type: XMLView
+Should have found and highlighted all: TEST
+Normal search found 0 results in dom.
+CodeMirror search found 0 results in dom.
+
+Should have found and highlighted all: /bar
+Normal search found 0 results in dom.
+CodeMirror search found 0 results in dom.
+
+Should have found and highlighted all: bar
+Normal search found 1 results in dom.
+CodeMirror search found 0 results in dom.
+
Running: xmlCDATASearchTest
-Is Searchable: false
+Is Searchable: true
Type: XMLView
+Should have found and highlighted all: GGG
+Normal search found 1 results in dom.
+CodeMirror search found 0 results in dom.
+
+Should have found and highlighted all: tee
+Normal search found 2 results in dom.
+CodeMirror search found 0 results in dom.
+
+Should have found and highlighted all: CDATA
+Normal search found 1 results in dom.
+CodeMirror search found 0 results in dom.
+
Running: xmlMimeTypeJsonTest
Is Searchable: true

Powered by Google App Engine
This is Rietveld 408576698