ozone: Handle pressure and tilt for stylus devices
[chromium-blink-merge.git] / net / data / proxy_resolver_v8_unittest / unhandled_exception.js
blob9cc28569e08832551afa622b27784fec5ff9b4af
1 function FindProxyForURL(url, host) {
2   // This will throw a runtime exception.
3   return "PROXY x" + undefined_variable;