Test for bug 831287

This commit is contained in:
Simon Montagu 2013-04-07 02:02:44 -07:00
parent 713fca5b10
commit 2c92244d9c
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,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, false);
function CFcrash() {
test1.appendChild(test4);
test1.setAttribute("dir", "foopy");
test1.appendChild(c);
test4.textContent = test2.outerHTML;
c.appendChild(test3);
}</script>>

View File

@ -130,6 +130,7 @@ load 827190.html
load 828054.html
load 829428.html
load 830098.html
load 831287.html
load 832644.html
load 836890.html
load 838489-1.html