Files
UXP-Fixed/editor/libeditor/crashtests/456727-1.html
T
2018-02-02 04:16:08 -05:00

8 lines
183 B
HTML

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