1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315
|
[animation-range-shorthand.html]
[e.style['animation-range'\] = "cover" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "contain" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "exit" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "exit 0% exit 100%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "cover 0% cover 100%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "contain 0% contain 100%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "cover 50%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "contain 50%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "exit 50%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "exit calc(10% + 50px)" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "cover" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "cover" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "cover" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "contain" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "contain" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "contain" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "entry" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "entry-crossing" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "exit-crossing" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "entry, exit" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "entry 0% entry 100%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "entry-crossing 0% entry-crossing 100%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "exit-crossing 0% exit-crossing 100%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "entry calc(10% - 10%) entry calc(50% + 50%)" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "entry 50%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "entry-crossing 50%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "exit-crossing 50%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "entry 50px exit 100px" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "entry 50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "cover 50% entry 50%, contain 50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "entry 10% exit 20%" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "entry 10% exit 20%" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "entry 10% exit 20%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "entry calc(10% + 10px) exit 20px" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "entry calc(10% + 10px) exit 20px" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "entry calc(10% + 10px) exit 20px" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "entry, exit" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "entry, exit" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "entry, exit" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "entry 0%, exit" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "entry 0%, exit" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "entry 0%, exit" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "normal" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "normal normal" should set the property value]
expected: FAIL
[Property animation-range value 'normal']
expected: FAIL
[Property animation-range value 'normal normal']
expected: FAIL
[Property animation-range value 'cover']
expected: FAIL
[Property animation-range value 'contain']
expected: FAIL
[Property animation-range value 'entry']
expected: FAIL
[Property animation-range value 'entry-crossing']
expected: FAIL
[Property animation-range value 'exit']
expected: FAIL
[Property animation-range value 'exit-crossing']
expected: FAIL
[Property animation-range value 'entry, exit']
expected: FAIL
[Property animation-range value 'entry 0% entry 100%']
expected: FAIL
[Property animation-range value 'entry-crossing 0% entry-crossing 100%']
expected: FAIL
[Property animation-range value 'exit 0% exit 100%']
expected: FAIL
[Property animation-range value 'exit-crossing 0% exit-crossing 100%']
expected: FAIL
[Property animation-range value 'cover 0% cover 100%']
expected: FAIL
[Property animation-range value 'contain 0% contain 100%']
expected: FAIL
[Property animation-range value 'entry calc(10% - 10%) entry calc(50% + 50%)']
expected: FAIL
[Property animation-range value 'cover 50%']
expected: FAIL
[Property animation-range value 'contain 50%']
expected: FAIL
[Property animation-range value 'entry 50%']
expected: FAIL
[Property animation-range value 'entry-crossing 50%']
expected: FAIL
[Property animation-range value 'exit 50%']
expected: FAIL
[Property animation-range value 'exit-crossing 50%']
expected: FAIL
[Property animation-range value 'entry 50px exit 100px']
expected: FAIL
[Property animation-range value 'exit calc(10% + 50px)']
expected: FAIL
[Property animation-range value 'entry 50% exit 50%']
expected: FAIL
[Property animation-range value 'cover 50% entry 50%, contain 50% exit 50%']
expected: FAIL
[Property animation-range value 'entry 10em exit 20em']
expected: FAIL
[e.style['animation-range'\] = "normal" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "normal" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "normal" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "normal normal" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "normal normal" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "normal normal" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "normal entry 100%" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "normal entry 100%" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "normal entry 100%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "normal entry 10%" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "normal entry 10%" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "normal entry 10%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "contain 100% contain 0%" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "contain 100% contain 0%" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "contain 100% contain 0%" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "exit calc(10% + 50px)" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "exit calc(10% + 50px)" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "exit calc(10% + 50px)" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "50% exit 50%" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "normal 100px" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "100px" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "100px normal" should set the property value]
expected: FAIL
[e.style['animation-range'\] = "10% normal" should set the property value]
expected: FAIL
[Property animation-range value '10em exit 20em']
expected: FAIL
[Property animation-range value 'normal 100px']
expected: FAIL
[Property animation-range value '100px']
expected: FAIL
[Property animation-range value '100px normal']
expected: FAIL
[Property animation-range value '10% normal']
expected: FAIL
[e.style['animation-range'\] = "100px" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "100px" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "100px" should not set unrelated longhands]
expected: FAIL
[e.style['animation-range'\] = "10%" should set animation-range-end]
expected: FAIL
[e.style['animation-range'\] = "10%" should set animation-range-start]
expected: FAIL
[e.style['animation-range'\] = "10%" should not set unrelated longhands]
expected: FAIL
|