| OLD | NEW |
| 1 Test to make sure background-position is parsed correctly. | 1 Test to make sure background-position is parsed correctly. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 background-position with one value | 6 background-position with one value |
| 7 PASS computedStyle.backgroundPosition is '0% 0%' | 7 PASS computedStyle.backgroundPosition is 'left 0% top 0%' |
| 8 PASS style.backgroundPosition is '70% 50%' | 8 PASS style.backgroundPosition is '70% 50%' |
| 9 PASS computedStyle.backgroundPosition is '70% 50%' | 9 PASS computedStyle.backgroundPosition is 'left 70% top 50%' |
| 10 PASS style.backgroundPosition is '84px 50%' | 10 PASS style.backgroundPosition is '84px 50%' |
| 11 PASS computedStyle.backgroundPosition is '84px 50%' | 11 PASS computedStyle.backgroundPosition is 'left 84px top 50%' |
| 12 PASS style.backgroundPosition is '0% 50%' | 12 PASS style.backgroundPosition is '0% 50%' |
| 13 PASS computedStyle.backgroundPosition is '0% 50%' | 13 PASS computedStyle.backgroundPosition is 'left 0% top 50%' |
| 14 PASS style.backgroundPosition is '100% 50%' | 14 PASS style.backgroundPosition is '100% 50%' |
| 15 PASS computedStyle.backgroundPosition is '100% 50%' | 15 PASS computedStyle.backgroundPosition is 'left 100% top 50%' |
| 16 PASS style.backgroundPosition is '50% 100%' | 16 PASS style.backgroundPosition is '50% 100%' |
| 17 PASS computedStyle.backgroundPosition is '50% 100%' | 17 PASS computedStyle.backgroundPosition is 'left 50% top 100%' |
| 18 PASS style.backgroundPosition is '50% 0%' | 18 PASS style.backgroundPosition is '50% 0%' |
| 19 PASS computedStyle.backgroundPosition is '50% 0%' | 19 PASS computedStyle.backgroundPosition is 'left 50% top 0%' |
| 20 PASS style.backgroundPosition is '50% 50%' | 20 PASS style.backgroundPosition is '50% 50%' |
| 21 PASS computedStyle.backgroundPosition is '50% 50%' | 21 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 22 background-position with two values | 22 background-position with two values |
| 23 PASS style.backgroundPosition is '0% 100%' | 23 PASS style.backgroundPosition is '0% 100%' |
| 24 PASS computedStyle.backgroundPosition is '0% 100%' | 24 PASS computedStyle.backgroundPosition is 'left 0% top 100%' |
| 25 PASS style.backgroundPosition is '0% 100%' | 25 PASS style.backgroundPosition is '0% 100%' |
| 26 PASS computedStyle.backgroundPosition is '0% 100%' | 26 PASS computedStyle.backgroundPosition is 'left 0% top 100%' |
| 27 PASS style.backgroundPosition is '100% 100%' | 27 PASS style.backgroundPosition is '100% 100%' |
| 28 PASS computedStyle.backgroundPosition is '100% 100%' | 28 PASS computedStyle.backgroundPosition is 'left 100% top 100%' |
| 29 PASS style.backgroundPosition is '100% 0%' | 29 PASS style.backgroundPosition is '100% 0%' |
| 30 PASS computedStyle.backgroundPosition is '100% 0%' | 30 PASS computedStyle.backgroundPosition is 'left 100% top 0%' |
| 31 PASS style.backgroundPosition is '54px 100%' | 31 PASS style.backgroundPosition is '54px 100%' |
| 32 PASS computedStyle.backgroundPosition is '54px 100%' | 32 PASS computedStyle.backgroundPosition is 'left 54px top 100%' |
| 33 PASS style.backgroundPosition is '50% 50%' | 33 PASS style.backgroundPosition is '50% 50%' |
| 34 PASS computedStyle.backgroundPosition is '50% 50%' | 34 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 35 PASS style.backgroundPosition is '5% 100%' | 35 PASS style.backgroundPosition is '5% 100%' |
| 36 PASS computedStyle.backgroundPosition is '5% 100%' | 36 PASS computedStyle.backgroundPosition is 'left 5% top 100%' |
| 37 PASS style.backgroundPosition is '30pt -20px' | 37 PASS style.backgroundPosition is '30pt -20px' |
| 38 PASS computedStyle.backgroundPosition is '40px -20px' | 38 PASS computedStyle.backgroundPosition is 'left 40px top -20px' |
| 39 PASS style.backgroundPosition is '100% 50%' | 39 PASS style.backgroundPosition is '100% 50%' |
| 40 PASS computedStyle.backgroundPosition is '100% 50%' | 40 PASS computedStyle.backgroundPosition is 'left 100% top 50%' |
| 41 PASS style.backgroundPosition is '100% 0px' | 41 PASS style.backgroundPosition is '100% 0px' |
| 42 PASS computedStyle.backgroundPosition is '100% 0px' | 42 PASS computedStyle.backgroundPosition is 'left 100% top 0px' |
| 43 PASS style.backgroundPosition is '100% 50%' | 43 PASS style.backgroundPosition is '100% 50%' |
| 44 PASS computedStyle.backgroundPosition is '100% 50%' | 44 PASS computedStyle.backgroundPosition is 'left 100% top 50%' |
| 45 PASS style.backgroundPosition is '50% 50%' | 45 PASS style.backgroundPosition is '50% 50%' |
| 46 PASS computedStyle.backgroundPosition is '50% 50%' | 46 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 47 PASS style.backgroundPosition is '0% 50%' | 47 PASS style.backgroundPosition is '0% 50%' |
| 48 PASS computedStyle.backgroundPosition is '0% 50%' | 48 PASS computedStyle.backgroundPosition is 'left 0% top 50%' |
| 49 PASS style.backgroundPosition is '-20% 50%' | 49 PASS style.backgroundPosition is '-20% 50%' |
| 50 PASS computedStyle.backgroundPosition is '-20% 50%' | 50 PASS computedStyle.backgroundPosition is 'left -20% top 50%' |
| 51 PASS style.backgroundPosition is '100% 0%' | 51 PASS style.backgroundPosition is '100% 0%' |
| 52 PASS computedStyle.backgroundPosition is '100% 0%' | 52 PASS computedStyle.backgroundPosition is 'left 100% top 0%' |
| 53 PASS style.backgroundPosition is '50% 50%' | 53 PASS style.backgroundPosition is '50% 50%' |
| 54 PASS computedStyle.backgroundPosition is '50% 50%' | 54 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 55 background-position invalid with one or two values, no change expected | 55 background-position invalid with one or two values, no change expected |
| 56 PASS style.backgroundPosition is '50% 50%' | 56 PASS style.backgroundPosition is '50% 50%' |
| 57 PASS computedStyle.backgroundPosition is '50% 50%' | 57 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 58 PASS style.backgroundPosition is '50% 50%' | 58 PASS style.backgroundPosition is '50% 50%' |
| 59 PASS computedStyle.backgroundPosition is '50% 50%' | 59 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 60 PASS style.backgroundPosition is '50% 50%' | 60 PASS style.backgroundPosition is '50% 50%' |
| 61 PASS computedStyle.backgroundPosition is '50% 50%' | 61 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 62 PASS style.backgroundPosition is '50% 50%' | 62 PASS style.backgroundPosition is '50% 50%' |
| 63 PASS computedStyle.backgroundPosition is '50% 50%' | 63 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 64 PASS style.backgroundPosition is '50% 50%' | 64 PASS style.backgroundPosition is '50% 50%' |
| 65 PASS computedStyle.backgroundPosition is '50% 50%' | 65 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 66 PASS style.backgroundPosition is '50% 50%' | 66 PASS style.backgroundPosition is '50% 50%' |
| 67 PASS computedStyle.backgroundPosition is '50% 50%' | 67 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 68 PASS style.backgroundPosition is '50% 50%' | 68 PASS style.backgroundPosition is '50% 50%' |
| 69 PASS computedStyle.backgroundPosition is '50% 50%' | 69 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 70 PASS style.backgroundPosition is '50% 50%' | 70 PASS style.backgroundPosition is '50% 50%' |
| 71 PASS computedStyle.backgroundPosition is '50% 50%' | 71 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 72 PASS style.backgroundPosition is '50% 50%' | 72 PASS style.backgroundPosition is '50% 50%' |
| 73 PASS computedStyle.backgroundPosition is '50% 50%' | 73 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 74 PASS style.backgroundPosition is '50% 50%' | 74 PASS style.backgroundPosition is '50% 50%' |
| 75 PASS computedStyle.backgroundPosition is '50% 50%' | 75 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 76 PASS style.backgroundPosition is '50% 50%' | 76 PASS style.backgroundPosition is '50% 50%' |
| 77 PASS computedStyle.backgroundPosition is '50% 50%' | 77 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 78 PASS style.backgroundPosition is '50% 50%' | 78 PASS style.backgroundPosition is '50% 50%' |
| 79 PASS computedStyle.backgroundPosition is '50% 50%' | 79 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 80 PASS style.backgroundPosition is '50% 50%' | 80 PASS style.backgroundPosition is '50% 50%' |
| 81 PASS computedStyle.backgroundPosition is '50% 50%' | 81 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 82 PASS style.backgroundPosition is '50% 50%' | 82 PASS style.backgroundPosition is '50% 50%' |
| 83 PASS computedStyle.backgroundPosition is '50% 50%' | 83 PASS computedStyle.backgroundPosition is 'left 50% top 50%' |
| 84 PASS style.backgroundPosition is '1px 1px' | 84 PASS style.backgroundPosition is '1px 1px' |
| 85 PASS computedStyle.backgroundPosition is '1px 1px' | 85 PASS computedStyle.backgroundPosition is 'left 1px top 1px' |
| 86 background-position with CSS3 comma separator, one or two values | 86 background-position with CSS3 comma separator, one or two values |
| 87 PASS style.backgroundPosition is '50% 50%, 100% 50%' | 87 PASS style.backgroundPosition is '50% 50%, 100% 50%' |
| 88 PASS computedStyle.backgroundPosition is '50% 50%, 100% 50%' | 88 PASS computedStyle.backgroundPosition is 'left 50% top 50%, left 100% top 50%' |
| 89 PASS style.backgroundPosition is '50% 0%, 50% 100%' | 89 PASS style.backgroundPosition is '50% 0%, 50% 100%' |
| 90 PASS computedStyle.backgroundPosition is '50% 0%, 50% 100%' | 90 PASS computedStyle.backgroundPosition is 'left 50% top 0%, left 50% top 100%' |
| 91 PASS style.backgroundPosition is '100% 50%, 5px 100%' | 91 PASS style.backgroundPosition is '100% 50%, 5px 100%' |
| 92 PASS computedStyle.backgroundPosition is '100% 50%, 5px 100%' | 92 PASS computedStyle.backgroundPosition is 'left 100% top 50%, left 5px top 100%' |
| 93 PASS style.backgroundPosition is '0% 0%, 100% 100%' | 93 PASS style.backgroundPosition is '0% 0%, 100% 100%' |
| 94 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%' | 94 PASS computedStyle.backgroundPosition is 'left 0% top 0%, left 100% top 100%' |
| 95 background-position with CSS3 comma separator, with invalid one or two values, n
o change expected | 95 background-position with CSS3 comma separator, with invalid one or two values, n
o change expected |
| 96 PASS style.backgroundPosition is '0% 0%, 100% 100%' | 96 PASS style.backgroundPosition is '0% 0%, 100% 100%' |
| 97 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%' | 97 PASS computedStyle.backgroundPosition is 'left 0% top 0%, left 100% top 100%' |
| 98 PASS style.backgroundPosition is '0% 0%, 100% 100%' | 98 PASS style.backgroundPosition is '0% 0%, 100% 100%' |
| 99 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%' | 99 PASS computedStyle.backgroundPosition is 'left 0% top 0%, left 100% top 100%' |
| 100 PASS style.backgroundPosition is '0% 0%, 100% 100%' | 100 PASS style.backgroundPosition is '0% 0%, 100% 100%' |
| 101 PASS computedStyle.backgroundPosition is '0% 0%, 100% 100%' | 101 PASS computedStyle.backgroundPosition is 'left 0% top 0%, left 100% top 100%' |
| 102 background-position with CSS3 four values | 102 background-position with CSS3 four values |
| 103 PASS style.backgroundPosition is 'left 10px top 15px' | 103 PASS style.backgroundPosition is 'left 10px top 15px' |
| 104 PASS computedStyle.backgroundPosition is 'left 10px top 15px' | 104 PASS computedStyle.backgroundPosition is 'left 10px top 15px' |
| 105 PASS style.backgroundPosition is 'left 10% top 30%' | 105 PASS style.backgroundPosition is 'left 10% top 30%' |
| 106 PASS computedStyle.backgroundPosition is 'left 10% top 30%' | 106 PASS computedStyle.backgroundPosition is 'left 10% top 30%' |
| 107 PASS style.backgroundPosition is 'left 30% top 10%' | 107 PASS style.backgroundPosition is 'left 30% top 10%' |
| 108 PASS computedStyle.backgroundPosition is 'left 30% top 10%' | 108 PASS computedStyle.backgroundPosition is 'left 30% top 10%' |
| 109 PASS style.backgroundPosition is 'right 0% top 15px' | 109 PASS style.backgroundPosition is 'right 0% top 15px' |
| 110 PASS computedStyle.backgroundPosition is 'right 0% top 15px' | 110 PASS computedStyle.backgroundPosition is 'right 0% top 15px' |
| 111 PASS style.backgroundPosition is 'left 10px top 50%' | 111 PASS style.backgroundPosition is 'left 10px top 50%' |
| 112 PASS computedStyle.backgroundPosition is 'left 10px top 50%' | 112 PASS computedStyle.backgroundPosition is 'left 10px top 50%' |
| 113 PASS style.backgroundPosition is 'left 50% top 20px' | 113 PASS style.backgroundPosition is 'left 50% top 20px' |
| 114 PASS computedStyle.backgroundPosition is 'left 50% top 20px' | 114 PASS computedStyle.backgroundPosition is 'left 50% top 20px' |
| 115 PASS style.backgroundPosition is 'left 50% top 20px' | 115 PASS style.backgroundPosition is 'left 50% top 20px' |
| 116 PASS computedStyle.backgroundPosition is 'left 50% top 20px' | 116 PASS computedStyle.backgroundPosition is 'left 50% top 20px' |
| 117 PASS style.backgroundPosition is 'left 30px top 50%' | 117 PASS style.backgroundPosition is 'left 30px top 50%' |
| 118 PASS computedStyle.backgroundPosition is 'left 30px top 50%' | 118 PASS computedStyle.backgroundPosition is 'left 30px top 50%' |
| 119 PASS style.backgroundPosition is '' | 119 PASS style.backgroundPosition is '' |
| 120 PASS computedStyle.backgroundPosition is '0% 0%' | 120 PASS computedStyle.backgroundPosition is 'left 0% top 0%' |
| 121 PASS style.backgroundPosition is 'left 20% top 0%' | 121 PASS style.backgroundPosition is 'left 20% top 0%' |
| 122 PASS computedStyle.backgroundPosition is 'left 20% top 0%' | 122 PASS computedStyle.backgroundPosition is 'left 20% top 0%' |
| 123 background-position with CSS3 invalid four values, no change expected | 123 background-position with CSS3 invalid four values, no change expected |
| 124 PASS style.backgroundPosition is 'left 20% top 0%' | 124 PASS style.backgroundPosition is 'left 20% top 0%' |
| 125 PASS computedStyle.backgroundPosition is 'left 20% top 0%' | 125 PASS computedStyle.backgroundPosition is 'left 20% top 0%' |
| 126 PASS style.backgroundPosition is 'left 20% top 0%' | 126 PASS style.backgroundPosition is 'left 20% top 0%' |
| 127 PASS computedStyle.backgroundPosition is 'left 20% top 0%' | 127 PASS computedStyle.backgroundPosition is 'left 20% top 0%' |
| 128 PASS style.backgroundPosition is 'left 20% top 0%' | 128 PASS style.backgroundPosition is 'left 20% top 0%' |
| 129 PASS computedStyle.backgroundPosition is 'left 20% top 0%' | 129 PASS computedStyle.backgroundPosition is 'left 20% top 0%' |
| 130 PASS style.backgroundPosition is 'left 20% top 0%' | 130 PASS style.backgroundPosition is 'left 20% top 0%' |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 PASS style.backgroundPosition is 'left 20% top 0%' | 174 PASS style.backgroundPosition is 'left 20% top 0%' |
| 175 PASS computedStyle.backgroundPosition is 'left 20% top 0%' | 175 PASS computedStyle.backgroundPosition is 'left 20% top 0%' |
| 176 PASS style.backgroundPosition is 'left 20% top 0%' | 176 PASS style.backgroundPosition is 'left 20% top 0%' |
| 177 PASS computedStyle.backgroundPosition is 'left 20% top 0%' | 177 PASS computedStyle.backgroundPosition is 'left 20% top 0%' |
| 178 PASS style.backgroundPosition is 'left 20% top 0%' | 178 PASS style.backgroundPosition is 'left 20% top 0%' |
| 179 PASS computedStyle.backgroundPosition is 'left 20% top 0%' | 179 PASS computedStyle.backgroundPosition is 'left 20% top 0%' |
| 180 PASS style.backgroundPosition is 'left 20% top 0%' | 180 PASS style.backgroundPosition is 'left 20% top 0%' |
| 181 PASS computedStyle.backgroundPosition is 'left 20% top 0%' | 181 PASS computedStyle.backgroundPosition is 'left 20% top 0%' |
| 182 background-position with CSS3 four values and comma | 182 background-position with CSS3 four values and comma |
| 183 PASS style.backgroundPosition is '50% 50%, left 0% bottom 20px' | 183 PASS style.backgroundPosition is '50% 50%, left 0% bottom 20px' |
| 184 PASS computedStyle.backgroundPosition is '50% 50%, left 0% bottom 20px' | 184 PASS computedStyle.backgroundPosition is 'left 50% top 50%, left 0% bottom 20px' |
| 185 PASS style.backgroundPosition is 'right 20px bottom 20px, 0% 50%' | 185 PASS style.backgroundPosition is 'right 20px bottom 20px, 0% 50%' |
| 186 PASS computedStyle.backgroundPosition is 'right 20px bottom 20px, 0% 50%' | 186 PASS computedStyle.backgroundPosition is 'right 20px bottom 20px, left 0% top 50
%' |
| 187 PASS style.backgroundPosition is 'left 10px top 15px, right 20% bottom 20px' | 187 PASS style.backgroundPosition is 'left 10px top 15px, right 20% bottom 20px' |
| 188 PASS computedStyle.backgroundPosition is 'left 10px top 15px, right 20% bottom 2
0px' | 188 PASS computedStyle.backgroundPosition is 'left 10px top 15px, right 20% bottom 2
0px' |
| 189 PASS style.backgroundPosition is 'left 10% top 0%, right 0% top 0px' | 189 PASS style.backgroundPosition is 'left 10% top 0%, right 0% top 0px' |
| 190 PASS computedStyle.backgroundPosition is 'left 10% top 0%, right 0% top 0px' | 190 PASS computedStyle.backgroundPosition is 'left 10% top 0%, right 0% top 0px' |
| 191 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' | 191 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' |
| 192 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0
%' | 192 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0
%' |
| 193 background-position with invalid CSS3 four values and comma, no change expected | 193 background-position with invalid CSS3 four values and comma, no change expected |
| 194 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' | 194 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' |
| 195 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0
%' | 195 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0
%' |
| 196 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' | 196 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' |
| 197 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0
%' | 197 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0
%' |
| 198 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' | 198 PASS style.backgroundPosition is 'right 0% top 15px, right 20px bottom 0%' |
| 199 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0
%' | 199 PASS computedStyle.backgroundPosition is 'right 0% top 15px, right 20px bottom 0
%' |
| 200 background-position inside the background shorthand | 200 background-position inside the background shorthand |
| 201 PASS style.background is 'left 30% top 10% / 10em round fixed border-box border-
box gray' | 201 PASS style.background is 'left 30% top 10% / 10em round fixed border-box border-
box gray' |
| 202 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed left 30% t
op 10% / 160px border-box border-box' | 202 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed left 30% t
op 10% / 160px border-box border-box' |
| 203 PASS style.background is 'right 0% top 15px / 10em round fixed border-box border
-box gray' | 203 PASS style.background is 'right 0% top 15px / 10em round fixed border-box border
-box gray' |
| 204 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed right 0% t
op 15px / 160px border-box border-box' | 204 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed right 0% t
op 15px / 160px border-box border-box' |
| 205 PASS style.background is 'left 10px top 50% / 10em round fixed border-box border
-box gray' | 205 PASS style.background is 'left 10px top 50% / 10em round fixed border-box border
-box gray' |
| 206 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed left 10px
top 50% / 160px border-box border-box' | 206 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed left 10px
top 50% / 160px border-box border-box' |
| 207 PASS style.background is 'left 10px top 50% round fixed border-box border-box' | 207 PASS style.background is 'left 10px top 50% round fixed border-box border-box' |
| 208 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 10px to
p 50% / auto border-box border-box' | 208 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 10px to
p 50% / auto border-box border-box' |
| 209 PASS style.background is 'left 50% top 20px round fixed border-box border-box' | 209 PASS style.background is 'left 50% top 20px round fixed border-box border-box' |
| 210 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 50% top
20px / auto border-box border-box' | 210 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 50% top
20px / auto border-box border-box' |
| 211 PASS style.background is 'left 50% top 20px round fixed border-box border-box' | 211 PASS style.background is 'left 50% top 20px round fixed border-box border-box' |
| 212 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 50% top
20px / auto border-box border-box' | 212 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 50% top
20px / auto border-box border-box' |
| 213 PASS style.background is '50% 0% round fixed border-box border-box' | 213 PASS style.background is '50% 0% round fixed border-box border-box' |
| 214 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed 50% 0% / aut
o border-box border-box' | 214 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 50% top
0% / auto border-box border-box' |
| 215 PASS style.background is '50px 60px / 50px round fixed border-box border-box' | 215 PASS style.background is '50px 60px / 50px round fixed border-box border-box' |
| 216 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed 50px 60px /
50px border-box border-box' | 216 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 50px to
p 60px / 50px border-box border-box' |
| 217 PASS style.background is '50px 50% / 50px round fixed border-box border-box' | 217 PASS style.background is '50px 50% / 50px round fixed border-box border-box' |
| 218 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed 50px 50% / 5
0px border-box border-box' | 218 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 50px to
p 50% / 50px border-box border-box' |
| 219 PASS style.background is 'left 0% top 60px / 50px round fixed border-box border-
box' | 219 PASS style.background is 'left 0% top 60px / 50px round fixed border-box border-
box' |
| 220 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 0% top
60px / 50px border-box border-box' | 220 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 0% top
60px / 50px border-box border-box' |
| 221 PASS style.background is 'left -20px top 60px / 50px round fixed border-box bord
er-box' | 221 PASS style.background is 'left -20px top 60px / 50px round fixed border-box bord
er-box' |
| 222 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left -20px t
op 60px / 50px border-box border-box' | 222 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left -20px t
op 60px / 50px border-box border-box' |
| 223 PASS style.background is 'left 20px top 0% / 50px round fixed border-box border-
box' | 223 PASS style.background is 'left 20px top 0% / 50px round fixed border-box border-
box' |
| 224 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 20px to
p 0% / 50px border-box border-box' | 224 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 20px to
p 0% / 50px border-box border-box' |
| 225 PASS style.background is 'left 20px top 0% / 50px round fixed border-box border-
box' | 225 PASS style.background is 'left 20px top 0% / 50px round fixed border-box border-
box' |
| 226 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 20px to
p 0% / 50px border-box border-box' | 226 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 20px to
p 0% / 50px border-box border-box' |
| 227 PASS style.background is 'left 20px top 40px / 50px round fixed border-box borde
r-box' | 227 PASS style.background is 'left 20px top 40px / 50px round fixed border-box borde
r-box' |
| 228 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 20px to
p 40px / 50px border-box border-box' | 228 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 20px to
p 40px / 50px border-box border-box' |
| 229 PASS style.background is 'left 20px top 40px round fixed border-box border-box' | 229 PASS style.background is 'left 20px top 40px round fixed border-box border-box' |
| 230 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 20px to
p 40px / auto border-box border-box' | 230 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none round fixed left 20px to
p 40px / auto border-box border-box' |
| 231 PASS style.background is 'left 30% top 10% round fixed border-box border-box gra
y' | 231 PASS style.background is 'left 30% top 10% round fixed border-box border-box gra
y' |
| 232 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed left 30% t
op 10% / auto border-box border-box' | 232 PASS computedStyle.background is 'rgb(128, 128, 128) none round fixed left 30% t
op 10% / auto border-box border-box' |
| 233 background-position inside the background shorthand, some invalid cases, no chan
ges expected | 233 background-position inside the background shorthand, some invalid cases, no chan
ges expected |
| 234 PASS style.background is '' | 234 PASS style.background is '' |
| 235 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 235 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 236 PASS style.background is '' | 236 PASS style.background is '' |
| 237 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 237 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 238 PASS style.background is '' | 238 PASS style.background is '' |
| 239 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 239 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 240 PASS style.background is '' | 240 PASS style.background is '' |
| 241 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 241 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 242 PASS style.background is '' | 242 PASS style.background is '' |
| 243 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 243 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 244 PASS style.background is '' | 244 PASS style.background is '' |
| 245 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 245 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 246 PASS style.background is '' | 246 PASS style.background is '' |
| 247 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 247 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 248 PASS style.background is '' | 248 PASS style.background is '' |
| 249 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 249 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 250 PASS style.background is '' | 250 PASS style.background is '' |
| 251 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 251 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 252 PASS style.background is '' | 252 PASS style.background is '' |
| 253 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 253 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 254 PASS style.background is '' | 254 PASS style.background is '' |
| 255 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 255 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 256 PASS style.background is '' | 256 PASS style.background is '' |
| 257 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 257 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 258 PASS style.background is '' | 258 PASS style.background is '' |
| 259 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 259 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 260 PASS style.background is '' | 260 PASS style.background is '' |
| 261 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll 0% 0% / au
to padding-box border-box' | 261 PASS computedStyle.background is 'rgba(0, 0, 0, 0) none repeat scroll left 0% to
p 0% / auto padding-box border-box' |
| 262 PASS successfullyParsed is true | 262 PASS successfullyParsed is true |
| 263 | 263 |
| 264 TEST COMPLETE | 264 TEST COMPLETE |
| 265 | 265 |
| OLD | NEW |