summaryrefslogtreecommitdiffstats
path: root/dom/base/crashtests/831287.html
blob: 3fc841cc9bc3de99af64c1e7f7a76d2c35c062ea (plain)
1
2
3
4
5
6
7
8
9
10
11
<head dir=auto id=test1><body id=test2><div" id=test3 itemtype=http://example.com/bar style="speak-numeral:> "><canvas id=c><p id=test4>FAIL (fallback content)</p></canvas>

><script>
document.addEventListener("DOMContentLoaded", CFcrash);
function CFcrash() {
test1.appendChild(test4);
test1.setAttribute("dir", "foopy");
test1.appendChild(c);
test4.textContent = test2.outerHTML;
c.appendChild(test3);
}</script>>