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/details-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE HTML>
<link rel="help" href="https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements">
<!-- This test passes if it does not crash. -->
<style>
:is([open],) {}
</style>
<details open></details>