summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-ruby/common.css
blob: 45bdd379cb68eebb5ad66d805787ed05547719cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@font-face {
  font-family: Ahem;
  src: url(../fonts/Ahem.ttf);
}
rbc {
  display: ruby-base-container;
  unicode-bidi: isolate;
}
[pseudo] {
  font-size: inherit;
  line-height: inherit;
}
[pseudo] > rt {
  font-size: 50%;
}
[pseudo] > rt[pseudo] {
  font-size: inherit;
}

.large {
  font-size: 200%;
}