two-summaries-removal-crash.html (413B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <link rel="author" href="mailto:masonf@chromium.org"> 4 <link rel="help" href="https://crbug.com/1216804"> 5 <meta name="assert" content="The renderer should not crash."> 6 7 <details id="details" open> 8 <summary></summary> 9 <summary> 10 <details></details> 11 </summary> 12 </details> 13 14 <script> 15 details.appendChild(document.createElement("frame")); 16 details.innerText=""; 17 </script>