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

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

Issue 216803002: Implement all shorthand property. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated css-properties-as-js-properties-expected.txt Created 6 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 | Annotate | Revision Log
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
dglazkov 2014/03/28 16:56:03 Need an intent to implement/ship, right?
tasak 2014/04/01 10:17:49 I see. I missed. I will ask kenjibaheux@ about thi
7 background 8 background
8 backgroundAttachment 9 backgroundAttachment
9 backgroundBlendMode 10 backgroundBlendMode
10 backgroundClip 11 backgroundClip
11 backgroundColor 12 backgroundColor
12 backgroundImage 13 backgroundImage
13 backgroundOrigin 14 backgroundOrigin
14 backgroundPosition 15 backgroundPosition
15 backgroundPositionX 16 backgroundPositionX
16 backgroundPositionY 17 backgroundPositionY
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 wordBreak 362 wordBreak
362 wordSpacing 363 wordSpacing
363 wordWrap 364 wordWrap
364 writingMode 365 writingMode
365 zIndex 366 zIndex
366 zoom 367 zoom
367 PASS successfullyParsed is true 368 PASS successfullyParsed is true
368 369
369 TEST COMPLETE 370 TEST COMPLETE
370 371
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698