[Webkit-unassigned] [Bug 257412] New: jsc_fuz/wktr: RELEASE_ASSERT(!isInTopLayer()); WebCore::Element::addToTopLayer() + 508 (Element.cpp:3849)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 27 01:05:44 PDT 2023


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

            Bug ID: 257412
           Summary: jsc_fuz/wktr: RELEASE_ASSERT(!isInTopLayer());
                    WebCore::Element::addToTopLayer() + 508
                    (Element.cpp:3849)
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ntim at apple.com

Testcase:

```
<script>
  onload = () => {
    dialog0.showModal();
    dialog0.open = false;
    dialog0.showPopover();
  };
</script>
<dialog id="dialog0" popover=""></dialog>
```

-- 
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/20230527/957e55f0/attachment-0001.htm>


More information about the webkit-unassigned mailing list