[Webkit-unassigned] [Bug 223283] REGRESSION (r274461): [ macOS wk1 ]fast/repaint/canvas-object-fit.html is flakey text failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 16 16:25:45 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223283

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simon.fraser at apple.com

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Bad:

16:23:02.570 41683   Page::updateRendering
16:23:02.570 41683   CanvasRenderingContext2DBase::didDraw
16:23:02.570 41683   HTMLCanvasElement::didDraw - 0.0,0.0 200.0x200.0
16:23:02.570 41683   CanvasRenderingContext2DBase::didDraw
16:23:02.570 41683   HTMLCanvasElement::didDraw - null rect
16:23:02.570 41683   Page::updateRendering
16:23:02.570 41683   HTMLCanvasElement 0x160430108 paint
16:23:02.570 41683   Page::updateRendering

Good:

16:23:02.499 41683   CanvasRenderingContext2DBase::didDraw
16:23:02.499 41683   HTMLCanvasElement::didDraw - 0.0,0.0 200.0x200.0
16:23:02.499 41683   HTMLCanvasElement 0x1609f2850 paint
16:23:02.499 41683   CanvasRenderingContext2DBase::didDraw
16:23:02.499 41683   HTMLCanvasElement::didDraw - 40.0,40.0 10.0x10.0
16:23:02.499 41683   Page::updateRendering
16:23:02.499 41683   HTMLCanvasElement 0x1609f2850 paint
16:23:02.499 41683   Page::updateRendering

Note the "HTMLCanvasElement 0x1609f2850 paint" is missing in the bad case.

-- 
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/20210316/2d6e5418/attachment.htm>


More information about the webkit-unassigned mailing list