[Webkit-unassigned] [Bug 205282] Missing tests on r253521
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 16 20:34:50 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205282
--- Comment #13 from Ryosuke Niwa <rniwa at webkit.org> ---
(In reply to Sunny He from comment #12)
> The new test is hitting assert in debug build
>
> Optional<FloatRect> RenderObject::computeFloatVisibleRectInContainer(const
> FloatRect&, const RenderLayerModelObject*, VisibleRectContext) const
> {
> ASSERT_NOT_REACHED();
> return FloatRect();
> }
>
> Looks like this isn't as unreachable as thought.
Hm... maybe we should either remove that assertion or have a fix for it.
--
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/20191217/9857cd96/attachment.htm>
More information about the webkit-unassigned
mailing list