Bug 53305

Summary: [WebTiming] responseEnd should always be >= responseStart
Product: WebKit Reporter: Tony Gentilcore <tonyg>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: burg, pfeldman, simonjam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 58354    
Bug Blocks: 30685    

Description Tony Gentilcore 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.
Comment 1 James Simonsen 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.