Bug 257412
Summary: | jsc_fuz/wktr: RELEASE_ASSERT(!isInTopLayer()); WebCore::Element::addToTopLayer() + 508 (Element.cpp:3849) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | DOM | Assignee: | Rob Buis <rbuis> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | rbuis, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 250171 |
Tim Nguyen (:ntim)
Testcase:
```
<script>
onload = () => {
dialog0.showModal();
dialog0.open = false;
dialog0.showPopover();
};
</script>
<dialog id="dialog0" popover=""></dialog>
```
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tim Nguyen (:ntim)
rdar://109824133
Tim Nguyen (:ntim)
Spec PR: https://github.com/whatwg/html/pull/9344
Rob Buis
Pull request: https://github.com/WebKit/WebKit/pull/14454
EWS
Committed 264876@main (62bb3c714cc9): <https://commits.webkit.org/264876@main>
Reviewed commits have been landed. Closing PR #14454 and removing active labels.