Bug 1403465 - Crashtest. r=emilio draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Thu, 28 Sep 2017 10:21:54 +0200
changeset 671789 1bbc5f1c1cbcc7c1da9ad46e85d8b135a9666ef3
parent 671566 e1f660fc493bc4bf2f91b6df94bc98e8e3840c42
child 671790 716567420615722ff2bd6d869cc79106fa2d1ea8
push id82040
push userbmo:emilio@crisal.io
push dateThu, 28 Sep 2017 08:50:31 +0000
reviewersemilio
bugs1403465
milestone58.0a1
Bug 1403465 - Crashtest. r=emilio MozReview-Commit-ID: 9jYSE2oErnH
layout/style/crashtests/1403465.html
layout/style/crashtests/crashtests.list
new file mode 100644
--- /dev/null
+++ b/layout/style/crashtests/1403465.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<body>
+  <math class="hidden">
+    <mi>x</mi>
+    <mo>=</mo>
+  </math>
+<script>
+window.onload = function() {
+  let s = document.createElement("style");
+  s.textContent = `
+    body {
+      line-height: 1.42857143;
+    }
+
+    .hidden {
+      display: none;
+    }
+  `;
+  document.body.appendChild(s);
+};
+</script>
+</body>
+</html>
--- a/layout/style/crashtests/crashtests.list
+++ b/layout/style/crashtests/crashtests.list
@@ -228,8 +228,9 @@ load 1400936-2.html
 load 1401256.html
 load 1401692.html
 load 1401706.html
 load 1401801.html
 load 1402366.html
 load 1402419.html
 load 1402472.html
 load 1403028.html
+load 1403465.html