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

Side by Side Diff: LayoutTests/svg/css/getComputedStyle-basic-expected.txt

Issue 1099483002: Use alias_for with trivial property aliases (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@alias
Patch Set: rebase a couple of tests Created 5 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 rect: style.getPropertyValue(background-attachment) : scroll 1 rect: style.getPropertyValue(background-attachment) : scroll
2 rect: style.getPropertyValue(background-clip) : border-box 2 rect: style.getPropertyValue(background-clip) : border-box
3 rect: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0) 3 rect: style.getPropertyValue(background-color) : rgba(0, 0, 0, 0)
4 rect: style.getPropertyValue(background-image) : none 4 rect: style.getPropertyValue(background-image) : none
5 rect: style.getPropertyValue(background-origin) : padding-box 5 rect: style.getPropertyValue(background-origin) : padding-box
6 rect: style.getPropertyValue(background-position) : 0% 0% 6 rect: style.getPropertyValue(background-position) : 0% 0%
7 rect: style.getPropertyValue(background-repeat) : repeat 7 rect: style.getPropertyValue(background-repeat) : repeat
8 rect: style.getPropertyValue(background-size) : auto 8 rect: style.getPropertyValue(background-size) : auto
9 rect: style.getPropertyValue(border-bottom-color) : rgb(0, 0, 0) 9 rect: style.getPropertyValue(border-bottom-color) : rgb(0, 0, 0)
10 rect: style.getPropertyValue(border-bottom-left-radius) : 0px 10 rect: style.getPropertyValue(border-bottom-left-radius) : 0px
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 rect: style.getPropertyValue(zoom) : 1 106 rect: style.getPropertyValue(zoom) : 1
107 rect: style.getPropertyValue(-webkit-animation-delay) : 0s 107 rect: style.getPropertyValue(-webkit-animation-delay) : 0s
108 rect: style.getPropertyValue(-webkit-animation-direction) : normal 108 rect: style.getPropertyValue(-webkit-animation-direction) : normal
109 rect: style.getPropertyValue(-webkit-animation-duration) : 0s 109 rect: style.getPropertyValue(-webkit-animation-duration) : 0s
110 rect: style.getPropertyValue(-webkit-animation-fill-mode) : none 110 rect: style.getPropertyValue(-webkit-animation-fill-mode) : none
111 rect: style.getPropertyValue(-webkit-animation-iteration-count) : 1 111 rect: style.getPropertyValue(-webkit-animation-iteration-count) : 1
112 rect: style.getPropertyValue(-webkit-animation-name) : none 112 rect: style.getPropertyValue(-webkit-animation-name) : none
113 rect: style.getPropertyValue(-webkit-animation-play-state) : running 113 rect: style.getPropertyValue(-webkit-animation-play-state) : running
114 rect: style.getPropertyValue(-webkit-animation-timing-function) : ease 114 rect: style.getPropertyValue(-webkit-animation-timing-function) : ease
115 rect: style.getPropertyValue(-webkit-appearance) : none 115 rect: style.getPropertyValue(-webkit-appearance) : none
116 rect: style.getPropertyValue(-webkit-backface-visibility) : visible
117 rect: style.getPropertyValue(-webkit-background-clip) : border-box 116 rect: style.getPropertyValue(-webkit-background-clip) : border-box
118 rect: style.getPropertyValue(-webkit-background-composite) : source-over 117 rect: style.getPropertyValue(-webkit-background-composite) : source-over
119 rect: style.getPropertyValue(-webkit-background-origin) : padding-box 118 rect: style.getPropertyValue(-webkit-background-origin) : padding-box
120 rect: style.getPropertyValue(-webkit-background-size) : auto 119 rect: style.getPropertyValue(-webkit-background-size) : auto
121 rect: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px 120 rect: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px
122 rect: style.getPropertyValue(-webkit-border-image) : none 121 rect: style.getPropertyValue(-webkit-border-image) : none
123 rect: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px 122 rect: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px
124 rect: style.getPropertyValue(-webkit-box-align) : stretch 123 rect: style.getPropertyValue(-webkit-box-align) : stretch
125 rect: style.getPropertyValue(-webkit-box-decoration-break) : slice 124 rect: style.getPropertyValue(-webkit-box-decoration-break) : slice
126 rect: style.getPropertyValue(-webkit-box-direction) : normal 125 rect: style.getPropertyValue(-webkit-box-direction) : normal
127 rect: style.getPropertyValue(-webkit-box-flex) : 0 126 rect: style.getPropertyValue(-webkit-box-flex) : 0
128 rect: style.getPropertyValue(-webkit-box-flex-group) : 1 127 rect: style.getPropertyValue(-webkit-box-flex-group) : 1
129 rect: style.getPropertyValue(-webkit-box-lines) : single 128 rect: style.getPropertyValue(-webkit-box-lines) : single
130 rect: style.getPropertyValue(-webkit-box-ordinal-group) : 1 129 rect: style.getPropertyValue(-webkit-box-ordinal-group) : 1
131 rect: style.getPropertyValue(-webkit-box-orient) : horizontal 130 rect: style.getPropertyValue(-webkit-box-orient) : horizontal
132 rect: style.getPropertyValue(-webkit-box-pack) : start 131 rect: style.getPropertyValue(-webkit-box-pack) : start
133 rect: style.getPropertyValue(-webkit-box-reflect) : none 132 rect: style.getPropertyValue(-webkit-box-reflect) : none
134 rect: style.getPropertyValue(-webkit-box-shadow) : none
135 rect: style.getPropertyValue(-webkit-column-break-after) : auto 133 rect: style.getPropertyValue(-webkit-column-break-after) : auto
136 rect: style.getPropertyValue(-webkit-column-break-before) : auto 134 rect: style.getPropertyValue(-webkit-column-break-before) : auto
137 rect: style.getPropertyValue(-webkit-column-break-inside) : auto 135 rect: style.getPropertyValue(-webkit-column-break-inside) : auto
138 rect: style.getPropertyValue(-webkit-column-count) : auto 136 rect: style.getPropertyValue(-webkit-column-count) : auto
139 rect: style.getPropertyValue(-webkit-column-gap) : normal 137 rect: style.getPropertyValue(-webkit-column-gap) : normal
140 rect: style.getPropertyValue(-webkit-column-rule-color) : rgb(0, 0, 0) 138 rect: style.getPropertyValue(-webkit-column-rule-color) : rgb(0, 0, 0)
141 rect: style.getPropertyValue(-webkit-column-rule-style) : none 139 rect: style.getPropertyValue(-webkit-column-rule-style) : none
142 rect: style.getPropertyValue(-webkit-column-rule-width) : 0px 140 rect: style.getPropertyValue(-webkit-column-rule-width) : 0px
143 rect: style.getPropertyValue(-webkit-column-span) : none 141 rect: style.getPropertyValue(-webkit-column-span) : none
144 rect: style.getPropertyValue(-webkit-column-width) : auto 142 rect: style.getPropertyValue(-webkit-column-width) : auto
(...skipping 20 matching lines...) Expand all
165 rect: style.getPropertyValue(-webkit-mask-box-image-width) : auto 163 rect: style.getPropertyValue(-webkit-mask-box-image-width) : auto
166 rect: style.getPropertyValue(-webkit-mask-clip) : border-box 164 rect: style.getPropertyValue(-webkit-mask-clip) : border-box
167 rect: style.getPropertyValue(-webkit-mask-composite) : source-over 165 rect: style.getPropertyValue(-webkit-mask-composite) : source-over
168 rect: style.getPropertyValue(-webkit-mask-image) : none 166 rect: style.getPropertyValue(-webkit-mask-image) : none
169 rect: style.getPropertyValue(-webkit-mask-origin) : border-box 167 rect: style.getPropertyValue(-webkit-mask-origin) : border-box
170 rect: style.getPropertyValue(-webkit-mask-position) : 0% 0% 168 rect: style.getPropertyValue(-webkit-mask-position) : 0% 0%
171 rect: style.getPropertyValue(-webkit-mask-repeat) : repeat 169 rect: style.getPropertyValue(-webkit-mask-repeat) : repeat
172 rect: style.getPropertyValue(-webkit-mask-size) : auto 170 rect: style.getPropertyValue(-webkit-mask-size) : auto
173 rect: style.getPropertyValue(order) : 0 171 rect: style.getPropertyValue(order) : 0
174 rect: style.getPropertyValue(-webkit-perspective) : none 172 rect: style.getPropertyValue(-webkit-perspective) : none
175 rect: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
176 rect: style.getPropertyValue(-webkit-print-color-adjust) : economy 173 rect: style.getPropertyValue(-webkit-print-color-adjust) : economy
177 rect: style.getPropertyValue(-webkit-rtl-ordering) : logical 174 rect: style.getPropertyValue(-webkit-rtl-ordering) : logical
178 rect: style.getPropertyValue(-webkit-text-combine) : none 175 rect: style.getPropertyValue(-webkit-text-combine) : none
179 rect: style.getPropertyValue(-webkit-text-decorations-in-effect) : none 176 rect: style.getPropertyValue(-webkit-text-decorations-in-effect) : none
180 rect: style.getPropertyValue(-webkit-text-emphasis-color) : rgb(0, 0, 0) 177 rect: style.getPropertyValue(-webkit-text-emphasis-color) : rgb(0, 0, 0)
181 rect: style.getPropertyValue(-webkit-text-emphasis-position) : over 178 rect: style.getPropertyValue(-webkit-text-emphasis-position) : over
182 rect: style.getPropertyValue(-webkit-text-emphasis-style) : none 179 rect: style.getPropertyValue(-webkit-text-emphasis-style) : none
183 rect: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0) 180 rect: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0)
184 rect: style.getPropertyValue(-webkit-text-orientation) : vertical-right 181 rect: style.getPropertyValue(-webkit-text-orientation) : vertical-right
185 rect: style.getPropertyValue(-webkit-text-security) : none 182 rect: style.getPropertyValue(-webkit-text-security) : none
186 rect: style.getPropertyValue(-webkit-text-stroke-color) : rgb(0, 0, 0) 183 rect: style.getPropertyValue(-webkit-text-stroke-color) : rgb(0, 0, 0)
187 rect: style.getPropertyValue(-webkit-text-stroke-width) : 0px 184 rect: style.getPropertyValue(-webkit-text-stroke-width) : 0px
188 rect: style.getPropertyValue(-webkit-transform) : none 185 rect: style.getPropertyValue(-webkit-transform) : none
189 rect: style.getPropertyValue(-webkit-transform-origin) : 0px 0px
190 rect: style.getPropertyValue(-webkit-transform-style) : flat
191 rect: style.getPropertyValue(-webkit-transition-delay) : 0s 186 rect: style.getPropertyValue(-webkit-transition-delay) : 0s
192 rect: style.getPropertyValue(-webkit-transition-duration) : 0s 187 rect: style.getPropertyValue(-webkit-transition-duration) : 0s
193 rect: style.getPropertyValue(-webkit-transition-property) : all 188 rect: style.getPropertyValue(-webkit-transition-property) : all
194 rect: style.getPropertyValue(-webkit-transition-timing-function) : ease 189 rect: style.getPropertyValue(-webkit-transition-timing-function) : ease
195 rect: style.getPropertyValue(-webkit-user-drag) : auto 190 rect: style.getPropertyValue(-webkit-user-drag) : auto
196 rect: style.getPropertyValue(-webkit-user-modify) : read-only 191 rect: style.getPropertyValue(-webkit-user-modify) : read-only
197 rect: style.getPropertyValue(-webkit-user-select) : text 192 rect: style.getPropertyValue(-webkit-user-select) : text
198 rect: style.getPropertyValue(-webkit-writing-mode) : horizontal-tb 193 rect: style.getPropertyValue(-webkit-writing-mode) : horizontal-tb
199 rect: style.getPropertyValue(clip-path) : none 194 rect: style.getPropertyValue(clip-path) : none
200 rect: style.getPropertyValue(clip-rule) : nonzero 195 rect: style.getPropertyValue(clip-rule) : nonzero
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 g: style.getPropertyValue(zoom) : 1 334 g: style.getPropertyValue(zoom) : 1
340 g: style.getPropertyValue(-webkit-animation-delay) : 0s 335 g: style.getPropertyValue(-webkit-animation-delay) : 0s
341 g: style.getPropertyValue(-webkit-animation-direction) : normal 336 g: style.getPropertyValue(-webkit-animation-direction) : normal
342 g: style.getPropertyValue(-webkit-animation-duration) : 0s 337 g: style.getPropertyValue(-webkit-animation-duration) : 0s
343 g: style.getPropertyValue(-webkit-animation-fill-mode) : none 338 g: style.getPropertyValue(-webkit-animation-fill-mode) : none
344 g: style.getPropertyValue(-webkit-animation-iteration-count) : 1 339 g: style.getPropertyValue(-webkit-animation-iteration-count) : 1
345 g: style.getPropertyValue(-webkit-animation-name) : none 340 g: style.getPropertyValue(-webkit-animation-name) : none
346 g: style.getPropertyValue(-webkit-animation-play-state) : running 341 g: style.getPropertyValue(-webkit-animation-play-state) : running
347 g: style.getPropertyValue(-webkit-animation-timing-function) : ease 342 g: style.getPropertyValue(-webkit-animation-timing-function) : ease
348 g: style.getPropertyValue(-webkit-appearance) : none 343 g: style.getPropertyValue(-webkit-appearance) : none
349 g: style.getPropertyValue(-webkit-backface-visibility) : visible
350 g: style.getPropertyValue(-webkit-background-clip) : border-box 344 g: style.getPropertyValue(-webkit-background-clip) : border-box
351 g: style.getPropertyValue(-webkit-background-composite) : source-over 345 g: style.getPropertyValue(-webkit-background-composite) : source-over
352 g: style.getPropertyValue(-webkit-background-origin) : padding-box 346 g: style.getPropertyValue(-webkit-background-origin) : padding-box
353 g: style.getPropertyValue(-webkit-background-size) : auto 347 g: style.getPropertyValue(-webkit-background-size) : auto
354 g: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px 348 g: style.getPropertyValue(-webkit-border-horizontal-spacing) : 0px
355 g: style.getPropertyValue(-webkit-border-image) : none 349 g: style.getPropertyValue(-webkit-border-image) : none
356 g: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px 350 g: style.getPropertyValue(-webkit-border-vertical-spacing) : 0px
357 g: style.getPropertyValue(-webkit-box-align) : stretch 351 g: style.getPropertyValue(-webkit-box-align) : stretch
358 g: style.getPropertyValue(-webkit-box-decoration-break) : slice 352 g: style.getPropertyValue(-webkit-box-decoration-break) : slice
359 g: style.getPropertyValue(-webkit-box-direction) : normal 353 g: style.getPropertyValue(-webkit-box-direction) : normal
360 g: style.getPropertyValue(-webkit-box-flex) : 0 354 g: style.getPropertyValue(-webkit-box-flex) : 0
361 g: style.getPropertyValue(-webkit-box-flex-group) : 1 355 g: style.getPropertyValue(-webkit-box-flex-group) : 1
362 g: style.getPropertyValue(-webkit-box-lines) : single 356 g: style.getPropertyValue(-webkit-box-lines) : single
363 g: style.getPropertyValue(-webkit-box-ordinal-group) : 1 357 g: style.getPropertyValue(-webkit-box-ordinal-group) : 1
364 g: style.getPropertyValue(-webkit-box-orient) : horizontal 358 g: style.getPropertyValue(-webkit-box-orient) : horizontal
365 g: style.getPropertyValue(-webkit-box-pack) : start 359 g: style.getPropertyValue(-webkit-box-pack) : start
366 g: style.getPropertyValue(-webkit-box-reflect) : none 360 g: style.getPropertyValue(-webkit-box-reflect) : none
367 g: style.getPropertyValue(-webkit-box-shadow) : none
368 g: style.getPropertyValue(-webkit-column-break-after) : auto 361 g: style.getPropertyValue(-webkit-column-break-after) : auto
369 g: style.getPropertyValue(-webkit-column-break-before) : auto 362 g: style.getPropertyValue(-webkit-column-break-before) : auto
370 g: style.getPropertyValue(-webkit-column-break-inside) : auto 363 g: style.getPropertyValue(-webkit-column-break-inside) : auto
371 g: style.getPropertyValue(-webkit-column-count) : auto 364 g: style.getPropertyValue(-webkit-column-count) : auto
372 g: style.getPropertyValue(-webkit-column-gap) : normal 365 g: style.getPropertyValue(-webkit-column-gap) : normal
373 g: style.getPropertyValue(-webkit-column-rule-color) : rgb(0, 0, 0) 366 g: style.getPropertyValue(-webkit-column-rule-color) : rgb(0, 0, 0)
374 g: style.getPropertyValue(-webkit-column-rule-style) : none 367 g: style.getPropertyValue(-webkit-column-rule-style) : none
375 g: style.getPropertyValue(-webkit-column-rule-width) : 0px 368 g: style.getPropertyValue(-webkit-column-rule-width) : 0px
376 g: style.getPropertyValue(-webkit-column-span) : none 369 g: style.getPropertyValue(-webkit-column-span) : none
377 g: style.getPropertyValue(-webkit-column-width) : auto 370 g: style.getPropertyValue(-webkit-column-width) : auto
(...skipping 20 matching lines...) Expand all
398 g: style.getPropertyValue(-webkit-mask-box-image-width) : auto 391 g: style.getPropertyValue(-webkit-mask-box-image-width) : auto
399 g: style.getPropertyValue(-webkit-mask-clip) : border-box 392 g: style.getPropertyValue(-webkit-mask-clip) : border-box
400 g: style.getPropertyValue(-webkit-mask-composite) : source-over 393 g: style.getPropertyValue(-webkit-mask-composite) : source-over
401 g: style.getPropertyValue(-webkit-mask-image) : none 394 g: style.getPropertyValue(-webkit-mask-image) : none
402 g: style.getPropertyValue(-webkit-mask-origin) : border-box 395 g: style.getPropertyValue(-webkit-mask-origin) : border-box
403 g: style.getPropertyValue(-webkit-mask-position) : 0% 0% 396 g: style.getPropertyValue(-webkit-mask-position) : 0% 0%
404 g: style.getPropertyValue(-webkit-mask-repeat) : repeat 397 g: style.getPropertyValue(-webkit-mask-repeat) : repeat
405 g: style.getPropertyValue(-webkit-mask-size) : auto 398 g: style.getPropertyValue(-webkit-mask-size) : auto
406 g: style.getPropertyValue(order) : 0 399 g: style.getPropertyValue(order) : 0
407 g: style.getPropertyValue(-webkit-perspective) : none 400 g: style.getPropertyValue(-webkit-perspective) : none
408 g: style.getPropertyValue(-webkit-perspective-origin) : 0px 0px
409 g: style.getPropertyValue(-webkit-print-color-adjust) : economy 401 g: style.getPropertyValue(-webkit-print-color-adjust) : economy
410 g: style.getPropertyValue(-webkit-rtl-ordering) : logical 402 g: style.getPropertyValue(-webkit-rtl-ordering) : logical
411 g: style.getPropertyValue(-webkit-text-combine) : none 403 g: style.getPropertyValue(-webkit-text-combine) : none
412 g: style.getPropertyValue(-webkit-text-decorations-in-effect) : none 404 g: style.getPropertyValue(-webkit-text-decorations-in-effect) : none
413 g: style.getPropertyValue(-webkit-text-emphasis-color) : rgb(0, 0, 0) 405 g: style.getPropertyValue(-webkit-text-emphasis-color) : rgb(0, 0, 0)
414 g: style.getPropertyValue(-webkit-text-emphasis-position) : over 406 g: style.getPropertyValue(-webkit-text-emphasis-position) : over
415 g: style.getPropertyValue(-webkit-text-emphasis-style) : none 407 g: style.getPropertyValue(-webkit-text-emphasis-style) : none
416 g: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0) 408 g: style.getPropertyValue(-webkit-text-fill-color) : rgb(0, 0, 0)
417 g: style.getPropertyValue(-webkit-text-orientation) : vertical-right 409 g: style.getPropertyValue(-webkit-text-orientation) : vertical-right
418 g: style.getPropertyValue(-webkit-text-security) : none 410 g: style.getPropertyValue(-webkit-text-security) : none
419 g: style.getPropertyValue(-webkit-text-stroke-color) : rgb(0, 0, 0) 411 g: style.getPropertyValue(-webkit-text-stroke-color) : rgb(0, 0, 0)
420 g: style.getPropertyValue(-webkit-text-stroke-width) : 0px 412 g: style.getPropertyValue(-webkit-text-stroke-width) : 0px
421 g: style.getPropertyValue(-webkit-transform) : none 413 g: style.getPropertyValue(-webkit-transform) : none
422 g: style.getPropertyValue(-webkit-transform-origin) : 0px 0px
423 g: style.getPropertyValue(-webkit-transform-style) : flat
424 g: style.getPropertyValue(-webkit-transition-delay) : 0s 414 g: style.getPropertyValue(-webkit-transition-delay) : 0s
425 g: style.getPropertyValue(-webkit-transition-duration) : 0s 415 g: style.getPropertyValue(-webkit-transition-duration) : 0s
426 g: style.getPropertyValue(-webkit-transition-property) : all 416 g: style.getPropertyValue(-webkit-transition-property) : all
427 g: style.getPropertyValue(-webkit-transition-timing-function) : ease 417 g: style.getPropertyValue(-webkit-transition-timing-function) : ease
428 g: style.getPropertyValue(-webkit-user-drag) : auto 418 g: style.getPropertyValue(-webkit-user-drag) : auto
429 g: style.getPropertyValue(-webkit-user-modify) : read-only 419 g: style.getPropertyValue(-webkit-user-modify) : read-only
430 g: style.getPropertyValue(-webkit-user-select) : text 420 g: style.getPropertyValue(-webkit-user-select) : text
431 g: style.getPropertyValue(-webkit-writing-mode) : horizontal-tb 421 g: style.getPropertyValue(-webkit-writing-mode) : horizontal-tb
432 g: style.getPropertyValue(clip-path) : none 422 g: style.getPropertyValue(clip-path) : none
433 g: style.getPropertyValue(clip-rule) : nonzero 423 g: style.getPropertyValue(clip-rule) : nonzero
(...skipping 24 matching lines...) Expand all
458 g: style.getPropertyValue(stroke-width) : 2px 448 g: style.getPropertyValue(stroke-width) : 2px
459 g: style.getPropertyValue(alignment-baseline) : auto 449 g: style.getPropertyValue(alignment-baseline) : auto
460 g: style.getPropertyValue(baseline-shift) : 0px 450 g: style.getPropertyValue(baseline-shift) : 0px
461 g: style.getPropertyValue(dominant-baseline) : auto 451 g: style.getPropertyValue(dominant-baseline) : auto
462 g: style.getPropertyValue(text-anchor) : start 452 g: style.getPropertyValue(text-anchor) : start
463 g: style.getPropertyValue(writing-mode) : lr-tb 453 g: style.getPropertyValue(writing-mode) : lr-tb
464 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg 454 g: style.getPropertyValue(glyph-orientation-horizontal) : 0deg
465 g: style.getPropertyValue(glyph-orientation-vertical) : auto 455 g: style.getPropertyValue(glyph-orientation-vertical) : auto
466 g: style.getPropertyValue(vector-effect) : none 456 g: style.getPropertyValue(vector-effect) : none
467 457
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698