5 document
.execCommand("FormatBlock", false, "h1");
6 document
.execCommand("InsertText", false, "This tests for a bug when performing a FormatBlock inside a body with no visible content. This text should be inside an h1 element.");
10 <body onload=
"runTest();" contenteditable=
"true">