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

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

Issue 607593002: Remove -webkit-border-fit (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 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 | Annotate | Revision Log
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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 webkitBorderAfterStyle 267 webkitBorderAfterStyle
268 webkitBorderAfterWidth 268 webkitBorderAfterWidth
269 webkitBorderBefore 269 webkitBorderBefore
270 webkitBorderBeforeColor 270 webkitBorderBeforeColor
271 webkitBorderBeforeStyle 271 webkitBorderBeforeStyle
272 webkitBorderBeforeWidth 272 webkitBorderBeforeWidth
273 webkitBorderEnd 273 webkitBorderEnd
274 webkitBorderEndColor 274 webkitBorderEndColor
275 webkitBorderEndStyle 275 webkitBorderEndStyle
276 webkitBorderEndWidth 276 webkitBorderEndWidth
277 webkitBorderFit
278 webkitBorderHorizontalSpacing 277 webkitBorderHorizontalSpacing
279 webkitBorderImage 278 webkitBorderImage
280 webkitBorderRadius 279 webkitBorderRadius
281 webkitBorderStart 280 webkitBorderStart
282 webkitBorderStartColor 281 webkitBorderStartColor
283 webkitBorderStartStyle 282 webkitBorderStartStyle
284 webkitBorderStartWidth 283 webkitBorderStartWidth
285 webkitBorderVerticalSpacing 284 webkitBorderVerticalSpacing
286 webkitBoxAlign 285 webkitBoxAlign
287 webkitBoxDecorationBreak 286 webkitBoxDecorationBreak
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 wordBreak 395 wordBreak
397 wordSpacing 396 wordSpacing
398 wordWrap 397 wordWrap
399 writingMode 398 writingMode
400 zIndex 399 zIndex
401 zoom 400 zoom
402 PASS successfullyParsed is true 401 PASS successfullyParsed is true
403 402
404 TEST COMPLETE 403 TEST COMPLETE
405 404
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698