summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-scoping/resources/host-green-box.css
blob: a77b3fdc6432ea324e1601b99e901611d76098b0 (plain)
1
2
3
4
5
:host {
  background: green;
  width: 100px;
  height: 100px;
}