зеркало из https://github.com/mozilla/gecko-dev.git
Second testcase from bug 845093
This commit is contained in:
Родитель
d4a829f36b
Коммит
8752c13074
|
@ -0,0 +1,7 @@
|
|||
><bdi id=test1><refa id=test2>嵐>></bdi>><h1 id=test3><script>
|
||||
document.addEventListener("DOMContentLoaded", CFcrash, false);
|
||||
function CFcrash() {
|
||||
test1.setAttribute("dir", "invalid");
|
||||
test2.textContent = " 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
|
||||
|
|
Загрузка…
Ссылка в новой задаче