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

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

Issue 216793009: Remove shape-padding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove m_padding Created 6 years, 8 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 animation 7 animation
8 animationDelay 8 animationDelay
9 animationDirection 9 animationDirection
10 animationDuration 10 animationDuration
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 pageBreakInside 185 pageBreakInside
186 paintOrder 186 paintOrder
187 parentRule 187 parentRule
188 pointerEvents 188 pointerEvents
189 position 189 position
190 quotes 190 quotes
191 resize 191 resize
192 right 192 right
193 scrollBehavior 193 scrollBehavior
194 shapeImageThreshold 194 shapeImageThreshold
195 shapeInside
196 shapeMargin 195 shapeMargin
197 shapeOutside 196 shapeOutside
198 shapePadding
199 shapeRendering 197 shapeRendering
200 size 198 size
201 speak 199 speak
202 src 200 src
203 stopColor 201 stopColor
204 stopOpacity 202 stopOpacity
205 stroke 203 stroke
206 strokeDasharray 204 strokeDasharray
207 strokeDashoffset 205 strokeDashoffset
208 strokeLinecap 206 strokeLinecap
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 wordBreak 406 wordBreak
409 wordSpacing 407 wordSpacing
410 wordWrap 408 wordWrap
411 writingMode 409 writingMode
412 zIndex 410 zIndex
413 zoom 411 zoom
414 PASS successfullyParsed is true 412 PASS successfullyParsed is true
415 413
416 TEST COMPLETE 414 TEST COMPLETE
417 415
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698