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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js

Issue 2671623003: DevTools: rebaseline tracing tests (Closed)
Patch Set: rebaseline 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/tests/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
index e2ab4794e875cef26f7c24bb16336c85eb5ee178..494994bf88ee8f5c382442a5bc0cc44142efaf77 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js
@@ -41,7 +41,8 @@ InspectorTest.timelinePropertyFormatters = {
finishTime: "formatAsTypeName",
thread: "formatAsTypeName",
allottedMilliseconds: "formatAsTypeName",
- timedOut: "formatAsTypeName"
+ timedOut: "formatAsTypeName",
+ networkTime: "formatAsTypeName",
};
InspectorTest.InvalidationFormatters = {
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/tests/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698