1. Create an application with a WebView. 2. Create and open an HTML file with the following element: <table border="1" cellspacing="0"><tr><td width="50" height="25pt"></td></tr><tr><td width="50" height="25pt"></td></tr></table> (This is a table with two rows, each one with one cell) 3. Click on the cell in the first row. 4. Press backspace. Expected: Nothing should change. Instead: The second row disappears.
Created attachment 44824 [details] Patch
Committed revision 52126.