gecko/editor/libeditor/html/crashtests/456727-2.html
2009-02-26 11:55:15 +01:00

9 lines
151 B
HTML

<html>
<BODY onload="
document.designMode='on';
document.removeChild(document.firstChild);
document.queryCommandState('BackColor');
">
</body>
</html>