| Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-choose-preview-view-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-choose-preview-view-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-choose-preview-view-expected.txt
|
| index a5df3826b1cc0d16db7fa4c1d906174e28a63391..fd1b04ab5a163bad782cb6deb7c4c94a8ef105ae 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-choose-preview-view-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-choose-preview-view-expected.txt
|
| @@ -3,37 +3,46 @@ Tests to make sure the proper view is used for the data that is received in netw
|
|
|
| Running: testSimpleJSON
|
| Creating a NetworkRequest with mimeType: application/json
|
| -Its previewer type: widget vbox json-view
|
| +Content: [533,3223]
|
| +Its previewer type: SearchableView > widget vbox json-view
|
|
|
| Running: testMimeJSON
|
| Creating a NetworkRequest with mimeType: application/vnd.document+json
|
| -Its previewer type: widget vbox json-view
|
| +Content: {foo0foo: 123}
|
| +Its previewer type: SearchableView > widget vbox json-view
|
|
|
| Running: testSimpleXML
|
| Creating a NetworkRequest with mimeType: text/xml
|
| +Content: <bar><foo/></bar>
|
| Its previewer type: widget shadow-xml-view source-code
|
|
|
| Running: testXMLMimeButJSON
|
| Creating a NetworkRequest with mimeType: text/xml
|
| -Its previewer type: widget vbox json-view
|
| +Content: {foo0: 'barr', 'barr': 'fooo'}
|
| +Its previewer type: SearchableView > widget vbox json-view
|
|
|
| Running: testXMLWithUnknownMime
|
| Creating a NetworkRequest with mimeType: text/foobar
|
| +Content: <bar><foo/></bar>
|
| Its previewer type: SearchableView > widget vbox
|
|
|
| Running: testXMLWithError500
|
| Creating a NetworkRequest with mimeType: text/xml
|
| +Content: <bar><foo/></bar>
|
| Its previewer type: widget shadow-xml-view source-code
|
|
|
| Running: testUnknownMimeTextWithError500
|
| Creating a NetworkRequest with mimeType: text/foobar
|
| +Content: Foo Bar
|
| Its previewer type: SearchableView > widget vbox
|
|
|
| Running: testBinaryImageFile
|
| Creating a NetworkRequest with mimeType: image/png
|
| +Content: Bin**NULL**ary File**NULL****NULL**
|
| Its previewer type: SearchableView > widget vbox
|
|
|
| Running: testBinaryBlankImageFile
|
| Creating a NetworkRequest with mimeType: image/png
|
| +Content:
|
| Its previewer type: widget vbox empty-view
|
|
|
|
|