Second testcase from bug 845093

This commit is contained in:
Simon Montagu 2013-11-26 17:09:30 +02:00
Родитель d4a829f36b
Коммит 8752c13074
2 изменённых файлов: 8 добавлений и 0 удалений

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

@ -0,0 +1,7 @@
><bdi id=test1><refa id=test2>&#xf921;>></bdi>><h1 id=test3><script>
document.addEventListener("DOMContentLoaded", CFcrash, false);
function CFcrash() {
test1.setAttribute("dir", "invalid");
test2.textContent = " &#xf851;S ";
test3.appendChild(test1);
}</script>

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

@ -135,6 +135,7 @@ load 841205.html
load 844404.html
load 847127.html
load 845093-1.html
load 845093-2.html
load 849601.html
skip-if(Android) load 851353-1.html
load 863950.html