| Index: net/data/proxy_resolver_v8_unittest/bindings.js
|
| ===================================================================
|
| --- net/data/proxy_resolver_v8_unittest/bindings.js (revision 29974)
|
| +++ net/data/proxy_resolver_v8_unittest/bindings.js (working copy)
|
| @@ -35,10 +35,17 @@
|
| alert(e);
|
| }
|
|
|
| - // Call myIpAddress() with wonky arguments
|
| + // Call myIpAddress() with wonky arguments
|
| myIpAddress(null);
|
| myIpAddress(null, null);
|
|
|
| + // Call myIpAddressEx() correctly (no arguments).
|
| + myIpAddressEx();
|
| +
|
| + // Call dnsResolveEx() (note that isResolvableEx() implicity calls it.)
|
| + isResolvableEx("is_resolvable");
|
| + dnsResolveEx("foobar");
|
| +
|
| return "DIRECT";
|
| }
|
|
|
|
|