summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/editing/crashtests/queryCommandValue-backcolor-after-replacing-html-element-with-new-one-in-designMode-from-load.html
blob: d14422c9319e0aff1bde91c932905caf510207cd (plain)
1
2
3
4
5
6
7
8
<html>
<BODY onload="
document.designMode='on';
document.replaceChild(document.createElement('HTML'), document.firstChild);
document.queryCommandValue('backcolor');
">
</body>
</html>