Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / font-face / colrv1-02b-ref.html
blob2312909ddc5cd6b2ac1eccd9ed1365933a57b7ed
1 <!DOCTYPE html>
2 <html>
3 <meta charset=utf-8>
4 <title>COLRv1 font test: using the tech() function</title>
5 <style>
6 @font-face {
7 font-family: CAhem;
8 src: url("../fonts/fira/FiraSans-Regular.otf");
10 #test { font: 100px/1 CAhem, serif; margin: 10px; padding: 10px; }
11 </style>
13 <div id="test">ABC</div>