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

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

Issue 1899893003: [Devtools] JSONView implements Searchable interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
new file mode 100644
index 0000000000000000000000000000000000000000..c90d46da8ae76df7147a0d4ae2d17bbe1c50fd20
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/preview-searchable-expected.txt
@@ -0,0 +1,67 @@
+CONSOLE MESSAGE: line 6: XHR loaded: 1
+CONSOLE MESSAGE: line 6: XHR loaded: 2
+CONSOLE MESSAGE: line 6: XHR loaded: 3
+CONSOLE MESSAGE: line 6: XHR loaded: 4
+CONSOLE MESSAGE: line 6: XHR loaded: 5
+CONSOLE MESSAGE: line 6: XHR loaded: 6
+CONSOLE MESSAGE: line 6: XHR loaded: 7
+CONSOLE MESSAGE: line 6: XHR loaded: 8
+Tests that resources with JSON MIME types are previewed with the JSON viewer.
+
+
+Running: plainTextTest
+Is Searchable: true
+Type: ResourceSourceFrame
+Should have found and highlighted all: foo
+Normal search found 0 results in dom.
+CodeMirror search found 2 results in dom.
+
+
+Running: jsonTest
+Is Searchable: true
+Type: JSONView
+Should have found and highlighted all: 533
+Normal search found 1 results in dom.
+CodeMirror search found 0 results in dom.
+
+Should have found and highlighted all: 322
+Normal search found 1 results in dom.
+CodeMirror search found 0 results in dom.
+
+
+Running: jsonSpecialMimeTest
+Is Searchable: true
+Type: JSONView
+Should have found and highlighted all: foo
+Normal search found 2 results in dom.
+CodeMirror search found 0 results in dom.
+
+
+Running: xmlMultipleSearchTest
+Is Searchable: false
+Type: XMLView
+
+Running: xmlSingleSearchTest
+Is Searchable: false
+Type: XMLView
+
+Running: xmlCommentSearchTest
+Is Searchable: false
+Type: XMLView
+
+Running: xmlCDATASearchTest
+Is Searchable: false
+Type: XMLView
+
+Running: xmlMimeTypeJsonTest
+Is Searchable: true
+Type: JSONView
+Should have found and highlighted all: fooo
+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.
+
+

Powered by Google App Engine
This is Rietveld 408576698