I've taken a look at '.MOUSEDOWN' matches in httparchive:har.2016_11_15_chrome_requests_bodies
There are 7006 matches (from ~500k pages crawled) and after checking a random subset of about 20 all of them were this pattern:
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
This would not break. An exhaustive analysis of all the constants doesn't seem warranted.
Comment 1 by foolip@chromium.org
, Dec 16 2016