Bug 1592057 - Change order of emoji font in reftest since recent Linux has Noto Color Emoji. r=jfkthame

Differential Revision: https://phabricator.services.mozilla.com/D54891

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Makoto Kato 2019-12-04 10:06:04 +00:00
parent e216498233
commit 4edab66c1e
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<title>emoji fallback</title>
<style>
#test {
font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', 'Twemoji Mozilla';
font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Twemoji Mozilla', 'Noto Color Emoji';
font-size: 24pt;
}
</style>

View File

@ -5,7 +5,7 @@
<title>emoji fallback to color font</title>
<style>
#test {
font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', 'Twemoji Mozilla';
font-family: 'Segoe UI Emoji', 'Apple Color Emoji', 'Twemoji Mozilla', 'Noto Color Emoji';
font-size: 24pt;
}
</style>