[webkit-reviews] review granted: [Bug 209112] ASSERTION FAILURE: !result.innerNode() || (request.resultIsElementList() && result.listBasedTestResult().size()) in RenderLayer::hitTestContents() : [Attachment 393605] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 15 17:22:26 PDT 2020


Darin Adler <darin at apple.com> has granted Daniel Bates <dbates at webkit.org>'s
request for review:
Bug 209112: ASSERTION FAILURE: !result.innerNode() ||
(request.resultIsElementList() && result.listBasedTestResult().size()) in
RenderLayer::hitTestContents()
https://bugs.webkit.org/show_bug.cgi?id=209112

Attachment 393605: Patch

https://bugs.webkit.org/attachment.cgi?id=393605&action=review




--- Comment #8 from Darin Adler <darin at apple.com> ---
Comment on attachment 393605
  --> https://bugs.webkit.org/attachment.cgi?id=393605
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=393605&action=review

> Source/WebCore/rendering/RenderBlock.cpp:1993
>      return continuation() ? continuation()->element() : element();

Do we have a guarantee these are not the anonymous renderers in before or after
content? They can’t be RenderBlock?


More information about the webkit-reviews mailing list