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

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

Issue 2786643003: Implement support for the 'transform-box' property (Closed)
Patch Set: Rebase; fix property spec; update histogram.xml Created 3 years, 8 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 textOrientation 288 textOrientation
289 textOverflow 289 textOverflow
290 textRendering 290 textRendering
291 textShadow 291 textShadow
292 textSizeAdjust 292 textSizeAdjust
293 textTransform 293 textTransform
294 textUnderlinePosition 294 textUnderlinePosition
295 top 295 top
296 touchAction 296 touchAction
297 transform 297 transform
298 transformBox
298 transformOrigin 299 transformOrigin
299 transformStyle 300 transformStyle
300 transition 301 transition
301 transitionDelay 302 transitionDelay
302 transitionDuration 303 transitionDuration
303 transitionProperty 304 transitionProperty
304 transitionTimingFunction 305 transitionTimingFunction
305 translate 306 translate
306 unicodeBidi 307 unicodeBidi
307 unicodeRange 308 unicodeRange
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 wordWrap 424 wordWrap
424 writingMode 425 writingMode
425 x 426 x
426 y 427 y
427 zIndex 428 zIndex
428 zoom 429 zoom
429 PASS successfullyParsed is true 430 PASS successfullyParsed is true
430 431
431 TEST COMPLETE 432 TEST COMPLETE
432 433
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698