Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 This test (crudely) documents Blink's web-exposed CSS properties. All changes t o this list should go through Blink's feature review process: http://www.chromiu m.org/blink#new-features | 1 This test (crudely) documents Blink's web-exposed CSS properties. All changes t o this list should go through Blink's feature review process: http://www.chromiu m.org/blink#new-features |
| 2 | 2 |
| 3 alignContent | 3 alignContent |
| 4 alignItems | 4 alignItems |
| 5 alignSelf | 5 alignSelf |
| 6 alignmentBaseline | 6 alignmentBaseline |
| 7 all | 7 all |
| 8 animation | 8 animation |
| 9 animationDelay | 9 animationDelay |
| 10 animationDirection | 10 animationDirection |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 172 opacity | 172 opacity |
| 173 order | 173 order |
| 174 orientation | 174 orientation |
| 175 orphans | 175 orphans |
| 176 outline | 176 outline |
| 177 outlineColor | 177 outlineColor |
| 178 outlineOffset | 178 outlineOffset |
| 179 outlineStyle | 179 outlineStyle |
| 180 outlineWidth | 180 outlineWidth |
| 181 overflow | 181 overflow |
| 182 overflowAnchor | |
| 183 overflowWrap | 182 overflowWrap |
| 184 overflowX | 183 overflowX |
| 185 overflowY | 184 overflowY |
| 186 padding | 185 padding |
| 187 paddingBottom | 186 paddingBottom |
| 188 paddingLeft | 187 paddingLeft |
| 189 paddingRight | 188 paddingRight |
| 190 paddingTop | 189 paddingTop |
| 191 page | 190 page |
| 192 pageBreakAfter | 191 pageBreakAfter |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 367 wordWrap | 366 wordWrap |
| 368 writingMode | 367 writingMode |
| 369 x | 368 x |
| 370 y | 369 y |
| 371 zIndex | 370 zIndex |
| 372 zoom | 371 zoom |
| 373 PASS successfullyParsed is true | 372 PASS successfullyParsed is true |
| 374 | 373 |
| 375 TEST COMPLETE | 374 TEST COMPLETE |
| 376 | 375 |
| OLD | NEW |