summaryrefslogtreecommitdiffstats
path: root/layout/reftests/webcomponents/basic-slot-1.html
blob: b31f4c1c36979455839bf11a9cf6fabde909e6b8 (plain)
1
2
3
4
5
6
<!DOCTYPE HTML>
<html>
  <body>
    <slot style="color: green">This text should be green</slot>
  </body>
</html>