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

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

Issue 2100013002: Implement the new text-size-adjust CSS property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup convertTextSizeAdjust and add a test that better covers it Created 4 years, 5 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 textDecoration 266 textDecoration
267 textDecorationColor 267 textDecorationColor
268 textDecorationLine 268 textDecorationLine
269 textDecorationStyle 269 textDecorationStyle
270 textIndent 270 textIndent
271 textJustify 271 textJustify
272 textOrientation 272 textOrientation
273 textOverflow 273 textOverflow
274 textRendering 274 textRendering
275 textShadow 275 textShadow
276 textSizeAdjust
276 textTransform 277 textTransform
277 textUnderlinePosition 278 textUnderlinePosition
278 top 279 top
279 touchAction 280 touchAction
280 transform 281 transform
281 transformOrigin 282 transformOrigin
282 transformStyle 283 transformStyle
283 transition 284 transition
284 transitionDelay 285 transitionDelay
285 transitionDuration 286 transitionDuration
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 wordWrap 408 wordWrap
408 writingMode 409 writingMode
409 x 410 x
410 y 411 y
411 zIndex 412 zIndex
412 zoom 413 zoom
413 PASS successfullyParsed is true 414 PASS successfullyParsed is true
414 415
415 TEST COMPLETE 416 TEST COMPLETE
416 417
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698