Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/CSSValueKeywords.in |
| diff --git a/third_party/WebKit/Source/core/css/CSSValueKeywords.in b/third_party/WebKit/Source/core/css/CSSValueKeywords.in |
| index 6db7c38bcc796aefc248d157dfd9616dfa662758..8c8bb2fba482353213ad6cde6e2ab4895b5049c2 100644 |
| --- a/third_party/WebKit/Source/core/css/CSSValueKeywords.in |
| +++ b/third_party/WebKit/Source/core/css/CSSValueKeywords.in |
| @@ -360,8 +360,9 @@ contents |
| -webkit-inline-flex |
| // |
| // cursor |
| -// The order here must match the order of the ECursor enum in ComputedStyleConstants.h. |
| // |
| +help |
| +all-scroll |
| auto |
| crosshair |
| default |
| @@ -393,8 +394,6 @@ col-resize |
| row-resize |
| text |
| wait |
| -help |
| -all-scroll |
|
alancutter (OOO until 2018)
2016/11/17 06:18:55
We should maintain the order between this list and
sashab
2016/11/21 03:27:57
Good point :) We can test this properly when we ge
|
| -webkit-grab |
| -webkit-grabbing |
| -webkit-zoom-in |