Bug 1382672 - Add crashtest for discrete animation between system fonts on stylo; r?emilio draft
authorManish Goregaokar <manishearth@gmail.com>
Thu, 20 Jul 2017 17:22:48 -0700
changeset 612702 b64ff7d0d0e79293f319f6928ef61e557e4854f4
parent 612643 a216d7ca2e9a2e9863d1c6f31f1966c0aa7c9a33
child 638482 ba8af3a2259532336bc672857c924efad68eec7d
push id69577
push userbmo:manishearth@gmail.com
push dateFri, 21 Jul 2017 00:23:03 +0000
reviewersemilio
bugs1382672
milestone56.0a1
Bug 1382672 - Add crashtest for discrete animation between system fonts on stylo; r?emilio MozReview-Commit-ID: 2nI3jgkZ0R7
layout/style/crashtests/1382672.html
layout/style/crashtests/crashtests.list
new file mode 100644
--- /dev/null
+++ b/layout/style/crashtests/1382672.html
@@ -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>
--- a/layout/style/crashtests/crashtests.list
+++ b/layout/style/crashtests/crashtests.list
@@ -178,8 +178,9 @@ load content-only-on-visited-before.html
 load 1375812-1.html
 load 1377053-1.html
 load 1377256-1.html
 load 1378064-1.html
 load 1378814.html
 load 1380800.html
 load link-transition-before.html
 load 1381682.html
+load 1382672.html