1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

content / test / data / accessibility / html / slot-display-contents.html [blame]

<!--
@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>