Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/html.css |
| diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css |
| index 9b6161af2510587ee121e9c0b900538db1378156..cc3587c2d3d4bd70f587dab3e098bb2f852d0a0c 100644 |
| --- a/third_party/WebKit/Source/core/css/html.css |
| +++ b/third_party/WebKit/Source/core/css/html.css |
| @@ -530,6 +530,7 @@ textarea { |
| -webkit-text-security: none; |
| color: darkGray; |
| pointer-events: none !important; |
| + -webkit-user-select: none; |
|
yosin_UTC9
2016/02/09 05:06:13
It is strange that we attempt to spell check "read
tkent
2016/02/09 05:09:26
I see. So, the following code in SpellChecker::adv
|
| } |
| input::-webkit-input-placeholder { |