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

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: 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
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
1 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.
2 10
3 11
4 Running: test1 12 Running: plainTextTest
5 Creating a NetworkRequest with mimeType: application/json 13 Is Searchable: true
6 Its previewer type: SearchableView > widget vbox json-view 14 Type: ResourceSourceFrame
7 Inner searchable box is: widget vbox json-view 15 Should have found and highlighted all: foo
16 <SPAN class=cm-cm-overlay cm-search-highlight cm-search-highlight-start >
17 f
18 </SPAN>
19 <SPAN class=cm-cm-overlay cm-search-highlight >
lushnikov 2016/05/04 17:00:47 let's not dump DOM - it's hard to read and validat
allada 2016/05/04 21:22:35 Done.
20 o
21 </SPAN>
22 <SPAN class=cm-cm-overlay cm-search-highlight cm-search-highlight-end >
23 o
24 </SPAN>
25 <SPAN class=cm-cm-overlay cm-search-highlight cm-search-highlight-start >
26 f
27 </SPAN>
28 <SPAN class=cm-cm-overlay cm-search-highlight >
29 o
30 </SPAN>
31 <SPAN class=cm-cm-overlay cm-search-highlight cm-search-highlight-end >
32 o
33 </SPAN>
34
35 Running: jsonTest
36 Is Searchable: true
37 Type: JSONView
8 Should have found and highlighted all: 533 38 Should have found and highlighted all: 533
9 <SPAN class=highlighted-search-result current-search-result > 39 <SPAN class=highlighted-search-result current-search-result >
10 533 40 533
11 </SPAN> 41 </SPAN>
12 Should have found and highlighted all: 322 42 Should have found and highlighted all: 322
13 <SPAN class=highlighted-search-result current-search-result > 43 <SPAN class=highlighted-search-result current-search-result >
14 322 44 322
15 </SPAN> 45 </SPAN>
16 46
17 Running: test2 47 Running: jsonSpecialMimeTest
18 Creating a NetworkRequest with mimeType: application/vnd.document+json 48 Is Searchable: true
19 Its previewer type: SearchableView > widget vbox json-view 49 Type: JSONView
20 Inner searchable box is: widget vbox json-view
21 Should have found and highlighted all: foo 50 Should have found and highlighted all: foo
22 <SPAN class=highlighted-search-result current-search-result > 51 <SPAN class=highlighted-search-result current-search-result >
23 foo 52 foo
24 </SPAN> 53 </SPAN>
25 <SPAN class=highlighted-search-result current-search-result > 54 <SPAN class=highlighted-search-result current-search-result >
26 foo 55 foo
27 </SPAN> 56 </SPAN>
28 57
29 Running: test3 58 Running: xmlMultipleSearchTest
30 Creating a NetworkRequest with mimeType: text/xml 59 Is Searchable: true
31 Its previewer type: widget shadow-xml-view source-code 60 Type: XMLView
61 Should have found and highlighted all: bar
62 <SPAN class=highlighted-search-result current-search-result >
63 bar
64 </SPAN>
65 <SPAN class=highlighted-search-result current-search-result >
66 bar
67 </SPAN>
68 <SPAN class=highlighted-search-result >
69 bar
70 </SPAN>
71 Should have found and highlighted all: foo
72 <SPAN class=highlighted-search-result current-search-result >
73 foo
74 </SPAN>
75 Should have found and highlighted all: bar
76 <SPAN class=highlighted-search-result current-search-result >
77 bar
78 </SPAN>
79 <SPAN class=highlighted-search-result current-search-result >
80 bar
81 </SPAN>
82 <SPAN class=highlighted-search-result >
83 bar
84 </SPAN>
32 85
33 Running: test4 86 Running: xmlSingleSearchTest
34 Creating a NetworkRequest with mimeType: text/xml 87 Is Searchable: true
35 Its previewer type: SearchableView > widget vbox json-view 88 Type: XMLView
36 Inner searchable box is: widget vbox json-view 89 Should have found and highlighted all: bar
90 <SPAN class=highlighted-search-result current-search-result >
91 bar
92 </SPAN>
93
94 Running: xmlCommentSearchTest
95 Is Searchable: true
96 Type: XMLView
97 Should have found and highlighted all: TEST
98 <SPAN class=highlighted-search-result current-search-result >
99 TEST
100 </SPAN>
101 Should have found and highlighted all: /bar
102 <SPAN class=highlighted-search-result current-search-result >
103 /bar
104 </SPAN>
105 <SPAN class=highlighted-search-result >
106 /bar
107 </SPAN>
108 Should have found and highlighted all: bar
109 <SPAN class=highlighted-search-result current-search-result >
110 bar
111 </SPAN>
112 <SPAN class=highlighted-search-result current-search-result >
113 bar
114 </SPAN>
115 <SPAN class=highlighted-search-result >
116 bar
117 </SPAN>
118
119 Running: xmlCDATASearchTest
120 Is Searchable: true
121 Type: XMLView
122 Should have found and highlighted all: GGG
123 <SPAN class=highlighted-search-result current-search-result >
124 GGG
125 </SPAN>
126 Should have found and highlighted all: tee
127 <SPAN class=highlighted-search-result current-search-result >
128 tee
129 </SPAN>
130 <SPAN class=highlighted-search-result >
131 tee
132 </SPAN>
133 Should have found and highlighted all: CDATA
134 <SPAN class=highlighted-search-result current-search-result >
135 CDATA
136 </SPAN>
137
138 Running: xmlMimeTypeJsonTest
139 Is Searchable: true
140 Type: JSONView
37 Should have found and highlighted all: fooo 141 Should have found and highlighted all: fooo
38 <SPAN class=highlighted-search-result current-search-result > 142 <SPAN class=highlighted-search-result current-search-result >
39 fooo 143 fooo
40 </SPAN> 144 </SPAN>
41 Should have found and highlighted all: bar 145 Should have found and highlighted all: bar
42 <SPAN class=highlighted-search-result current-search-result > 146 <SPAN class=highlighted-search-result current-search-result >
43 bar 147 bar
44 </SPAN> 148 </SPAN>
45 <SPAN class=highlighted-search-result > 149 <SPAN class=highlighted-search-result >
46 bar 150 bar
47 </SPAN> 151 </SPAN>
48 152
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698