blob: fc69d33b5d5f753fc760b37108494e0ca4c5be09 [file] [log] [blame]
<!DOCTYPE html>
<script src='../../resources/testharness.js'></script>
<script src='../../resources/testharnessreport.js'></script>
<slot id='s1'>hello<slot id='s2'><div></div></slot></slot>
<script>
test(() => {
}, "No crash");
</script>