| OLD | NEW |
| 1 // | 1 // |
| 2 // CSS value names | 2 // CSS value names |
| 3 // | 3 // |
| 4 inherit | 4 inherit |
| 5 initial | 5 initial |
| 6 // | 6 // |
| 7 // CSS_PROP_OUTLINE_STYLE | 7 // CSS_PROP_OUTLINE_STYLE |
| 8 // CSS_PROP_BORDER_TOP_STYLE | 8 // CSS_PROP_BORDER_TOP_STYLE |
| 9 // CSS_PROP_BORDER_BOTTOM_STYLE | 9 // CSS_PROP_BORDER_BOTTOM_STYLE |
| 10 // CSS_PROP_BORDER_LEFT_STYLE | 10 // CSS_PROP_BORDER_LEFT_STYLE |
| (...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 table-column-group | 328 table-column-group |
| 329 table-column | 329 table-column |
| 330 table-cell | 330 table-cell |
| 331 table-caption | 331 table-caption |
| 332 -webkit-box | 332 -webkit-box |
| 333 -webkit-inline-box | 333 -webkit-inline-box |
| 334 -webkit-flex | 334 -webkit-flex |
| 335 -webkit-inline-flex | 335 -webkit-inline-flex |
| 336 -webkit-grid | 336 -webkit-grid |
| 337 -webkit-inline-grid | 337 -webkit-inline-grid |
| 338 lazy-block |
| 338 //none | 339 //none |
| 339 // | 340 // |
| 340 // CSS_PROP_CURSOR: | 341 // CSS_PROP_CURSOR: |
| 341 // The order here must match the order of the ECursor enum in RenderStyleConstan
ts.h. | 342 // The order here must match the order of the ECursor enum in RenderStyleConstan
ts.h. |
| 342 // | 343 // |
| 343 auto | 344 auto |
| 344 crosshair | 345 crosshair |
| 345 default | 346 default |
| 346 pointer | 347 pointer |
| 347 move | 348 move |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 993 no-drag | 994 no-drag |
| 994 | 995 |
| 995 // -webkit-grid-{start|end|before|after} | 996 // -webkit-grid-{start|end|before|after} |
| 996 span | 997 span |
| 997 | 998 |
| 998 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT | 999 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT |
| 999 // text-indent | 1000 // text-indent |
| 1000 -webkit-each-line | 1001 -webkit-each-line |
| 1001 #endif | 1002 #endif |
| 1002 | 1003 |
| OLD | NEW |