Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /editing/crashtests/queryCommandState-backcolor-after-removing-html-element-in-designMode-from-load.html - WPT Dashboard Interop Dashboard
<html>
<BODY onload="
document.designMode='on';
document.removeChild(document.firstChild);
document.queryCommandState('BackColor');
">
</body>
</html>