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

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

Issue 2804623002: [css-align] Implement place-self alignment shorthand (Closed)
Patch Set: Added a regression test. Created 3 years, 8 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 page 230 page
231 pageBreakAfter 231 pageBreakAfter
232 pageBreakBefore 232 pageBreakBefore
233 pageBreakInside 233 pageBreakInside
234 paintOrder 234 paintOrder
235 parentRule 235 parentRule
236 perspective 236 perspective
237 perspectiveOrigin 237 perspectiveOrigin
238 placeContent 238 placeContent
239 placeItems 239 placeItems
240 placeSelf
240 pointerEvents 241 pointerEvents
241 position 242 position
242 quotes 243 quotes
243 r 244 r
244 removeProperty 245 removeProperty
245 resize 246 resize
246 right 247 right
247 rotate 248 rotate
248 rx 249 rx
249 ry 250 ry
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 wordWrap 425 wordWrap
425 writingMode 426 writingMode
426 x 427 x
427 y 428 y
428 zIndex 429 zIndex
429 zoom 430 zoom
430 PASS successfullyParsed is true 431 PASS successfullyParsed is true
431 432
432 TEST COMPLETE 433 TEST COMPLETE
433 434
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698