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

Side by Side 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 unified diff | Download patch
OLDNEW
1 CONSOLE MESSAGE: line 6: XHR loaded: 1 1 CONSOLE MESSAGE: line 6: XHR loaded: 1
2 CONSOLE MESSAGE: line 6: XHR loaded: 2 2 CONSOLE MESSAGE: line 6: XHR loaded: 2
3 CONSOLE MESSAGE: line 6: XHR loaded: 3 3 CONSOLE MESSAGE: line 6: XHR loaded: 3
4 CONSOLE MESSAGE: line 6: XHR loaded: 4 4 CONSOLE MESSAGE: line 6: XHR loaded: 4
5 CONSOLE MESSAGE: line 6: XHR loaded: 5 5 CONSOLE MESSAGE: line 6: XHR loaded: 5
6 CONSOLE MESSAGE: line 6: XHR loaded: 6 6 CONSOLE MESSAGE: line 6: XHR loaded: 6
7 CONSOLE MESSAGE: line 6: XHR loaded: 7 7 CONSOLE MESSAGE: line 6: XHR loaded: 7
8 CONSOLE MESSAGE: line 6: XHR loaded: 8 8 CONSOLE MESSAGE: line 6: XHR loaded: 8
9 Tests that resources with JSON MIME types are previewed with the JSON viewer. 9 Tests that resources with JSON MIME types are previewed with the JSON viewer.
10 10
(...skipping 20 matching lines...) Expand all
31 31
32 Running: jsonSpecialMimeTest 32 Running: jsonSpecialMimeTest
33 Is Searchable: true 33 Is Searchable: true
34 Type: JSONView 34 Type: JSONView
35 Should have found and highlighted all: foo 35 Should have found and highlighted all: foo
36 Normal search found 2 results in dom. 36 Normal search found 2 results in dom.
37 CodeMirror search found 0 results in dom. 37 CodeMirror search found 0 results in dom.
38 38
39 39
40 Running: xmlMultipleSearchTest 40 Running: xmlMultipleSearchTest
41 Is Searchable: false 41 Is Searchable: true
42 Type: XMLView 42 Type: XMLView
43 Should have found and highlighted all: bar
44 Normal search found 2 results in dom.
45 CodeMirror search found 0 results in dom.
46
47 Should have found and highlighted all: foo
48 Normal search found 1 results in dom.
49 CodeMirror search found 0 results in dom.
50
51 Should have found and highlighted all: bar
52 Normal search found 2 results in dom.
53 CodeMirror search found 0 results in dom.
54
55 Should have found and highlighted all: test
56 Normal search found 1 results in dom.
57 CodeMirror search found 0 results in dom.
58
43 59
44 Running: xmlSingleSearchTest 60 Running: xmlSingleSearchTest
45 Is Searchable: false 61 Is Searchable: true
46 Type: XMLView 62 Type: XMLView
63 Should have found and highlighted all: bar
64 Normal search found 1 results in dom.
65 CodeMirror search found 0 results in dom.
66
47 67
48 Running: xmlCommentSearchTest 68 Running: xmlCommentSearchTest
49 Is Searchable: false 69 Is Searchable: true
50 Type: XMLView 70 Type: XMLView
71 Should have found and highlighted all: TEST
72 Normal search found 0 results in dom.
73 CodeMirror search found 0 results in dom.
74
75 Should have found and highlighted all: /bar
76 Normal search found 0 results in dom.
77 CodeMirror search found 0 results in dom.
78
79 Should have found and highlighted all: bar
80 Normal search found 1 results in dom.
81 CodeMirror search found 0 results in dom.
82
51 83
52 Running: xmlCDATASearchTest 84 Running: xmlCDATASearchTest
53 Is Searchable: false 85 Is Searchable: true
54 Type: XMLView 86 Type: XMLView
87 Should have found and highlighted all: GGG
88 Normal search found 1 results in dom.
89 CodeMirror search found 0 results in dom.
90
91 Should have found and highlighted all: tee
92 Normal search found 2 results in dom.
93 CodeMirror search found 0 results in dom.
94
95 Should have found and highlighted all: CDATA
96 Normal search found 1 results in dom.
97 CodeMirror search found 0 results in dom.
98
55 99
56 Running: xmlMimeTypeJsonTest 100 Running: xmlMimeTypeJsonTest
57 Is Searchable: true 101 Is Searchable: true
58 Type: JSONView 102 Type: JSONView
59 Should have found and highlighted all: fooo 103 Should have found and highlighted all: fooo
60 Normal search found 1 results in dom. 104 Normal search found 1 results in dom.
61 CodeMirror search found 0 results in dom. 105 CodeMirror search found 0 results in dom.
62 106
63 Should have found and highlighted all: bar 107 Should have found and highlighted all: bar
64 Normal search found 2 results in dom. 108 Normal search found 2 results in dom.
65 CodeMirror search found 0 results in dom. 109 CodeMirror search found 0 results in dom.
66 110
67 111
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698