gecko-dev/editor/libeditor/crashtests/456727-1.html

8 строки
183 B
HTML

<html>
<BODY onload="
document.designMode='on';
document.replaceChild(document.createElement('HTML'), document.firstChild);
document.queryCommandValue('backcolor');
">
</body>
</html>