Contenteditable w/ "-webkit-user-select:all" should be editable.

<div id ="div" style="-webkit-user-select:all"  contenteditable="true"></div>
 should be editable.
In this CL, we ignore "-webkit-user-select:all" if element has
 |contenteditable="true| in
 Node::hasEditableStyle and  expandSelection by user click.

BUG=618920
TEST=editing/selection/user-select/user-select-all-contenteditable.html, mouse/click-
user-select-all-textarea.html, user-select/user-select-all-contenteditable.html

Review-Url: https://codereview.chromium.org/2120913002
Cr-Commit-Position: refs/heads/master@{#405440}
5 files changed