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