[Webkit-unassigned] [Bug 223875] WPT failures due to calc() serialization

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 8 06:42:46 PDT 2021


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

--- Comment #7 from Antoine Quint <graouts at webkit.org> ---
Here's an example where we fail to simplify at all:

<div style="border-top-left-radius: calc(5px + (0.5 * (100% - 80px)))">
<script>
    console.assert(document.querySelector("div").style.borderTopLeftRadius == "calc(50% - 35px)");
</script>

-- 
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/20210408/c495f695/attachment.htm>


More information about the webkit-unassigned mailing list