зеркало из https://github.com/mozilla/pjs.git
Bug 469513 - 453406-1.html : missing |dump('\n');| at end; r+sr=bzbarsky
This commit is contained in:
Родитель
23a6891926
Коммит
8d9980d923
|
@ -21,11 +21,9 @@ function boom()
|
||||||
f2.appendChild(span);
|
f2.appendChild(span);
|
||||||
b.appendChild(f2)
|
b.appendChild(f2)
|
||||||
document.documentElement.appendChild(b);
|
document.documentElement.appendChild(b);
|
||||||
dump('aaa');
|
|
||||||
b.contentEditable = "true";
|
b.contentEditable = "true";
|
||||||
document.execCommand("indent", false, null);
|
document.execCommand("indent", false, null);
|
||||||
b.contentEditable = "false";
|
b.contentEditable = "false";
|
||||||
dump('bbb');
|
|
||||||
span.appendChild(i);
|
span.appendChild(i);
|
||||||
i.parentNode.removeChild(i);
|
i.parentNode.removeChild(i);
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче