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

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

Issue 2394273006: Add CSS support for text-decoration-skip (Closed)
Patch Set: Histograms typo fixed, DCHECK Created 4 years, 2 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 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 strokeWidth 263 strokeWidth
264 tabSize 264 tabSize
265 tableLayout 265 tableLayout
266 textAlign 266 textAlign
267 textAlignLast 267 textAlignLast
268 textAnchor 268 textAnchor
269 textCombineUpright 269 textCombineUpright
270 textDecoration 270 textDecoration
271 textDecorationColor 271 textDecorationColor
272 textDecorationLine 272 textDecorationLine
273 textDecorationSkip
273 textDecorationStyle 274 textDecorationStyle
274 textIndent 275 textIndent
275 textJustify 276 textJustify
276 textOrientation 277 textOrientation
277 textOverflow 278 textOverflow
278 textRendering 279 textRendering
279 textShadow 280 textShadow
280 textSizeAdjust 281 textSizeAdjust
281 textTransform 282 textTransform
282 textUnderlinePosition 283 textUnderlinePosition
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 wordWrap 412 wordWrap
412 writingMode 413 writingMode
413 x 414 x
414 y 415 y
415 zIndex 416 zIndex
416 zoom 417 zoom
417 PASS successfullyParsed is true 418 PASS successfullyParsed is true
418 419
419 TEST COMPLETE 420 TEST COMPLETE
420 421
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698