| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-received-data.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-received-data.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-received-data.html
|
| similarity index 87%
|
| rename from third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-received-data.html
|
| rename to third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-received-data.html
|
| index a7372e67c1d606ab01f60c6ebecb41f394292175..34954c03ed5c12e5d7cb0044c71c9d20cc72c5e2 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network-received-data.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-network/timeline-network-received-data.html
|
| @@ -1,7 +1,7 @@
|
| <html>
|
| <head>
|
| -<script src="../../http/tests/inspector/inspector-test.js"></script>
|
| -<script src="../../http/tests/inspector/timeline-test.js"></script>
|
| +<script src="../../../http/tests/inspector/inspector-test.js"></script>
|
| +<script src="../../../http/tests/inspector/timeline-test.js"></script>
|
| <script>
|
|
|
| function performActions(callback)
|
| @@ -22,7 +22,7 @@ function performActions(callback)
|
|
|
| var image = new Image();
|
| image.onload = onImageLoad;
|
| - image.src = "resources/anImage.png";
|
| + image.src = "../resources/anImage.png";
|
| var script = document.createElement("script");
|
| script.src = "timeline-network-resource.js";
|
| document.body.appendChild(script);
|
|
|