css3/flexbox/multiline-justify-content.html and css3/flexbox/position-absolute-child.html fail with a timeout on debug bots every time after <http://trac.webkit.org/r162947>. This is also reproducible locally.
Skipped in <http://trac.webkit.org/r162974>. Antti is going to investigate tomorrow.
Created attachment 222571 [details] patch
Created attachment 222572 [details] another
Comment on attachment 222572 [details] another View in context: https://bugs.webkit.org/attachment.cgi?id=222572&action=review I don't like the "gridSize()" concept, but I can't really think of something better... > Source/WebCore/rendering/RenderView.cpp:640 > + static const unsigned maximumRepaintRegionGridSize = 16 * 16; > + if (m_accumulatedRepaintRegion->gridSize() > maximumRepaintRegionGridSize) > + m_accumulatedRepaintRegion = std::make_unique<Region>(m_accumulatedRepaintRegion->bounds()); I think this could use a comment.
https://trac.webkit.org/r163019