Bug 1382672 - Add crashtest for discrete animation between system fonts on stylo; r=emilio

MozReview-Commit-ID: 2nI3jgkZ0R7

--HG--
extra : rebase_source : 2c62ce6a3d7d19a96785803e255ffebfc9decfa7
This commit is contained in:
Manish Goregaokar 2017-07-20 17:22:48 -07:00
Родитель 916bad784e
Коммит 60f0b17b9d
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
window.onload = () => {
document.documentElement.animate([ { "font": "-moz-desktop" }, { "font": "message-box" } ])
}
</script>
</head>
</html>

Просмотреть файл

@ -183,3 +183,4 @@ load 1378814.html
load 1380800.html
load link-transition-before.html
load 1381682.html
load 1382672.html