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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details-expected.txt

Issue 2712833002: DevTools: Show decoded body length for network requests on timeline. (Closed)
Patch Set: Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details-expected.txt b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details-expected.txt
index e0a96c02689a90151e1c7a676ffb14bea6431fcd..12dc0c2e6a422784cca3177ad558a1bdcab72a49 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details-expected.txt
@@ -6,13 +6,15 @@ Duration: string
Request Method: GET
Priority: Low
Mime Type: string
-Encoded Length: 223 B
+Encoded Data: 223 B
+Decoded Body: 223 B
Initiator: timeline-network-resource-details.html:15
URL: anImage.png
Duration: string
Request Method: GET
Priority: Low
Mime Type: string
-Encoded Length: 12.9 KB
+Encoded Data: 12.9 KB
+Decoded Body: 12.9 KB
Preview:

Powered by Google App Engine
This is Rietveld 408576698