| OLD | NEW |
| 1 Test calling getPropertyValue on computed styles for background-position propert
ies. | 1 Test calling getPropertyValue on computed styles for background-position propert
ies. |
| 2 | 2 |
| 3 background-position: 0; | 3 background-position: 0; |
| 4 background-position | 4 background-position |
| 5 getPropertyValue: 0px 50% | 5 getPropertyValue: 0px 50% |
| 6 getPropertyCSSValue: [object CSSValueList] | |
| 7 background-position-x | 6 background-position-x |
| 8 getPropertyValue: 0px | 7 getPropertyValue: 0px |
| 9 getPropertyCSSValue: [object CSSValueList] | |
| 10 background-position-y | 8 background-position-y |
| 11 getPropertyValue: 50% | 9 getPropertyValue: 50% |
| 12 getPropertyCSSValue: [object CSSValueList] | |
| 13 background-position: 0 0; | 10 background-position: 0 0; |
| 14 background-position | 11 background-position |
| 15 getPropertyValue: 0px 0px | 12 getPropertyValue: 0px 0px |
| 16 getPropertyCSSValue: [object CSSValueList] | |
| 17 background-position-x | 13 background-position-x |
| 18 getPropertyValue: 0px | 14 getPropertyValue: 0px |
| 19 getPropertyCSSValue: [object CSSValueList] | |
| 20 background-position-y | 15 background-position-y |
| 21 getPropertyValue: 0px | 16 getPropertyValue: 0px |
| 22 getPropertyCSSValue: [object CSSValueList] | |
| 23 | 17 |
| 24 background-position: 15px; | 18 background-position: 15px; |
| 25 background-position | 19 background-position |
| 26 getPropertyValue: 15px 50% | 20 getPropertyValue: 15px 50% |
| 27 getPropertyCSSValue: [object CSSValueList] | |
| 28 background-position-x | 21 background-position-x |
| 29 getPropertyValue: 15px | 22 getPropertyValue: 15px |
| 30 getPropertyCSSValue: [object CSSValueList] | |
| 31 background-position-y | 23 background-position-y |
| 32 getPropertyValue: 50% | 24 getPropertyValue: 50% |
| 33 getPropertyCSSValue: [object CSSValueList] | |
| 34 background-position: 10px 20px; | 25 background-position: 10px 20px; |
| 35 background-position | 26 background-position |
| 36 getPropertyValue: 10px 20px | 27 getPropertyValue: 10px 20px |
| 37 getPropertyCSSValue: [object CSSValueList] | |
| 38 background-position-x | 28 background-position-x |
| 39 getPropertyValue: 10px | 29 getPropertyValue: 10px |
| 40 getPropertyCSSValue: [object CSSValueList] | |
| 41 background-position-y | 30 background-position-y |
| 42 getPropertyValue: 20px | 31 getPropertyValue: 20px |
| 43 getPropertyCSSValue: [object CSSValueList] | |
| 44 | 32 |
| 45 No background-position set | 33 No background-position set |
| 46 background-position | 34 background-position |
| 47 getPropertyValue: 0% 0% | 35 getPropertyValue: 0% 0% |
| 48 getPropertyCSSValue: [object CSSValueList] | |
| 49 background-position-x | 36 background-position-x |
| 50 getPropertyValue: 0% | 37 getPropertyValue: 0% |
| 51 getPropertyCSSValue: [object CSSValueList] | |
| 52 background-position-y | 38 background-position-y |
| 53 getPropertyValue: 0% | 39 getPropertyValue: 0% |
| 54 getPropertyCSSValue: [object CSSValueList] | |
| 55 | 40 |
| OLD | NEW |