summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/sync_with_csp.css
blob: 18f1b896828e8178f356b8790f2ba70884fc0caa (plain)
1
2
3
4
5
6
7
8
9
10
  body {
    border-width: 15px;
    color: red;
  }

  #testid {
    font-size: 4em;
  }