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

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

Issue 1439793003: SVG: Promote d to a property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DECLARE_VIRTUAL_TRACE Created 5 years 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 columnFill 80 columnFill
81 contain 81 contain
82 content 82 content
83 counterIncrement 83 counterIncrement
84 counterReset 84 counterReset
85 cssFloat 85 cssFloat
86 cssText 86 cssText
87 cursor 87 cursor
88 cx 88 cx
89 cy 89 cy
90 d
90 direction 91 direction
91 display 92 display
92 dominantBaseline 93 dominantBaseline
93 emptyCells 94 emptyCells
94 fill 95 fill
95 fillOpacity 96 fillOpacity
96 fillRule 97 fillRule
97 filter 98 filter
98 flex 99 flex
99 flexBasis 100 flexBasis
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 wordWrap 402 wordWrap
402 writingMode 403 writingMode
403 x 404 x
404 y 405 y
405 zIndex 406 zIndex
406 zoom 407 zoom
407 PASS successfullyParsed is true 408 PASS successfullyParsed is true
408 409
409 TEST COMPLETE 410 TEST COMPLETE
410 411
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698