| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
|
| index f6c441cfbf03c2de208a0e1c339589eff4e93b7b..0f90d8b8d98a8193b5a5a22d581f82e31f46dee8 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-headers.html
|
| @@ -58,7 +58,8 @@ var test = function()
|
| "time": "formatAsTypeName",
|
| "timings": "formatAsTypeName",
|
| "_transferSize": "formatAsTypeName",
|
| - "_error": "skip"
|
| + "_error": "skip",
|
| + "serverIPAddress": "formatAsTypeName"
|
| };
|
| InspectorTest.addObject(new WebInspector.HAREntry(testRequest).build(), stillNondeterministic, "", "HAR:");
|
| InspectorTest.completeTest();
|
|
|