[benchmark] Do not abort() when readyState is DONE in destroyAllXHRs This is to supress DevTools error messages, because on Chrome calling abort() in an onreadystatechange handler in sync mode causes a NetworkError message, even if it is after transition to DONE state. [email protected] Review URL: https://codereview.appspot.com/142550043