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 animation | 7 animation |
8 animationDelay | 8 animationDelay |
9 animationDirection | 9 animationDirection |
10 animationDuration | 10 animationDuration |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 fontFamily | 105 fontFamily |
106 fontKerning | 106 fontKerning |
107 fontSize | 107 fontSize |
108 fontStretch | 108 fontStretch |
109 fontStyle | 109 fontStyle |
110 fontVariant | 110 fontVariant |
111 fontVariantLigatures | 111 fontVariantLigatures |
112 fontWeight | 112 fontWeight |
113 glyphOrientationHorizontal | 113 glyphOrientationHorizontal |
114 glyphOrientationVertical | 114 glyphOrientationVertical |
| 115 grid |
115 gridArea | 116 gridArea |
116 gridAutoColumns | 117 gridAutoColumns |
117 gridAutoFlow | 118 gridAutoFlow |
118 gridAutoRows | 119 gridAutoRows |
119 gridColumn | 120 gridColumn |
120 gridColumnEnd | 121 gridColumnEnd |
121 gridColumnStart | 122 gridColumnStart |
122 gridRow | 123 gridRow |
123 gridRowEnd | 124 gridRowEnd |
124 gridRowStart | 125 gridRowStart |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 wordBreak | 411 wordBreak |
411 wordSpacing | 412 wordSpacing |
412 wordWrap | 413 wordWrap |
413 writingMode | 414 writingMode |
414 zIndex | 415 zIndex |
415 zoom | 416 zoom |
416 PASS successfullyParsed is true | 417 PASS successfullyParsed is true |
417 | 418 |
418 TEST COMPLETE | 419 TEST COMPLETE |
419 | 420 |
OLD | NEW |