[Webkit-unassigned] [Bug 205282] Missing tests on r253521
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 16 17:43:16 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205282
--- Comment #12 from Sunny He <sunny_he at apple.com> ---
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.
--
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/eab736a8/attachment.htm>
More information about the webkit-unassigned
mailing list