summaryrefslogtreecommitdiffstats
path: root/layout/reftests/webcomponents/basic-slot-2.html
blob: 3754ace20cc6e958a5a863de0079fdd7243828c7 (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<html>
  <body>
    <p>There should be a green box below.</p>
    <slot style="display: block; width: 100px; height: 100px; background: green;"></slot>
  </body>
</html>