RESOLVED WORKSFORME Bug 53305
[WebTiming] responseEnd should always be >= responseStart
https://bugs.webkit.org/show_bug.cgi?id=53305
Summary [WebTiming] responseEnd should always be >= responseStart
Tony Gentilcore
Reported 2011-01-28 08:36:08 PST
I've received at least one report of the following: > responseEnd: 1296224561282 > responseStart: 1296224561283 It should be impossible for the start to be after the end. Unfortunately, I don't know how to repro this.
Attachments
James Simonsen
Comment 1 2011-02-01 16:45:23 PST
It could be that the clock skewed backwards at a bad time. We have no protection against that. We should bring this issue up with the WG.
Note You need to log in before you can comment on or make changes to this bug.