| Index: chrome/test/data/webui/net_internals/dns_view.js
|
| diff --git a/chrome/test/data/webui/net_internals/dns_view.js b/chrome/test/data/webui/net_internals/dns_view.js
|
| index 12fabb9fc835cfd1569a14e6c4253b79bacdbca3..aae881efb337c2f71533b6e0e563017e3ba306ec 100644
|
| --- a/chrome/test/data/webui/net_internals/dns_view.js
|
| +++ b/chrome/test/data/webui/net_internals/dns_view.js
|
| @@ -22,10 +22,6 @@ function checkDisplay(hostResolverInfo) {
|
|
|
| expectEquals(hostResolverInfo.cache.capacity,
|
| parseInt($(DnsView.CAPACITY_SPAN_ID).innerText));
|
| - expectEquals(hostResolverInfo.cache.ttl_success_ms,
|
| - parseInt($(DnsView.TTL_SUCCESS_SPAN_ID).innerText));
|
| - expectEquals(hostResolverInfo.cache.ttl_failure_ms,
|
| - parseInt($(DnsView.TTL_FAILURE_SPAN_ID).innerText));
|
|
|
| var entries = hostResolverInfo.cache.entries;
|
|
|
|
|