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

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

Issue 1439793003: SVG: Promote d to a property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CSSPropertyParser 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 colorRendering 79 colorRendering
80 columnFill 80 columnFill
81 content 81 content
82 counterIncrement 82 counterIncrement
83 counterReset 83 counterReset
84 cssFloat 84 cssFloat
85 cssText 85 cssText
86 cursor 86 cursor
87 cx 87 cx
88 cy 88 cy
89 d
89 direction 90 direction
90 display 91 display
91 dominantBaseline 92 dominantBaseline
92 emptyCells 93 emptyCells
93 fill 94 fill
94 fillOpacity 95 fillOpacity
95 fillRule 96 fillRule
96 filter 97 filter
97 flex 98 flex
98 flexBasis 99 flexBasis
(...skipping 301 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