Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test for bug 615015 of Mozilla</title>
<script>
function boom()
{
document.getElementById("j").focus();
try {
document.execCommand("insertunorderedlist", false, null);
} catch(e) { }
}
</script>
</head>
<body onload="boom();"><span><span contenteditable id="j"></span>T</span></body>
</html>