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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-listing-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 documents all computed styles on a div element. 1 This test documents all computed styles on a div element.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 -webkit-app-region: no-drag 6 -webkit-app-region: no-drag
7 -webkit-appearance: none 7 -webkit-appearance: none
8 -webkit-background-clip: border-box 8 -webkit-background-clip: border-box
9 -webkit-background-composite: source-over 9 -webkit-background-composite: source-over
10 -webkit-background-origin: padding-box 10 -webkit-background-origin: padding-box
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 align-self: start 78 align-self: start
79 alignment-baseline: auto 79 alignment-baseline: auto
80 animation-delay: 0s 80 animation-delay: 0s
81 animation-direction: normal 81 animation-direction: normal
82 animation-duration: 0s 82 animation-duration: 0s
83 animation-fill-mode: none 83 animation-fill-mode: none
84 animation-iteration-count: 1 84 animation-iteration-count: 1
85 animation-name: none 85 animation-name: none
86 animation-play-state: running 86 animation-play-state: running
87 animation-timing-function: ease 87 animation-timing-function: ease
88 backdrop-filter: none
88 backface-visibility: visible 89 backface-visibility: visible
89 background-attachment: scroll 90 background-attachment: scroll
90 background-blend-mode: normal 91 background-blend-mode: normal
91 background-clip: border-box 92 background-clip: border-box
92 background-color: rgba(0, 0, 0, 0) 93 background-color: rgba(0, 0, 0, 0)
93 background-image: none 94 background-image: none
94 background-origin: padding-box 95 background-origin: padding-box
95 background-position: 0% 0% 96 background-position: 0% 0%
96 background-position-x: 0% 97 background-position-x: 0%
97 background-position-y: 0% 98 background-position-y: 0%
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 word-wrap: normal 298 word-wrap: normal
298 writing-mode: lr-tb 299 writing-mode: lr-tb
299 x: 0px 300 x: 0px
300 y: 0px 301 y: 0px
301 z-index: auto 302 z-index: auto
302 zoom: 1 303 zoom: 1
303 PASS successfullyParsed is true 304 PASS successfullyParsed is true
304 305
305 TEST COMPLETE 306 TEST COMPLETE
306 307
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698