Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / background-position-serialize-expected.txt
blob23f8e770f78e2a52cc5ec1ce6c783743a17bfa67
1 t.style.backgroundPositionX = '5%';
2 PASS: t.style.backgroundPosition should be and is.
3 PASS: t.style.backgroundPositionX should be 5% and is.
4 PASS: t.style.backgroundPositionY should be and is.
5 PASS: t.style.cssText should be background-position-x: 5%; and is.
6 PASS: t.getAttribute('style') should be background-position-x: 5%; and is.
7 t.style.backgroundPositionY = '5%';
8 PASS: t.style.backgroundPosition should be 5% 5% and is.
9 PASS: t.style.backgroundPositionX should be 5% and is.
10 PASS: t.style.backgroundPositionY should be 5% and is.
11 PASS: t.style.cssText should be background-position: 5% 5%; and is.
12 PASS: t.getAttribute('style') should be background-position: 5% 5%; and is.
13 t.style.backgroundPosition = '10% 10%';
14 PASS: t.style.backgroundPosition should be 10% 10% and is.
15 PASS: t.style.backgroundPositionX should be 10% and is.
16 PASS: t.style.backgroundPositionY should be 10% and is.
17 PASS: t.style.cssText should be background-position: 10% 10%; and is.
18 PASS: t.getAttribute('style') should be background-position: 10% 10%; and is.
19 t.style.backgroundPositionX = '20%';
20 PASS: t.style.backgroundPosition should be 20% 10% and is.
21 PASS: t.style.backgroundPositionX should be 20% and is.
22 PASS: t.style.backgroundPositionY should be 10% and is.
23 PASS: t.style.cssText should be background-position: 20% 10%; and is.
24 PASS: t.getAttribute('style') should be background-position: 20% 10%; and is.
25 t.style.backgroundPositionY = '20%';
26 PASS: t.style.backgroundPosition should be 20% 20% and is.
27 PASS: t.style.backgroundPositionX should be 20% and is.
28 PASS: t.style.backgroundPositionY should be 20% and is.
29 PASS: t.style.cssText should be background-position: 20% 20%; and is.
30 PASS: t.getAttribute('style') should be background-position: 20% 20%; and is.
31 t.setAttribute('style', 'background-position: 30% 30%');
32 PASS: t.style.backgroundPosition should be 30% 30% and is.
33 PASS: t.style.backgroundPositionX should be 30% and is.
34 PASS: t.style.backgroundPositionY should be 30% and is.
35 PASS: t.style.cssText should be background-position: 30% 30%; and is.
36 PASS: t.getAttribute('style') should be background-position: 30% 30% and is.
37 t.style.backgroundPositionX = '20%';
38 PASS: t.style.backgroundPosition should be 20% 30% and is.
39 PASS: t.style.backgroundPositionX should be 20% and is.
40 PASS: t.style.backgroundPositionY should be 30% and is.
41 PASS: t.style.cssText should be background-position: 20% 30%; and is.
42 PASS: t.getAttribute('style') should be background-position: 20% 30%; and is.
43 t.style.backgroundPositionY = '20%';
44 PASS: t.style.backgroundPosition should be 20% 20% and is.
45 PASS: t.style.backgroundPositionX should be 20% and is.
46 PASS: t.style.backgroundPositionY should be 20% and is.
47 PASS: t.style.cssText should be background-position: 20% 20%; and is.
48 PASS: t.getAttribute('style') should be background-position: 20% 20%; and is.
49 t.setAttribute('style', 'background-position: 60% 60% !important;');
50 PASS: t.style.backgroundPosition should be 60% 60% and is.
51 PASS: t.style.backgroundPositionX should be 60% and is.
52 PASS: t.style.backgroundPositionY should be 60% and is.
53 PASS: t.style.cssText should be background-position: 60% 60% !important; and is.
54 t.setAttribute('style', 'background-position: 10px 15px, 20px 25px, 30px 35px');
55 PASS: t.style.backgroundPosition should be 10px 15px, 20px 25px, 30px 35px and is.
56 PASS: t.style.backgroundPositionX should be 10px, 20px, 30px and is.
57 PASS: t.style.backgroundPositionY should be 15px, 25px, 35px and is.
58 PASS: t.style.cssText should be background-position: 10px 15px, 20px 25px, 30px 35px; and is.
59 t.setAttribute('style', 'background: url(about:blank) 80% 80%;');
60 t.style.backgroundPositionY = '50px'
61 style.cssText =
62 background: url(about:blank) 80% 50px;