chromium/third_party/blink/web_tests/external/wpt/editing/crashtests/queryCommandState-backcolor-after-removing-html-element-in-designMode-from-load.html

<html>
<BODY onload="
document.designMode='on';
document.removeChild(document.firstChild);
document.queryCommandState('BackColor');
">
</body>
</html>