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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event.html

Issue 1353653003: DevTools: cleanup timeline concise record details generation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: re-uploading after blink repo merge Created 5 years, 3 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/http/tests/inspector/tracing/websocket/timeline-websocket-event.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event.html b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event.html
index 9a39313c540c268a8efec12432e852ee7e71b339..29a5270ac4eb37a864838e640d2068151d58c718 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/tracing/websocket/timeline-websocket-event.html
@@ -16,10 +16,10 @@ function test()
function finish()
{
- InspectorTest.printTimelineRecords("WebSocketCreate");
- InspectorTest.printTimelineRecords("WebSocketSendHandshakeRequest");
- InspectorTest.printTimelineRecords("WebSocketReceiveHandshakeResponse");
- InspectorTest.printTimelineRecords("WebSocketDestroy");
+ InspectorTest.printTimelineRecordsWithDetails("WebSocketCreate");
+ InspectorTest.printTimelineRecordsWithDetails("WebSocketSendHandshakeRequest");
+ InspectorTest.printTimelineRecordsWithDetails("WebSocketReceiveHandshakeResponse");
+ InspectorTest.printTimelineRecordsWithDetails("WebSocketDestroy");
InspectorTest.completeTest();
}
}

Powered by Google App Engine
This is Rietveld 408576698