Skip to content

Commit

Permalink
Bug 1439793: Crashtest. r=xidorn
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 9szcIWSRxDX

--HG--
extra : rebase_source : 43565f5b15da5c0c30f40f11a804bea15bbe77ea
  • Loading branch information
rforbes committed Feb 21, 2018
1 parent e17b06c commit 99faa7a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions layout/style/crashtests/1439793.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<script>
o1 = document.createElementNS("http://www.w3.org/1998/Math/MathML", "mfenced")
document.documentElement.appendChild(o1);
o3 = document.createElementNS("http://www.w3.org/1999/xhtml", "style");
o3.appendChild(document.createTextNode("[s=\"\"]{"));
(document.head || document.children[0]).appendChild(o3);
o4 = o3.sheet;
window.scrollBy(0.41979783887602806, 16);
o4.insertRule("::-moz-math-anonymous,g{scroll-behavior:smooth", 1);
</script>
1 change: 1 addition & 0 deletions layout/style/crashtests/crashtests.list
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,4 @@ load 1418059.html
skip-if(!stylo) test-pref(dom.animations-api.core.enabled,true) load 1418867.html
pref(dom.webcomponents.shadowdom.enabled,true) load 1419554.html
load 1426312.html
load 1439793.html

0 comments on commit 99faa7a

Please sign in to comment.