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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 6: XHR loaded: 1
2 CONSOLE MESSAGE: line 6: XHR loaded: 2
3 CONSOLE MESSAGE: line 6: XHR loaded: 3
4 CONSOLE MESSAGE: line 6: XHR loaded: 4
5 CONSOLE MESSAGE: line 6: XHR loaded: 5
6 CONSOLE MESSAGE: line 6: XHR loaded: 6
7 CONSOLE MESSAGE: line 6: XHR loaded: 7
8 CONSOLE MESSAGE: line 6: XHR loaded: 8
9 Tests that resources with JSON MIME types are previewed with the JSON viewer.
10
11
12 Running: plainTextTest
13 Is Searchable: true
14 Type: ResourceSourceFrame
15 Should have found and highlighted all: foo
16 Normal search found 0 results in dom.
17 CodeMirror search found 2 results in dom.
18
19
20 Running: jsonTest
21 Is Searchable: true
22 Type: JSONView
23 Should have found and highlighted all: 533
24 Normal search found 1 results in dom.
25 CodeMirror search found 0 results in dom.
26
27 Should have found and highlighted all: 322
28 Normal search found 1 results in dom.
29 CodeMirror search found 0 results in dom.
30
31
32 Running: jsonSpecialMimeTest
33 Is Searchable: true
34 Type: JSONView
35 Should have found and highlighted all: foo
36 Normal search found 2 results in dom.
37 CodeMirror search found 0 results in dom.
38
39
40 Running: xmlMultipleSearchTest
41 Is Searchable: false
42 Type: XMLView
43
44 Running: xmlSingleSearchTest
45 Is Searchable: false
46 Type: XMLView
47
48 Running: xmlCommentSearchTest
49 Is Searchable: false
50 Type: XMLView
51
52 Running: xmlCDATASearchTest
53 Is Searchable: false
54 Type: XMLView
55
56 Running: xmlMimeTypeJsonTest
57 Is Searchable: true
58 Type: JSONView
59 Should have found and highlighted all: fooo
60 Normal search found 1 results in dom.
61 CodeMirror search found 0 results in dom.
62
63 Should have found and highlighted all: bar
64 Normal search found 2 results in dom.
65 CodeMirror search found 0 results in dom.
66
67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698