I have seen it only with chrome tests, like here
You will also see it for Firefox. That is the DOM Content ready event and the amount of time the browser spent processing the event (i.e. running code attached to $(document).ready )
I have seen it only with chrome tests, like here
You will also see it for Firefox. That is the DOM Content ready event and the amount of time the browser spent processing the event (i.e. running code attached to $(document).ready )