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

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

Issue 209443007: Remove shape-inside support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove now unused segmentIsEmpty Created 6 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 animation 7 animation
8 animationDelay 8 animationDelay
9 animationDirection 9 animationDirection
10 animationDuration 10 animationDuration
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 pageBreakInside 184 pageBreakInside
185 paintOrder 185 paintOrder
186 parentRule 186 parentRule
187 pointerEvents 187 pointerEvents
188 position 188 position
189 quotes 189 quotes
190 resize 190 resize
191 right 191 right
192 scrollBehavior 192 scrollBehavior
193 shapeImageThreshold 193 shapeImageThreshold
194 shapeInside
195 shapeMargin 194 shapeMargin
196 shapeOutside 195 shapeOutside
197 shapePadding 196 shapePadding
198 shapeRendering 197 shapeRendering
199 size 198 size
200 speak 199 speak
201 src 200 src
202 stopColor 201 stopColor
203 stopOpacity 202 stopOpacity
204 stroke 203 stroke
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 wordBreak 403 wordBreak
405 wordSpacing 404 wordSpacing
406 wordWrap 405 wordWrap
407 writingMode 406 writingMode
408 zIndex 407 zIndex
409 zoom 408 zoom
410 PASS successfullyParsed is true 409 PASS successfullyParsed is true
411 410
412 TEST COMPLETE 411 TEST COMPLETE
413 412
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698