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

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

Issue 928363002: bindings: Fixes CSS property listing test to test attributes on prototype. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/webexposed/css-properties-as-js-properties.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 floodOpacity 103 floodOpacity
104 font 104 font
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 getPropertyPriority
114 getPropertyValue
113 glyphOrientationHorizontal 115 glyphOrientationHorizontal
114 glyphOrientationVertical 116 glyphOrientationVertical
115 grid 117 grid
116 gridArea 118 gridArea
117 gridAutoColumns 119 gridAutoColumns
118 gridAutoFlow 120 gridAutoFlow
119 gridAutoRows 121 gridAutoRows
120 gridColumn 122 gridColumn
121 gridColumnEnd 123 gridColumnEnd
122 gridColumnStart 124 gridColumnStart
123 gridRow 125 gridRow
124 gridRowEnd 126 gridRowEnd
125 gridRowStart 127 gridRowStart
126 gridTemplate 128 gridTemplate
127 gridTemplateAreas 129 gridTemplateAreas
128 gridTemplateColumns 130 gridTemplateColumns
129 gridTemplateRows 131 gridTemplateRows
130 height 132 height
131 imageRendering 133 imageRendering
132 isolation 134 isolation
135 item
133 justifyContent 136 justifyContent
134 justifyItems 137 justifyItems
135 justifySelf 138 justifySelf
136 left 139 left
137 length 140 length
138 letterSpacing 141 letterSpacing
139 lightingColor 142 lightingColor
140 lineHeight 143 lineHeight
141 listStyle 144 listStyle
142 listStyleImage 145 listStyleImage
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 pageBreakAfter 192 pageBreakAfter
190 pageBreakBefore 193 pageBreakBefore
191 pageBreakInside 194 pageBreakInside
192 paintOrder 195 paintOrder
193 parentRule 196 parentRule
194 perspective 197 perspective
195 perspectiveOrigin 198 perspectiveOrigin
196 pointerEvents 199 pointerEvents
197 position 200 position
198 quotes 201 quotes
202 removeProperty
199 resize 203 resize
200 right 204 right
201 scrollBehavior 205 scrollBehavior
202 scrollBlocksOn 206 scrollBlocksOn
207 setProperty
203 shapeImageThreshold 208 shapeImageThreshold
204 shapeMargin 209 shapeMargin
205 shapeOutside 210 shapeOutside
206 shapeRendering 211 shapeRendering
207 size 212 size
208 speak 213 speak
209 src 214 src
210 stopColor 215 stopColor
211 stopOpacity 216 stopOpacity
212 stroke 217 stroke
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 wordWrap 405 wordWrap
401 writingMode 406 writingMode
402 x 407 x
403 y 408 y
404 zIndex 409 zIndex
405 zoom 410 zoom
406 PASS successfullyParsed is true 411 PASS successfullyParsed is true
407 412
408 TEST COMPLETE 413 TEST COMPLETE
409 414
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/css-properties-as-js-properties.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698