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

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

Issue 1419583002: Remove SVG glyph-orientation-horizontal and glyph-orientation-vertical (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove glyph-orientation-rounding-test Created 5 years, 2 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 fontKerning 109 fontKerning
110 fontSize 110 fontSize
111 fontSizeAdjust 111 fontSizeAdjust
112 fontStretch 112 fontStretch
113 fontStyle 113 fontStyle
114 fontVariant 114 fontVariant
115 fontVariantLigatures 115 fontVariantLigatures
116 fontWeight 116 fontWeight
117 getPropertyPriority 117 getPropertyPriority
118 getPropertyValue 118 getPropertyValue
119 glyphOrientationHorizontal
120 glyphOrientationVertical
121 grid 119 grid
122 gridArea 120 gridArea
123 gridAutoColumns 121 gridAutoColumns
124 gridAutoFlow 122 gridAutoFlow
125 gridAutoRows 123 gridAutoRows
126 gridColumn 124 gridColumn
127 gridColumnEnd 125 gridColumnEnd
128 gridColumnGap 126 gridColumnGap
129 gridColumnStart 127 gridColumnStart
130 gridGap 128 gridGap
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 wordWrap 399 wordWrap
402 writingMode 400 writingMode
403 x 401 x
404 y 402 y
405 zIndex 403 zIndex
406 zoom 404 zoom
407 PASS successfullyParsed is true 405 PASS successfullyParsed is true
408 406
409 TEST COMPLETE 407 TEST COMPLETE
410 408
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698