I've search the code from master and, apart from test/unit/support.js the event originalEvent test is the only place where we sniff for Chrome. In other places we only sniff for:
Android
iOS
Firefox (in one place, to disable focus tests).
No Chrome & IE. Therefore, the originalEvent test is the only place that's left to change (as you said, only the test description & message should be changed to include Edge).
As noted by the @dmethvin.
See https://msdn.microsoft.com/en-us/library/hh869301%28v=vs.85%29.aspx
Since our tests (mostly support tests) depends on that.
The text was updated successfully, but these errors were encountered: