chromium/content/test/data/accessibility/html/slot-display-contents.html

<!--
@AURALINUX-ALLOW:tag:*
@BLINK-ALLOW:htmlTag*
-->
<!DOCTYPE html>
<html>
<body>
<div>
  <template shadowrootmode="open">
    <div style="display: contents">
      <slot></slot>
    </div>
  </template>
  <button>Test</button>
</div>
</body>
</html>