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: none; | 3 -webkit-box-reflect: none; |
4 -webkit-box-reflect | 4 -webkit-box-reflect |
5 getPropertyValue: none | 5 getPropertyValue: none |
6 | 6 |
7 -webkit-box-reflect: below; | 7 -webkit-box-reflect: below; |
8 -webkit-box-reflect | 8 -webkit-box-reflect |
9 getPropertyValue: below 0px none | 9 getPropertyValue: below 0px none |
10 | 10 |
11 -webkit-box-reflect: right 50%; | 11 -webkit-box-reflect: right 50%; |
12 -webkit-box-reflect | 12 -webkit-box-reflect |
13 getPropertyValue: right 50% none | 13 getPropertyValue: right 50% none |
14 | 14 |
15 -webkit-box-reflect: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 25 25 25 st
retch stretch; | 15 -webkit-box-reflect: below 5px linear-gradient(white, black) 25 25 25 25 stretch
stretch; |
16 -webkit-box-reflect | 16 -webkit-box-reflect |
17 getPropertyValue: below 5px -webkit-gradient(linear, 0 0, 0 0) 25 fill /
auto / 0px stretch | 17 getPropertyValue: below 5px linear-gradient(white, black) 25 fill / auto
/ 0px stretch |
18 | 18 |
OLD | NEW |