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

Side by Side Diff: LayoutTests/virtual/stable/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 backfaceVisibility 8 backfaceVisibility
9 background 9 background
10 backgroundAttachment 10 backgroundAttachment
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 paintOrder 163 paintOrder
164 parentRule 164 parentRule
165 perspective 165 perspective
166 perspectiveOrigin 166 perspectiveOrigin
167 pointerEvents 167 pointerEvents
168 position 168 position
169 quotes 169 quotes
170 removeProperty 170 removeProperty
171 resize 171 resize
172 right 172 right
173 rx
174 ry
173 setProperty 175 setProperty
174 shapeImageThreshold 176 shapeImageThreshold
175 shapeMargin 177 shapeMargin
176 shapeOutside 178 shapeOutside
177 shapeRendering 179 shapeRendering
178 size 180 size
179 speak 181 speak
180 src 182 src
181 stopColor 183 stopColor
182 stopOpacity 184 stopOpacity
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 wordWrap 367 wordWrap
366 writingMode 368 writingMode
367 x 369 x
368 y 370 y
369 zIndex 371 zIndex
370 zoom 372 zoom
371 PASS successfullyParsed is true 373 PASS successfullyParsed is true
372 374
373 TEST COMPLETE 375 TEST COMPLETE
374 376
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698