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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 borderTop 59 borderTop
60 borderTopColor 60 borderTopColor
61 borderTopLeftRadius 61 borderTopLeftRadius
62 borderTopRightRadius 62 borderTopRightRadius
63 borderTopStyle 63 borderTopStyle
64 borderTopWidth 64 borderTopWidth
65 borderWidth 65 borderWidth
66 bottom 66 bottom
67 boxShadow 67 boxShadow
68 boxSizing 68 boxSizing
69 breakAfter
70 breakBefore
71 breakInside
69 bufferedRendering 72 bufferedRendering
70 captionSide 73 captionSide
71 clear 74 clear
72 clip 75 clip
73 clipPath 76 clipPath
74 clipRule 77 clipRule
75 color 78 color
76 colorInterpolation 79 colorInterpolation
77 colorInterpolationFilters 80 colorInterpolationFilters
78 colorRendering 81 colorRendering
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 wordWrap 363 wordWrap
361 writingMode 364 writingMode
362 x 365 x
363 y 366 y
364 zIndex 367 zIndex
365 zoom 368 zoom
366 PASS successfullyParsed is true 369 PASS successfullyParsed is true
367 370
368 TEST COMPLETE 371 TEST COMPLETE
369 372
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698