summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/crashtests/456727-2.html
blob: 1c8fe5db9b3a21352283c7fccbf2a5d2bbc09c46 (plain)
1
2
3
4
5
6
7
8
<html>
<BODY onload="
document.designMode='on';
document.removeChild(document.firstChild);
document.queryCommandState('BackColor');
">
</body>
</html>