Place your cursor at the end and press Backspace. It fails to delete the first character.
Bug occurs only on Edge browser (tested 15.15063), contenteditable with display:inline-block:
ABCD


Works okay if display:block:
ABCD


Workaround is to put block contenteditable inside inline-block:
ABCD