summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/845093-2.html
blob: 59262ac4c740937f79251b5446aebc0497f302d8 (plain)
1
2
3
4
5
6
7
><bdi id=test1><refa id=test2>&#xf921;>></bdi>><h1 id=test3><script>
document.addEventListener("DOMContentLoaded", CFcrash);
function CFcrash() {
test1.setAttribute("dir", "invalid");
test2.textContent = "	&#xf851;S	";
test3.appendChild(test1);
}</script>