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

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

Issue 15012010: Remove the CSS_COMPOSITING define, leaving the implementation under the runtime flag, since runtime… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed bogus test Created 7 years, 7 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 alignmentBaseline 3 alignmentBaseline
4 background 4 background
5 backgroundAttachment 5 backgroundAttachment
6 backgroundBlendMode
6 backgroundClip 7 backgroundClip
7 backgroundColor 8 backgroundColor
8 backgroundImage 9 backgroundImage
9 backgroundOrigin 10 backgroundOrigin
10 backgroundPosition 11 backgroundPosition
11 backgroundPositionX 12 backgroundPositionX
12 backgroundPositionY 13 backgroundPositionY
13 backgroundRepeat 14 backgroundRepeat
14 backgroundRepeatX 15 backgroundRepeatX
15 backgroundRepeatY 16 backgroundRepeatY
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 marker 109 marker
109 markerEnd 110 markerEnd
110 markerMid 111 markerMid
111 markerStart 112 markerStart
112 mask 113 mask
113 maskType 114 maskType
114 maxHeight 115 maxHeight
115 maxWidth 116 maxWidth
116 minHeight 117 minHeight
117 minWidth 118 minWidth
119 mixBlendMode
118 opacity 120 opacity
119 orphans 121 orphans
120 outline 122 outline
121 outlineColor 123 outlineColor
122 outlineOffset 124 outlineOffset
123 outlineStyle 125 outlineStyle
124 outlineWidth 126 outlineWidth
125 overflow 127 overflow
126 overflowWrap 128 overflowWrap
127 overflowX 129 overflowX
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 whiteSpace 395 whiteSpace
394 widows 396 widows
395 width 397 width
396 wordBreak 398 wordBreak
397 wordSpacing 399 wordSpacing
398 wordWrap 400 wordWrap
399 writingMode 401 writingMode
400 zIndex 402 zIndex
401 zoom 403 zoom
402 404
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698