gecko-dev/layout/style/crashtests/1382672.html
Manish Goregaokar 60f0b17b9d Bug 1382672 - Add crashtest for discrete animation between system fonts on stylo; r=emilio
MozReview-Commit-ID: 2nI3jgkZ0R7

--HG--
extra : rebase_source : 2c62ce6a3d7d19a96785803e255ffebfc9decfa7
2017-07-20 17:22:48 -07:00

12 lines
208 B
HTML

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