Bug 469513 - 453406-1.html : missing |dump('\n');| at end; r+sr=bzbarsky

This commit is contained in:
Serge Gautherie 2008-12-14 16:11:18 +01:00
Родитель 23a6891926
Коммит 8d9980d923
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -21,11 +21,9 @@ function boom()
f2.appendChild(span);
b.appendChild(f2)
document.documentElement.appendChild(b);
dump('aaa');
b.contentEditable = "true";
document.execCommand("indent", false, null);
b.contentEditable = "false";
dump('bbb');
span.appendChild(i);
i.parentNode.removeChild(i);
}