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

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

Issue 1955723004: Implement font-variant-numeric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 months 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 font 119 font
120 fontFamily 120 fontFamily
121 fontFeatureSettings 121 fontFeatureSettings
122 fontKerning 122 fontKerning
123 fontSize 123 fontSize
124 fontStretch 124 fontStretch
125 fontStyle 125 fontStyle
126 fontVariant 126 fontVariant
127 fontVariantCaps 127 fontVariantCaps
128 fontVariantLigatures 128 fontVariantLigatures
129 fontVariantNumeric
129 fontWeight 130 fontWeight
130 getPropertyPriority 131 getPropertyPriority
131 getPropertyValue 132 getPropertyValue
132 height 133 height
133 imageRendering 134 imageRendering
134 isolation 135 isolation
135 item 136 item
136 justifyContent 137 justifyContent
137 left 138 left
138 length 139 length
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 wordWrap 366 wordWrap
366 writingMode 367 writingMode
367 x 368 x
368 y 369 y
369 zIndex 370 zIndex
370 zoom 371 zoom
371 PASS successfullyParsed is true 372 PASS successfullyParsed is true
372 373
373 TEST COMPLETE 374 TEST COMPLETE
374 375
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698