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

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

Issue 2520873002: [css-ui] Add support for caret-color property (Closed)
Patch Set: Patch for landing applying suggested changes Created 4 years 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 borderTopWidth 64 borderTopWidth
65 borderWidth 65 borderWidth
66 bottom 66 bottom
67 boxShadow 67 boxShadow
68 boxSizing 68 boxSizing
69 breakAfter 69 breakAfter
70 breakBefore 70 breakBefore
71 breakInside 71 breakInside
72 bufferedRendering 72 bufferedRendering
73 captionSide 73 captionSide
74 caretColor
74 clear 75 clear
75 clip 76 clip
76 clipPath 77 clipPath
77 clipRule 78 clipRule
78 color 79 color
79 colorInterpolation 80 colorInterpolation
80 colorInterpolationFilters 81 colorInterpolationFilters
81 colorRendering 82 colorRendering
82 columnCount 83 columnCount
83 columnFill 84 columnFill
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 wordWrap 395 wordWrap
395 writingMode 396 writingMode
396 x 397 x
397 y 398 y
398 zIndex 399 zIndex
399 zoom 400 zoom
400 PASS successfullyParsed is true 401 PASS successfullyParsed is true
401 402
402 TEST COMPLETE 403 TEST COMPLETE
403 404
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698