ozone: Handle pressure and tilt for stylus devices
[chromium-blink-merge.git] / net / data / proxy_resolver_v8_unittest / ends_with_comment.js
blobbbfef8561d2889477e4c98d578d91ca430629ff1
1 function FindProxyForURL(url, host) {
2   return "PROXY success:80";
5 // We end the script with a comment (and no trailing newline).
6 // This used to cause problems, because internally ProxyResolverV8
7 // would append some functions to the script; the first line of
8 // those extra functions was being considered part of the comment.