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

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

Issue 980233002: [svg2] Make 'cx', 'cy' and 'r' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 9 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 backfaceVisibility 8 backfaceVisibility
9 background 9 background
10 backgroundAttachment 10 backgroundAttachment
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 clipRule 65 clipRule
66 color 66 color
67 colorInterpolation 67 colorInterpolation
68 colorInterpolationFilters 68 colorInterpolationFilters
69 colorRendering 69 colorRendering
70 content 70 content
71 counterIncrement 71 counterIncrement
72 counterReset 72 counterReset
73 cssText 73 cssText
74 cursor 74 cursor
75 cx
76 cy
75 direction 77 direction
76 display 78 display
77 dominantBaseline 79 dominantBaseline
78 emptyCells 80 emptyCells
79 enableBackground 81 enableBackground
80 fill 82 fill
81 fillOpacity 83 fillOpacity
82 fillRule 84 fillRule
83 filter 85 filter
84 flex 86 flex
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 pageBreakAfter 162 pageBreakAfter
161 pageBreakBefore 163 pageBreakBefore
162 pageBreakInside 164 pageBreakInside
163 paintOrder 165 paintOrder
164 parentRule 166 parentRule
165 perspective 167 perspective
166 perspectiveOrigin 168 perspectiveOrigin
167 pointerEvents 169 pointerEvents
168 position 170 position
169 quotes 171 quotes
172 r
170 removeProperty 173 removeProperty
171 resize 174 resize
172 right 175 right
173 rx 176 rx
174 ry 177 ry
175 setProperty 178 setProperty
176 shapeImageThreshold 179 shapeImageThreshold
177 shapeMargin 180 shapeMargin
178 shapeOutside 181 shapeOutside
179 shapeRendering 182 shapeRendering
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 wordWrap 370 wordWrap
368 writingMode 371 writingMode
369 x 372 x
370 y 373 y
371 zIndex 374 zIndex
372 zoom 375 zoom
373 PASS successfullyParsed is true 376 PASS successfullyParsed is true
374 377
375 TEST COMPLETE 378 TEST COMPLETE
376 379
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698