Windows should animate when they are about to get docked at screen edges.
[chromium-blink-merge.git] / net / data / proxy_resolver_v8_tracing_unittest / too_many_empty_alerts.js
blob6fe85d43dcd487157bdcd9689e87e44432f00aea
1 var g_iteration = 0;
3 function FindProxyForURL(url, host) {
4 g_iteration++;
6 dnsResolve(host);
8 for (var i = 0; i < 1000; i++) {
9 alert('');
12 return "PROXY foo:" + g_iteration;