Created attachment 462921 [details] Test case for this bug There seems to be a style invalidation bug when a <col> element in table layout has its `span` attribute change. If the col element was setting a background for the cells in the column, the change of the `span` attribute does not reflect in the background of the cells until the background for some of the col elements changes. This is also a bug in Chromium: https://crbug.com/1373252
<rdar://problem/101276807>
Pull request: https://github.com/WebKit/WebKit/pull/19767