| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2010 Nikita Vasilyev. All rights reserved. | 2 * Copyright (C) 2010 Nikita Vasilyev. All rights reserved. |
| 3 * Copyright (C) 2010 Joseph Pecoraro. All rights reserved. | 3 * Copyright (C) 2010 Joseph Pecoraro. All rights reserved. |
| 4 * Copyright (C) 2010 Google Inc. All rights reserved. | 4 * Copyright (C) 2010 Google Inc. All rights reserved. |
| 5 * | 5 * |
| 6 * Redistribution and use in source and binary forms, with or without | 6 * Redistribution and use in source and binary forms, with or without |
| 7 * modification, are permitted provided that the following conditions are | 7 * modification, are permitted provided that the following conditions are |
| 8 * met: | 8 * met: |
| 9 * | 9 * |
| 10 * * Redistributions of source code must retain the above copyright | 10 * * Redistributions of source code must retain the above copyright |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 'border-image-source', | 245 'border-image-source', |
| 246 'border-bottom', | 246 'border-bottom', |
| 247 'border-bottom-color', | 247 'border-bottom-color', |
| 248 'border-left', | 248 'border-left', |
| 249 'border-left-color', | 249 'border-left-color', |
| 250 'border-right', | 250 'border-right', |
| 251 'border-right-color', | 251 'border-right-color', |
| 252 'border-top', | 252 'border-top', |
| 253 'border-top-color', | 253 'border-top-color', |
| 254 'box-shadow', | 254 'box-shadow', |
| 255 'caret-color', |
| 255 'color', | 256 'color', |
| 256 'column-rule', | 257 'column-rule', |
| 257 'column-rule-color', | 258 'column-rule-color', |
| 258 'fill', | 259 'fill', |
| 259 'list-style', | 260 'list-style', |
| 260 'list-style-image', | 261 'list-style-image', |
| 261 'outline', | 262 'outline', |
| 262 'outline-color', | 263 'outline-color', |
| 263 'stroke', | 264 'stroke', |
| 264 'text-decoration-color', | 265 'text-decoration-color', |
| (...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 951 'widows': 115, | 952 'widows': 115, |
| 952 'width': 268, | 953 'width': 268, |
| 953 'will-change': 74, | 954 'will-change': 74, |
| 954 'word-break': 166, | 955 'word-break': 166, |
| 955 'word-spacing': 157, | 956 'word-spacing': 157, |
| 956 'word-wrap': 197, | 957 'word-wrap': 197, |
| 957 'writing-mode': 41, | 958 'writing-mode': 41, |
| 958 'z-index': 239, | 959 'z-index': 239, |
| 959 'zoom': 200 | 960 'zoom': 200 |
| 960 }; | 961 }; |
| OLD | NEW |