chromium/third_party/blink/web_tests/shadow-dom/slots-fallback-3-expected.html

<!DOCTYPE html>
<div id='host'>
  <div id='host2'>
    <div id='fallback1'>fallback1</div>
    <div id='child1' slot='slot2'>child1</div>
    <div id='fallback-a'>fallback-a</div>
  </div>
</div>