Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / font-face / color-1-notref.html
blob85a9e74df54859862a8672a5ac8493ac31688a1b
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8"/>
5 <style>
6 @font-face {
7 font-family: emoji;
8 src: url("../fonts/emoji.ttf");
11 span {
12 font-family: emoji;
13 font-size: 25pt;
15 </style>
16 </head>
17 <body>
18 <span>&#xe000;</span>
19 </body>
20 </html>