Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt |
| index a7d26e2c94b763bc265d4c575c274d676b284b7b..03385037da37a0d18f6289a288fee1bc364765f8 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt |
| @@ -29,6 +29,7 @@ Page reloaded. |
| _transferSize : <number> |
| bodySize : <number> |
| content : { |
| + compression : <number> |
|
dgozman
2016/08/24 23:09:42
Why did this change?
allada
2016/08/25 17:30:10
Because now it is sending with a compression, befo
|
| mimeType : "text/html" |
| size : <number> |
| } |
| @@ -38,8 +39,8 @@ Page reloaded. |
| headersSize : <number> |
| httpVersion : "HTTP/1.1" |
| redirectURL : "" |
| - status : 304 |
| - statusText : "Not Modified" |
| + status : 200 |
| + statusText : "OK" |
| } |
| serverIPAddress : "127.0.0.1" |
| startedDateTime : <plausible> |
| @@ -94,6 +95,7 @@ Page reloaded. |
| _transferSize : <number> |
| bodySize : <number> |
| content : { |
| + compression : <number> |
| mimeType : "application/x-javascript" |
| size : <number> |
| } |
| @@ -132,8 +134,8 @@ Page reloaded. |
| headersSize : <number> |
| httpVersion : "HTTP/1.1" |
| redirectURL : "" |
| - status : 304 |
| - statusText : "Not Modified" |
| + status : 200 |
| + statusText : "OK" |
| } |
| serverIPAddress : "127.0.0.1" |
| startedDateTime : <plausible> |
| @@ -161,6 +163,7 @@ Page reloaded. |
| _transferSize : <number> |
| bodySize : <number> |
| content : { |
| + compression : <number> |
| mimeType : "application/x-javascript" |
| size : <number> |
| } |
| @@ -170,8 +173,8 @@ Page reloaded. |
| headersSize : <number> |
| httpVersion : "HTTP/1.1" |
| redirectURL : "" |
| - status : 304 |
| - statusText : "Not Modified" |
| + status : 200 |
| + statusText : "OK" |
| } |
| serverIPAddress : "127.0.0.1" |
| startedDateTime : <plausible> |