summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/editing/crashtests/queryCommandState-backcolor-after-removing-html-element-in-designMode-from-load.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>