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

Side by Side Diff: LayoutTests/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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 perspectiveOrigin 190 perspectiveOrigin
191 pointerEvents 191 pointerEvents
192 position 192 position
193 quotes 193 quotes
194 resize 194 resize
195 right 195 right
196 scrollBehavior 196 scrollBehavior
197 shapeImageThreshold 197 shapeImageThreshold
198 shapeMargin 198 shapeMargin
199 shapeOutside 199 shapeOutside
200 shapePadding
201 shapeRendering 200 shapeRendering
202 size 201 size
203 speak 202 speak
204 src 203 src
205 stopColor 204 stopColor
206 stopOpacity 205 stopOpacity
207 stroke 206 stroke
208 strokeDasharray 207 strokeDasharray
209 strokeDashoffset 208 strokeDashoffset
210 strokeLinecap 209 strokeLinecap
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 wordBreak 409 wordBreak
411 wordSpacing 410 wordSpacing
412 wordWrap 411 wordWrap
413 writingMode 412 writingMode
414 zIndex 413 zIndex
415 zoom 414 zoom
416 PASS successfullyParsed is true 415 PASS successfullyParsed is true
417 416
418 TEST COMPLETE 417 TEST COMPLETE
419 418
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698