[Webkit-unassigned] [Bug 207241] Nullptr crash in WebCore::findPlaceForCounter with pseudo element that has display:contents host.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 4 17:08:05 PST 2020


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

--- Comment #2 from Jack <shihchieh_lee at apple.com> ---
Verified that original code handles pseudo element properly when there is no counter, by using the following test case: (thanks to Simon)

<style>
    #foo {
        border:2px solid blue;
        display: contents;
    }
#foo::before {
    contents: "bar";
}
</style>
<body><div>first</div><div id = "foo">
    <p id = "P">child</p>
    </div>

-- 
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/20200205/a1b72bc3/attachment.htm>


More information about the webkit-unassigned mailing list