Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/css-properties-as-js-properties-expected.txt

Issue 2558053002: Add CSS support for font-variation-settings (Closed)
Patch Set: DCHECK corrected, newline removed. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 fontFeatureSettings 125 fontFeatureSettings
126 fontKerning 126 fontKerning
127 fontSize 127 fontSize
128 fontSizeAdjust 128 fontSizeAdjust
129 fontStretch 129 fontStretch
130 fontStyle 130 fontStyle
131 fontVariant 131 fontVariant
132 fontVariantCaps 132 fontVariantCaps
133 fontVariantLigatures 133 fontVariantLigatures
134 fontVariantNumeric 134 fontVariantNumeric
135 fontVariationSettings
135 fontWeight 136 fontWeight
136 getPropertyPriority 137 getPropertyPriority
137 getPropertyValue 138 getPropertyValue
138 grid 139 grid
139 gridArea 140 gridArea
140 gridAutoColumns 141 gridAutoColumns
141 gridAutoFlow 142 gridAutoFlow
142 gridAutoRows 143 gridAutoRows
143 gridColumn 144 gridColumn
144 gridColumnEnd 145 gridColumnEnd
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 wordWrap 415 wordWrap
415 writingMode 416 writingMode
416 x 417 x
417 y 418 y
418 zIndex 419 zIndex
419 zoom 420 zoom
420 PASS successfullyParsed is true 421 PASS successfullyParsed is true
421 422
422 TEST COMPLETE 423 TEST COMPLETE
423 424
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698