Home | History | Annotate | Download | only in js-unittest
      1 // This PAC script is invalid, because there is a missing close brace
      2 // on the function FindProxyForURL().
      3 
      4 function FindProxyForURL(url, host) {
      5   return "DIRECT";
      6 
      7