diff options
author | eustas@chromium.org <eustas@chromium.org> | 2014-12-30 07:41:09 +0000 |
---|---|---|
committer | eustas@chromium.org <eustas@chromium.org> | 2014-12-30 07:41:09 +0000 |
commit | 35007b2276018996037ff11c991923d5c2cdb4b8 (patch) | |
tree | 90d8aada906ffbab3a5ea6dc303a0810375f7f95 /third_party/WebKit/LayoutTests/platform/linux/http/tests | |
parent | 745c4e4fec014142a8178d91688630b06539c477 (diff) | |
download | chromium_src-35007b2276018996037ff11c991923d5c2cdb4b8.zip chromium_src-35007b2276018996037ff11c991923d5c2cdb4b8.tar.gz chromium_src-35007b2276018996037ff11c991923d5c2cdb4b8.tar.bz2 |
DevTools: HAR export: add custom transfer size response field.
This will be useful for developers who use SPDY, as headerSize and bodySize
are unknown in that case.
BUG=444587
Review URL: https://codereview.chromium.org/825243002
git-svn-id: svn://svn.chromium.org/blink/trunk@187768 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/platform/linux/http/tests')
-rw-r--r-- | third_party/WebKit/LayoutTests/platform/linux/http/tests/inspector/resource-parameters-expected.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/platform/linux/http/tests/inspector/resource-parameters-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/http/tests/inspector/resource-parameters-expected.txt index 39b114c..18a606f 100644 --- a/third_party/WebKit/LayoutTests/platform/linux/http/tests/inspector/resource-parameters-expected.txt +++ b/third_party/WebKit/LayoutTests/platform/linux/http/tests/inspector/resource-parameters-expected.txt @@ -41,6 +41,7 @@ Tests that resources panel shows form data parameters. url : "http://localhost:8000/inspector/resources/post-target.cgi?queryParam1=queryValue1&queryParam2=" } response : { + _transferSize : <number> bodySize : <number> content : { compression : <number> |