Created attachment 298010 [details] Example to reproduce the issue The caret is not properly aligned in an empty table cell when the table is inside a contenteditable region. Check the attached example to see the issue. When you click on the empty cell you'll see that the caret is outside the cell, when you start to type the issue is fixed. As a workaround you can add an empty space ( ) or use "vertical-align: top;" to avoid the issue.
Created attachment 298011 [details] Current output
Created attachment 298012 [details] Expected output
This has been recently fixed in Blink: https://codereview.chromium.org/2601923003
Ups, I've just realized this was already reported in bug #85385. *** This bug has been marked as a duplicate of bug 85385 ***