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

Unified Diff: LayoutTests/inspector/timeline/timeline-network-resource-expected.txt

Issue 709423002: DevTools: remove old Timeline front-end implementation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated LayoutTests/inspector/layers/layer-canvas-log.html Created 6 years, 1 month 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: LayoutTests/inspector/timeline/timeline-network-resource-expected.txt
diff --git a/LayoutTests/inspector/timeline/timeline-network-resource-expected.txt b/LayoutTests/inspector/timeline/timeline-network-resource-expected.txt
deleted file mode 100644
index ba617260eefcc90fc93f28d6aee5ceb41f7c9b9e..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/timeline/timeline-network-resource-expected.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-Tests the Timeline API instrumentation of a network resource load
-
-Script resource loaded
-
-ResourceSendRequest Properties:
-{
- data : {
- requestId : <string>
- requestMethod : "GET"
- url : .../inspector/timeline/timeline-network-resource.js
- }
- endTime : <number>
- frameId : <string>
- stackTrace : <object>
- startTime : <number>
- thread : <string>
- type : "ResourceSendRequest"
-}
-
-ResourceReceiveResponse Properties:
-{
- data : {
- mimeType : <string>
- requestId : <string>
- statusCode : 0
- }
- endTime : <number>
- startTime : <number>
- thread : <string>
- type : "ResourceReceiveResponse"
-}
-
-ResourceFinish Properties:
-{
- data : {
- didFail : false
- networkTime : <number>
- requestId : <string>
- }
- endTime : <number>
- startTime : <number>
- thread : <string>
- type : "ResourceFinish"
-}
-

Powered by Google App Engine
This is Rietveld 408576698