summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1576553-1-ref.html
blob: eb58e6cecec37db543c11da59154bcab6e5e5d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
@font-face {
  font-family: test;
  src: url(../fonts/sil/CharisSIL-R.ttf);
}
#test {
  font: 100px test, serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: blue;
  -webkit-text-stroke-width: 2px;
}
</style>
<body>
<div id="test">office</div>