OLD | NEW |
1 Test calling getPropertyValue on computed styles for -webkit-border-image proper
ty. | 1 Test calling getPropertyValue on computed styles for -webkit-border-image proper
ty. |
2 | 2 |
3 -webkit-box-reflect: right calc(50%); | 3 -webkit-box-reflect: right calc(50%); |
4 -webkit-box-reflect | 4 -webkit-box-reflect |
5 getPropertyValue: right 50% none | 5 getPropertyValue: right 50% none |
6 getPropertyCSSValue: [object CSSValue] | |
7 | 6 |
8 -webkit-box-reflect: below calc(5px) -webkit-gradient(linear, 0 0, 0 0) 25 25 25
25 stretch stretch; | 7 -webkit-box-reflect: below calc(5px) -webkit-gradient(linear, 0 0, 0 0) 25 25 25
25 stretch stretch; |
9 -webkit-box-reflect | 8 -webkit-box-reflect |
10 getPropertyValue: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 fill /
auto / 0px stretch | 9 getPropertyValue: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 fill /
auto / 0px stretch |
11 getPropertyCSSValue: [object CSSValue] | |
12 | 10 |
OLD | NEW |