Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-background-position-expected.txt
blob414a8cbc06e081589b90bf4d4745df6f38f9aeee
1 Test calling getPropertyValue on computed styles for background-position properties.
3 background-position: 0;
4   background-position
5     getPropertyValue:    0px 50%
6   background-position-x
7     getPropertyValue:    0px
8   background-position-y
9     getPropertyValue:    50%
10 background-position: 0 0;
11   background-position
12     getPropertyValue:    0px 0px
13   background-position-x
14     getPropertyValue:    0px
15   background-position-y
16     getPropertyValue:    0px
18 background-position: 15px;
19   background-position
20     getPropertyValue:    15px 50%
21   background-position-x
22     getPropertyValue:    15px
23   background-position-y
24     getPropertyValue:    50%
25 background-position: 10px 20px;
26   background-position
27     getPropertyValue:    10px 20px
28   background-position-x
29     getPropertyValue:    10px
30   background-position-y
31     getPropertyValue:    20px
33 No background-position set
34   background-position
35     getPropertyValue:    0% 0%
36   background-position-x
37     getPropertyValue:    0%
38   background-position-y
39     getPropertyValue:    0%