1 <style>* { display: table; }
</style>
2 <body>Test passes if it does not crash.
</body>
5 testRunner
.dumpAsText();
7 document
.designMode
= "on";
8 range
= document
.createRange();
9 range
.selectNodeContents(document
.body
);
10 window
.getSelection().addRange(range
);
11 document
.execCommand("FormatBlock", false, "h1");