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

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

Issue 1734863003: Remove webkit-background-composite (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 transitionTimingFunction 243 transitionTimingFunction
244 unicodeBidi 244 unicodeBidi
245 unicodeRange 245 unicodeRange
246 userZoom 246 userZoom
247 vectorEffect 247 vectorEffect
248 verticalAlign 248 verticalAlign
249 visibility 249 visibility
250 webkitAppRegion 250 webkitAppRegion
251 webkitAppearance 251 webkitAppearance
252 webkitBackgroundClip 252 webkitBackgroundClip
253 webkitBackgroundComposite
254 webkitBackgroundOrigin 253 webkitBackgroundOrigin
255 webkitBorderAfter 254 webkitBorderAfter
256 webkitBorderAfterColor 255 webkitBorderAfterColor
257 webkitBorderAfterStyle 256 webkitBorderAfterStyle
258 webkitBorderAfterWidth 257 webkitBorderAfterWidth
259 webkitBorderBefore 258 webkitBorderBefore
260 webkitBorderBeforeColor 259 webkitBorderBeforeColor
261 webkitBorderBeforeStyle 260 webkitBorderBeforeStyle
262 webkitBorderBeforeWidth 261 webkitBorderBeforeWidth
263 webkitBorderEnd 262 webkitBorderEnd
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 wordWrap 363 wordWrap
365 writingMode 364 writingMode
366 x 365 x
367 y 366 y
368 zIndex 367 zIndex
369 zoom 368 zoom
370 PASS successfullyParsed is true 369 PASS successfullyParsed is true
371 370
372 TEST COMPLETE 371 TEST COMPLETE
373 372
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698