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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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: Update checks for multiplier < 1 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 textAlign 227 textAlign
228 textAlignLast 228 textAlignLast
229 textAnchor 229 textAnchor
230 textCombineUpright 230 textCombineUpright
231 textDecoration 231 textDecoration
232 textIndent 232 textIndent
233 textOrientation 233 textOrientation
234 textOverflow 234 textOverflow
235 textRendering 235 textRendering
236 textShadow 236 textShadow
237 textSizeAdjust
237 textTransform 238 textTransform
238 top 239 top
239 touchAction 240 touchAction
240 transform 241 transform
241 transformOrigin 242 transformOrigin
242 transformStyle 243 transformStyle
243 transition 244 transition
244 transitionDelay 245 transitionDelay
245 transitionDuration 246 transitionDuration
246 transitionProperty 247 transitionProperty
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 wordWrap 367 wordWrap
367 writingMode 368 writingMode
368 x 369 x
369 y 370 y
370 zIndex 371 zIndex
371 zoom 372 zoom
372 PASS successfullyParsed is true 373 PASS successfullyParsed is true
373 374
374 TEST COMPLETE 375 TEST COMPLETE
375 376
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698