summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/outline-style.css
blob: cd422da4a5d440a04de75e361fbfb7462bb1bc58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
a {
  outline-style: initial;
}

b {
  outline-style: inherit;
}

c {
  outline-style: unset;
}

d {
  outline-style: none;
}

e {
  outline-style: solid;
}

f {
  outline-style: inset;
}

g {
  outline-style: outset;
}

h {
  outline-style: hidden;
}

i {
  outline-style: dotted;
}

j {
  outline-style: dashed;
}

k {
  outline-style: double;
}

l {
  outline-style: groove;
}

m {
  outline-style: ridge;
}