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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-visible-expected.txt

Issue 2330613002: [Devtools] Fixed not showing remoteaddress in network log (Closed)
Patch Set: Changes Created 4 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/network/network-columns-visible-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-visible-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-visible-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..28cc408fd46aa28df4c237c52e324cf64e6aaf0d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/network-columns-visible-expected.txt
@@ -0,0 +1,20 @@
+Tests to ensure column names are matching data.
+
+name: empty.html?xhr/inspector/network/resources
+method: GET
+status: 200OK
+protocol: http/1.1
+scheme: http
+domain: 127.0.0.1
+remoteaddress: 127.0.0.1:8000
+type: xhr
+initiator: network-columns-visible.html:9Script
+cookies:
+setcookies:
+priority: High
+cache-control:
+connection: Keep-Alive
+content-encoding:
+content-length: 0
+vary:
+

Powered by Google App Engine
This is Rietveld 408576698