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

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

Issue 955033002: [svg2] Make 'rx' and 'ry' presentation attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review fixes Created 5 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 paintOrder 195 paintOrder
196 parentRule 196 parentRule
197 perspective 197 perspective
198 perspectiveOrigin 198 perspectiveOrigin
199 pointerEvents 199 pointerEvents
200 position 200 position
201 quotes 201 quotes
202 removeProperty 202 removeProperty
203 resize 203 resize
204 right 204 right
205 rx
206 ry
205 scrollBehavior 207 scrollBehavior
206 scrollBlocksOn 208 scrollBlocksOn
207 setProperty 209 setProperty
208 shapeImageThreshold 210 shapeImageThreshold
209 shapeMargin 211 shapeMargin
210 shapeOutside 212 shapeOutside
211 shapeRendering 213 shapeRendering
212 size 214 size
213 speak 215 speak
214 src 216 src
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 wordWrap 407 wordWrap
406 writingMode 408 writingMode
407 x 409 x
408 y 410 y
409 zIndex 411 zIndex
410 zoom 412 zoom
411 PASS successfullyParsed is true 413 PASS successfullyParsed is true
412 414
413 TEST COMPLETE 415 TEST COMPLETE
414 416
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698