1 <p>This tests for a hang when making a list out of a selection containing a table with empty cells. There should be three list items below, one with a table and two empty.
</p>
2 <div id=
"div" contenteditable=
"true">
6 <tr><td>1</td><td>2</td><td>3</td></tr>
7 <tr><td></td><td></td><td></td></tr>
17 if (window
.testRunner
)
18 window
.testRunner
.dumpAsText();
20 document
.getElementById("div");
22 document
.execCommand("SelectAll");
23 document
.execCommand("InsertUnorderedList");