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

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

Issue 2540023003: Dispatch encoded_data_length separately in content/child (Closed)
Patch Set: fix Created 4 years 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.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details.html
index 60e80b5ad87d23822edc4d568dab28f770ff7bb0..6ca26e02eb7c7cbe25166197c4369c0df2150325 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-resource-details.html
@@ -11,7 +11,7 @@ function performActions()
image.src = "../resources/anImage.png";
var script = document.createElement("script");
- script.src = "timeline-network-resource.js";
+ script.src = "../../../http/tests/inspector/tracing/resources/timeline-network-resource.js";
document.body.appendChild(script);
var scriptPromise = new Promise((fulfill) => window.timelineNetworkResourceEvaluated = fulfill);

Powered by Google App Engine
This is Rietveld 408576698