summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/outline-width.ref.css
blob: d902c65a289262cd82d45b970185b2d98f7246d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
a {
  outline-width: initial;
}

b {
  outline-width: inherit;
}

c {
  outline-width: unset;
}

d {
  outline-width: 0;
}

e {
  outline-width: 10px;
}