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

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

Issue 1681273003: Add CSS parser support for break-after, break-before and break-inside. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase master Created 4 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
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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 borderTop 60 borderTop
61 borderTopColor 61 borderTopColor
62 borderTopLeftRadius 62 borderTopLeftRadius
63 borderTopRightRadius 63 borderTopRightRadius
64 borderTopStyle 64 borderTopStyle
65 borderTopWidth 65 borderTopWidth
66 borderWidth 66 borderWidth
67 bottom 67 bottom
68 boxShadow 68 boxShadow
69 boxSizing 69 boxSizing
70 breakAfter
71 breakBefore
72 breakInside
70 bufferedRendering 73 bufferedRendering
71 captionSide 74 captionSide
72 clear 75 clear
73 clip 76 clip
74 clipPath 77 clipPath
75 clipRule 78 clipRule
76 color 79 color
77 colorInterpolation 80 colorInterpolation
78 colorInterpolationFilters 81 colorInterpolationFilters
79 colorRendering 82 colorRendering
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 wordWrap 406 wordWrap
404 writingMode 407 writingMode
405 x 408 x
406 y 409 y
407 zIndex 410 zIndex
408 zoom 411 zoom
409 PASS successfullyParsed is true 412 PASS successfullyParsed is true
410 413
411 TEST COMPLETE 414 TEST COMPLETE
412 415
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698