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

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

Issue 943463002: Initial implementation of font-size-adjust (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add some tests which need a rebaseline to TestExpectation Created 5 years, 9 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 flexGrow 98 flexGrow
99 flexShrink 99 flexShrink
100 flexWrap 100 flexWrap
101 float 101 float
102 floodColor 102 floodColor
103 floodOpacity 103 floodOpacity
104 font 104 font
105 fontFamily 105 fontFamily
106 fontKerning 106 fontKerning
107 fontSize 107 fontSize
108 fontSizeAdjust
108 fontStretch 109 fontStretch
109 fontStyle 110 fontStyle
110 fontVariant 111 fontVariant
111 fontVariantLigatures 112 fontVariantLigatures
112 fontWeight 113 fontWeight
113 getPropertyPriority 114 getPropertyPriority
114 getPropertyValue 115 getPropertyValue
115 glyphOrientationHorizontal 116 glyphOrientationHorizontal
116 glyphOrientationVertical 117 glyphOrientationVertical
117 grid 118 grid
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 wordWrap 408 wordWrap
408 writingMode 409 writingMode
409 x 410 x
410 y 411 y
411 zIndex 412 zIndex
412 zoom 413 zoom
413 PASS successfullyParsed is true 414 PASS successfullyParsed is true
414 415
415 TEST COMPLETE 416 TEST COMPLETE
416 417
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698