summaryrefslogtreecommitdiffstats
path: root/layout/reftests/webcomponents/basic-slot-1-ref.html
blob: 4f74184983e741520fc4a0e6ebe3fd14b3e4eb2b (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <style>
      body { color: green; }
    </style>
  </head>
  <body>
    This text should be green
  </body>
</html>