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

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

Issue 1485973005: Add CSS support for Containment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test expectation Created 5 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 captionSide 71 captionSide
72 clear 72 clear
73 clip 73 clip
74 clipPath 74 clipPath
75 clipRule 75 clipRule
76 color 76 color
77 colorInterpolation 77 colorInterpolation
78 colorInterpolationFilters 78 colorInterpolationFilters
79 colorRendering 79 colorRendering
80 columnFill 80 columnFill
81 contain
81 content 82 content
82 counterIncrement 83 counterIncrement
83 counterReset 84 counterReset
84 cssFloat 85 cssFloat
85 cssText 86 cssText
86 cursor 87 cursor
87 cx 88 cx
88 cy 89 cy
89 direction 90 direction
90 display 91 display
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 wordWrap 401 wordWrap
401 writingMode 402 writingMode
402 x 403 x
403 y 404 y
404 zIndex 405 zIndex
405 zoom 406 zoom
406 PASS successfullyParsed is true 407 PASS successfullyParsed is true
407 408
408 TEST COMPLETE 409 TEST COMPLETE
409 410
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698