RESOLVED FIXED114219
window.internals.repaintRectsAsText() is hard to use because it doesn't force layout
https://bugs.webkit.org/show_bug.cgi?id=114219
Summary window.internals.repaintRectsAsText() is hard to use because it doesn't force...
Simon Fraser (smfr)
Reported 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.
Attachments
Patch (2.08 KB, patch)
2013-04-08 15:20 PDT, Simon Fraser (smfr)
bdakin: review+
Simon Fraser (smfr)
Comment 1 2013-04-08 15:20:49 PDT
Simon Fraser (smfr)
Comment 2 2013-04-09 13:51:58 PDT
Note You need to log in before you can comment on or make changes to this bug.