This patch makes CSS property |user-select:none| not to affect editability as IE and FireFox.
However, selection behavior different among browsers:
- Chrome: selection works as |user-select:text|.
- FireFox: selection works as |user-select:text| for text input and textarea. In other elements, selection can be extended by cursor key. Mouse click always set caret to start of text.
- IE: Selection can not be extended neither cursor key nor mouse click.
* editing/selection/4866671.html: Replaced with editing/selection/user-select-none-in-editable.html
* editing/selection/5779984-1.html: Replaced with editing/selection/user-select-none-in-editable.html and user-select-js-property.html, for style.webkitUserSelect property.
* fast/events/standalone-image-drag-to-editable.html: Convert to text test instead of pixel test for updating reference images, since the final image is colored with selection color.
BUG=105876
Review URL: https://chromiumcodereview.appspot.com/17225002
git-svn-id: svn://svn.chromium.org/blink/trunk@152753 bbb929c8-8fbe-4397-9dbb-9b2b20218538
25 files changed