Bug 114219

Summary: window.internals.repaintRectsAsText() is hard to use because it doesn't force layout
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, dino, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bdakin: review+

Description Simon Fraser (smfr) 2013-04-08 15:17:10 PDT
It's hard to use window.internals.repaintRectsAsText() in a test, because you don't know whether the repaints happened yet or not. I think window.internals.repaintRectsAsText() should force layout to get around this.
Comment 1 Simon Fraser (smfr) 2013-04-08 15:20:49 PDT
Created attachment 196960 [details]
Patch
Comment 2 Simon Fraser (smfr) 2013-04-09 13:51:58 PDT
https://trac.webkit.org/r148048