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

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: Update existing tests to be compatible 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 textOrientation 287 textOrientation
288 textOverflow 288 textOverflow
289 textRendering 289 textRendering
290 textShadow 290 textShadow
291 textSizeAdjust 291 textSizeAdjust
292 textTransform 292 textTransform
293 textUnderlinePosition 293 textUnderlinePosition
294 top 294 top
295 touchAction 295 touchAction
296 transform 296 transform
297 transformBox
297 transformOrigin 298 transformOrigin
298 transformStyle 299 transformStyle
299 transition 300 transition
300 transitionDelay 301 transitionDelay
301 transitionDuration 302 transitionDuration
302 transitionProperty 303 transitionProperty
303 transitionTimingFunction 304 transitionTimingFunction
304 translate 305 translate
305 unicodeBidi 306 unicodeBidi
306 unicodeRange 307 unicodeRange
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 wordWrap 423 wordWrap
423 writingMode 424 writingMode
424 x 425 x
425 y 426 y
426 zIndex 427 zIndex
427 zoom 428 zoom
428 PASS successfullyParsed is true 429 PASS successfullyParsed is true
429 430
430 TEST COMPLETE 431 TEST COMPLETE
431 432
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698