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

8 lines
183 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<BODY onload="
document.designMode='on';
document.replaceChild(document.createElement('HTML'), document.firstChild);
document.queryCommandValue('backcolor');
">
</body>
</html>