Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<head>
<script>
<![CDATA[
function boom()
{
var td = document.getElementById("td");
td.contentEditable = "true";
td.focus();
}
]]>
</script></head>
<body onload="boom();"><td id="td"/></body>
</html>