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

Side by Side Diff: LayoutTests/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: Julien's review #2 (rebased) 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 animation 7 animation
8 animationDelay 8 animationDelay
9 animationDirection 9 animationDirection
10 animationDuration 10 animationDuration
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 textOverflow 223 textOverflow
224 textOverlineColor 224 textOverlineColor
225 textOverlineMode 225 textOverlineMode
226 textOverlineStyle 226 textOverlineStyle
227 textOverlineWidth 227 textOverlineWidth
228 textRendering 228 textRendering
229 textShadow 229 textShadow
230 textTransform 230 textTransform
231 textUnderlineColor 231 textUnderlineColor
232 textUnderlineMode 232 textUnderlineMode
233 textUnderlinePosition
233 textUnderlineStyle 234 textUnderlineStyle
234 textUnderlineWidth 235 textUnderlineWidth
235 top 236 top
236 touchAction 237 touchAction
237 touchActionDelay 238 touchActionDelay
238 transition 239 transition
239 transitionDelay 240 transitionDelay
240 transitionDuration 241 transitionDuration
241 transitionProperty 242 transitionProperty
242 transitionTimingFunction 243 transitionTimingFunction
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 wordBreak 413 wordBreak
413 wordSpacing 414 wordSpacing
414 wordWrap 415 wordWrap
415 writingMode 416 writingMode
416 zIndex 417 zIndex
417 zoom 418 zoom
418 PASS successfullyParsed is true 419 PASS successfullyParsed is true
419 420
420 TEST COMPLETE 421 TEST COMPLETE
421 422
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698