Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /shadow-dom/crashtests/slots-nested-in-document-tree-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Nested slots in a document tree should not crash</title>
<slot id="s1">hello<slot id="s2"><div></div></slot></slot>