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

Side by Side Diff: LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt

Issue 38573003: Use 4 value syntax for getComputedStyle of background-position and -webkit-mask-position (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 Computed style of an element whose parent's 'display' value is 'none': 1 Computed style of an element whose parent's 'display' value is 'none':
2 background-attachment: scroll 2 background-attachment: scroll
3 background-clip: border-box 3 background-clip: border-box
4 background-color: rgb(0, 128, 0) 4 background-color: rgb(0, 128, 0)
5 background-image: none 5 background-image: none
6 background-origin: padding-box 6 background-origin: padding-box
7 background-position: 0% 0% 7 background-position: left 0% top 0%
8 background-repeat: repeat 8 background-repeat: repeat
9 background-size: auto 9 background-size: auto
10 border-bottom-color: rgb(0, 0, 0) 10 border-bottom-color: rgb(0, 0, 0)
11 border-bottom-left-radius: 0px 11 border-bottom-left-radius: 0px
12 border-bottom-right-radius: 0px 12 border-bottom-right-radius: 0px
13 border-bottom-style: none 13 border-bottom-style: none
14 border-bottom-width: 0px 14 border-bottom-width: 0px
15 border-collapse: separate 15 border-collapse: separate
16 border-image-outset: 0px 16 border-image-outset: 0px
17 border-image-repeat: stretch 17 border-image-repeat: stretch
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 -webkit-mask-box-image: none 164 -webkit-mask-box-image: none
165 -webkit-mask-box-image-outset: 0px 165 -webkit-mask-box-image-outset: 0px
166 -webkit-mask-box-image-repeat: stretch 166 -webkit-mask-box-image-repeat: stretch
167 -webkit-mask-box-image-slice: 0 fill 167 -webkit-mask-box-image-slice: 0 fill
168 -webkit-mask-box-image-source: none 168 -webkit-mask-box-image-source: none
169 -webkit-mask-box-image-width: auto 169 -webkit-mask-box-image-width: auto
170 -webkit-mask-clip: border-box 170 -webkit-mask-clip: border-box
171 -webkit-mask-composite: source-over 171 -webkit-mask-composite: source-over
172 -webkit-mask-image: none 172 -webkit-mask-image: none
173 -webkit-mask-origin: border-box 173 -webkit-mask-origin: border-box
174 -webkit-mask-position: 0% 0% 174 -webkit-mask-position: left 0% top 0%
175 -webkit-mask-repeat: repeat 175 -webkit-mask-repeat: repeat
176 -webkit-mask-size: auto 176 -webkit-mask-size: auto
177 order: 0 177 order: 0
178 -webkit-perspective: none 178 -webkit-perspective: none
179 -webkit-perspective-origin: 50% 50% 179 -webkit-perspective-origin: 50% 50%
180 -webkit-print-color-adjust: economy 180 -webkit-print-color-adjust: economy
181 -webkit-rtl-ordering: logical 181 -webkit-rtl-ordering: logical
182 -webkit-text-combine: none 182 -webkit-text-combine: none
183 -webkit-text-decorations-in-effect: none 183 -webkit-text-decorations-in-effect: none
184 -webkit-text-emphasis-color: rgb(0, 0, 0) 184 -webkit-text-emphasis-color: rgb(0, 0, 0)
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 height: 100px 251 height: 100px
252 margin-left: 350px 252 margin-left: 350px
253 width: 350px 253 width: 350px
254 254
255 After changing the parent's 'display' property back to 'none': 255 After changing the parent's 'display' property back to 'none':
256 height: 100px 256 height: 100px
257 margin-left: auto 257 margin-left: auto
258 width: 50% 258 width: 50%
259 259
260 260
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698