Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/rendering/the-details-element/firefox-bug-1928736-2-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
.wrapper::first-line { background: cyan }
</style>
<div class="wrapper">
WrapperFirstLine<br>
WrapperSecondLine<br>
<dialog id="a" open>
<details>
<summary>This is the summary</summary>
These are the details
</details>
</dialog>
</div>