[Webkit-unassigned] [Bug 24314] Incorrect colspan rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 12 17:15:53 PST 2023


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

--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
Created attachment 464964

  --> https://bugs.webkit.org/attachment.cgi?id=464964&action=review

rendering in safari, firefox, chrome

Rendering in latest versions of STP, Nightly and Canary.

Let's find out the width of the first row/column cell.
window.getComputedStyle(document.querySelector("table tr td")).width

STP 163: "292.59375px"
Nightly 111.0a1 (2023-02-08): "40px"
Canary 112.0.5592.0: "40px"

The left column is shrinking to the size of the inner div and maximize the size of the right column in Firefox and Chrome.

Safari is distributing the column differently.

Let's create a better test 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/20230213/895c1fc7/attachment.htm>


More information about the webkit-unassigned mailing list