Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<title>Nested slots in a document tree should not crash</title>
<link rel="help" href="https://crbug.com/659761">
<link rel="help" href="https://crbug.com/660265">
<slot id="s1">hello<slot id="s2"><div></div></slot></slot>