This test verifies that backspace at the beginning of a table-cell is a no-op. The first dump verifies that the caret stays before 'abc', and doesn't select the nested table. The second dump verifies that the caret stays before 'def'. Dump of markup 1: | | | |
| | | |
| "ghi" | | "jkl" | | id="first" | "<#selection-caret>abc" | | id="second" | "def" Dump of markup 2: | | | |
| | | |
| "ghi" | | "jkl" | | id="first" | "abc" | | id="second" | "<#selection-caret>def"