[Webkit-unassigned] [Bug 252422] Compute the correct overflow-x and overflow-y values for table elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 29 07:59:18 PDT 2023


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

--- Comment #5 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
Big Facepalm for me:

static bool isOverflowClipOrVisible(Overflow overflow)
{
    return overflow == Overflow::Clip || overflow == Overflow::Clip;
}

Clip <- twice...

-- 
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/20230729/ec0525d1/attachment.htm>


More information about the webkit-unassigned mailing list