REGRESSION (r254054): finance.google.com watch list renders initially then disappears for 5+ seconds before reappearing
Created attachment 393333 [details] Patch
Comment on attachment 393333 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393333&action=review > Source/WebCore/rendering/style/RenderStyle.cpp:822 > + if (m_boxData->hasAutoUsedZIndex() != other.m_boxData->hasAutoUsedZIndex()) > + return true; It's a bit odd though that z-index change needs layout (and visual overflow computation as well. LFC should be better at this.)
Are the bot failures real?
WK1 and WK2 both showing css3/blending/repaint/blend-mode-isolate-stacking-context.html as failing, sounds possibly caused by this bug.
(In reply to Maciej Stachowiak from comment #4) > WK1 and WK2 both showing > css3/blending/repaint/blend-mode-isolate-stacking-context.html as failing, > sounds possibly caused by this bug. Changes in the order of repaints, which is not surprising. I'll verify that the rendering is correct, and rebaseline.
<rdar://problem/59727171>
https://trac.webkit.org/changeset/258336/webkit