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

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

Issue 1299323005: blink: Add backdrop-filter support (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: one more Created 5 years, 3 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
11 animationDuration 11 animationDuration
12 animationFillMode 12 animationFillMode
13 animationIterationCount 13 animationIterationCount
14 animationName 14 animationName
15 animationPlayState 15 animationPlayState
16 animationTimingFunction 16 animationTimingFunction
17 backdropFilter
17 backfaceVisibility 18 backfaceVisibility
18 background 19 background
19 backgroundAttachment 20 backgroundAttachment
20 backgroundBlendMode 21 backgroundBlendMode
21 backgroundClip 22 backgroundClip
22 backgroundColor 23 backgroundColor
23 backgroundImage 24 backgroundImage
24 backgroundOrigin 25 backgroundOrigin
25 backgroundPosition 26 backgroundPosition
26 backgroundPositionX 27 backgroundPositionX
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 wordWrap 397 wordWrap
397 writingMode 398 writingMode
398 x 399 x
399 y 400 y
400 zIndex 401 zIndex
401 zoom 402 zoom
402 PASS successfullyParsed is true 403 PASS successfullyParsed is true
403 404
404 TEST COMPLETE 405 TEST COMPLETE
405 406
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698