Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / font-face / variation-format-hint-1c.html
blobd12be4c16a066e1f120994cd5a992b03c988994a
1 <!DOCTYPE html>
3 <style>
4 @font-face {
5 font-family: test;
6 /* this should load markB if variation font support is enabled,
7 and markA otherwise */
8 src: url(../fonts/markB.woff) format("woff-variations"),
9 url(../fonts/markA.woff);
11 div {
12 font-family: test, serif;
13 font-size: 50px;
14 line-height: 2em;
16 </style>
18 <div>
19 ABC
20 </div>