Bug 1858806 - Add crashtest r=RyanVM

Differential Revision: https://phabricator.services.mozilla.com/D214171
This commit is contained in:
longsonr 2024-06-18 23:39:38 +00:00
Родитель 994259076a
Коммит 7f782f44d5
2 изменённых файлов: 23 добавлений и 0 удалений

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

@ -0,0 +1,22 @@
<style>
*:only-child {
display: contents;
}
</style>
<script>
function go() {
a.append(c)
document.dir = "rtl"
b.beginElement()
c.replaceChild(d, d)
}
</script>
<body onload="go()">
<svg>
<text>
<a id="a">
</text>
<animateMotion id="b">
<h4>
<fieldset id="c">
<isindex id="d">

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

@ -99,4 +99,5 @@ load 1683907.html
pref(dom.svg.pathSeg.enabled,true) load 1715387.html
load 1837487.html
load 1858792.html
load 1858806.html
load 1861736.html