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

8 lines
183 B
HTML
Raw Normal View History

2009-02-26 02:55:15 -08:00
<html>
<BODY onload="
document.designMode='on';
document.replaceChild(document.createElement('HTML'), document.firstChild);
document.queryCommandValue('backcolor');
">
</body>
</html>