Bug 1341637 - Stylo: Add support for "font-family: -moz-fixed" r=manishearth

MozReview-Commit-ID: DerVFgPk0jw

--HG--
extra : rebase_source : 1be1ec175930f11ec8e69399fcb7cb233d3ad40f
This commit is contained in:
Nazım Can Altınova 2017-03-11 23:39:25 +03:00
parent eb0f2e4c51
commit 6b2f388ad8

View File

@ -2214,6 +2214,7 @@ GK_ATOM(sans_serif, "sans-serif")
GK_ATOM(cursive, "cursive")
GK_ATOM(fantasy, "fantasy")
GK_ATOM(monospace, "monospace")
GK_ATOM(mozfixed, "-moz-fixed")
// IPC stuff
GK_ATOM(Remote, "remote")