you can see in the attached codepen a scenario that causes chrome to hang, the only way to get around it is to close the tab.
this also happens in an electron project i have so this is not specific to chrome.
steps to reproduce:
1. have a textarea with dir="auto" and a placeholder and 1 character in Hebrew
2. focus on the textarea and hit the right and left arrows
3. chrome hangs forever
<textarea dir="auto" cols="5" rows="3" placeholder="write something">ע</textarea>
happy to hear of ideas to get arround this bug till google fixes it(reported it)
Edit
the problem is even worse then i thought, doesn't matter if you have a placeholder, if dir="auto" and there is one Hebrew letter in an English string, navigating with the arrows will crash chrome when you get to the Hebrew letter(you can paste dגd and see).
if you add two Hebrew letters (like aaaגגbbb) and navigate with the arrows it will not crash but will behave really strange, entering some sort of a cursor loop between the Hebrew letters
Please star this bug here https://bugs.chromium.org/p/chromium/issues/detail?id=625739
Edit 2
chromium team fixed the bug and the fix is already on Canary :)
Edit 3 The fix is now live on Chrome 52 you can use this to check the chrome varsion and disable the left arrow key