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

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

Issue 2737843003: [css-align] Implement place-items alignment shorthand (Closed)
Patch Set: More layout tests fixes. 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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 paddingTop 229 paddingTop
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 pointerEvents 240 pointerEvents
240 position 241 position
241 quotes 242 quotes
242 r 243 r
243 removeProperty 244 removeProperty
244 resize 245 resize
245 right 246 right
246 rotate 247 rotate
247 rx 248 rx
248 ry 249 ry
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 wordWrap 423 wordWrap
423 writingMode 424 writingMode
424 x 425 x
425 y 426 y
426 zIndex 427 zIndex
427 zoom 428 zoom
428 PASS successfullyParsed is true 429 PASS successfullyParsed is true
429 430
430 TEST COMPLETE 431 TEST COMPLETE
431 432
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698