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

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

Issue 1798173003: [DevTools] Added serverIPaddress to HAR output (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Tests Created 4 years, 9 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/network-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js
index b10ec60b0d418d176d709e0ad72c3113fdd185a4..2c32fcd505fef129dda9fa5a6b5351139c966f7a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network-test.js
@@ -137,6 +137,7 @@ InspectorTest.HARPropertyFormatters = {
wait: "formatAsTypeName",
_transferSize: "formatAsTypeName",
_error: "skip",
+ serverIPAddress: "formatAsTypeName"
};
// addObject checks own properties only, so make a deep copy rather than use prototype.

Powered by Google App Engine
This is Rietveld 408576698