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

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

Issue 40733004: Replace compile flag with runtime check for text-underline-position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed a typo in static function compileUnderlineOffset signature / Rebase Created 7 years, 1 month 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 background 7 background
8 backgroundAttachment 8 backgroundAttachment
9 backgroundClip 9 backgroundClip
10 backgroundColor 10 backgroundColor
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 textOverflow 185 textOverflow
186 textOverlineColor 186 textOverlineColor
187 textOverlineMode 187 textOverlineMode
188 textOverlineStyle 188 textOverlineStyle
189 textOverlineWidth 189 textOverlineWidth
190 textRendering 190 textRendering
191 textShadow 191 textShadow
192 textTransform 192 textTransform
193 textUnderlineColor 193 textUnderlineColor
194 textUnderlineMode 194 textUnderlineMode
195 textUnderlinePosition
Julien - ping for review 2013/10/31 22:54:07 That is NOT OK. We don't want text-underline-posit
abinader 2013/11/01 12:16:42 Yes, absolutely right! Fixed in next patch :-)
195 textUnderlineStyle 196 textUnderlineStyle
196 textUnderlineWidth 197 textUnderlineWidth
197 top 198 top
198 touchActionDelay 199 touchActionDelay
199 transition 200 transition
200 transitionDelay 201 transitionDelay
201 transitionDuration 202 transitionDuration
202 transitionProperty 203 transitionProperty
203 transitionTimingFunction 204 transitionTimingFunction
204 unicodeBidi 205 unicodeBidi
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 whiteSpace 362 whiteSpace
362 widows 363 widows
363 width 364 width
364 wordBreak 365 wordBreak
365 wordSpacing 366 wordSpacing
366 wordWrap 367 wordWrap
367 writingMode 368 writingMode
368 zIndex 369 zIndex
369 zoom 370 zoom
370 371
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698