[Webkit-unassigned] [Bug 212647] REGRESSION (r262366): [ Mac wk1 ] webgl/webgl-backing-store-size-update.html is failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 4 14:14:18 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=212647
--- Comment #11 from Dean Jackson <dino at apple.com> ---
updateRendering calls document.serviceRequestAnimationFrameCallbacks(timestamp) and this particular test is triggering _forceRepaintForTesting from within the callback.
I could try calling Page::doAfterUpdateRendering() from within _forceRepaintForTesting. Under normal circumstances it would have run through whatever triggered updateRendering.
However, rendering definitely hasn't been updated by this point, so it could be a mistake.
All this is to avoid having to edit the tests, but it would be more accurate.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200604/6ef2e34a/attachment.htm>
More information about the webkit-unassigned
mailing list