| OLD | NEW | 
|---|
| (Empty) |  | 
|  | 1 Test the parsing and the computed style values of the animations properties. | 
|  | 2 | 
|  | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
     ". | 
|  | 4 | 
|  | 5 | 
|  | 6 Valid animation-name values. | 
|  | 7 PASS computedStyle.animationName is 'none' | 
|  | 8 PASS computedStyle.webkitAnimationName is 'none' | 
|  | 9 PASS Object.keys(style).indexOf('animationName') is not -1 | 
|  | 10 PASS Object.keys(style).indexOf('webkitAnimationName') is not -1 | 
|  | 11 PASS style.animationName is 'none' | 
|  | 12 PASS computedStyle.animationName is 'none' | 
|  | 13 PASS style.webkitAnimationName is 'none' | 
|  | 14 PASS computedStyle.webkitAnimationName is 'none' | 
|  | 15 PASS style.animationName is 'none, none' | 
|  | 16 PASS computedStyle.animationName is 'none' | 
|  | 17 PASS style.webkitAnimationName is 'none, none' | 
|  | 18 PASS computedStyle.webkitAnimationName is 'none' | 
|  | 19 PASS style.animationName is 'myAnim' | 
|  | 20 PASS computedStyle.animationName is 'myAnim' | 
|  | 21 PASS style.webkitAnimationName is 'myAnim' | 
|  | 22 PASS computedStyle.webkitAnimationName is 'myAnim' | 
|  | 23 PASS style.animationName is 'background-position, font-size' | 
|  | 24 PASS computedStyle.animationName is 'background-position, font-size' | 
|  | 25 PASS style.webkitAnimationName is 'background-position, font-size' | 
|  | 26 PASS computedStyle.webkitAnimationName is 'background-position, font-size' | 
|  | 27 PASS style.animationName is 'background-position, font-size, color' | 
|  | 28 PASS computedStyle.animationName is 'background-position, font-size, color' | 
|  | 29 PASS style.webkitAnimationName is 'background-position, font-size, color' | 
|  | 30 PASS computedStyle.webkitAnimationName is 'background-position, font-size, color
     ' | 
|  | 31 PASS style.animationName is 'all, font-size, color' | 
|  | 32 PASS computedStyle.animationName is 'all, font-size, color' | 
|  | 33 PASS style.webkitAnimationName is 'all, font-size, color' | 
|  | 34 PASS computedStyle.webkitAnimationName is 'all, font-size, color' | 
|  | 35 PASS style.animationName is 'inherit' | 
|  | 36 PASS computedStyle.animationName is 'none' | 
|  | 37 PASS style.webkitAnimationName is 'inherit' | 
|  | 38 PASS computedStyle.webkitAnimationName is 'none' | 
|  | 39 PASS style.animationName is 'initial' | 
|  | 40 PASS computedStyle.animationName is 'none' | 
|  | 41 PASS style.webkitAnimationName is 'initial' | 
|  | 42 PASS computedStyle.webkitAnimationName is 'none' | 
|  | 43 Invalid animation-name values. | 
|  | 44 PASS style.animationName is '' | 
|  | 45 PASS computedStyle.animationName is 'none' | 
|  | 46 PASS style.webkitAnimationName is '' | 
|  | 47 PASS computedStyle.webkitAnimationName is 'none' | 
|  | 48 PASS style.animationName is '' | 
|  | 49 PASS computedStyle.animationName is 'none' | 
|  | 50 PASS style.webkitAnimationName is '' | 
|  | 51 PASS computedStyle.webkitAnimationName is 'none' | 
|  | 52 PASS style.animationName is '' | 
|  | 53 PASS computedStyle.animationName is 'none' | 
|  | 54 PASS style.webkitAnimationName is '' | 
|  | 55 PASS computedStyle.webkitAnimationName is 'none' | 
|  | 56 Valid animation-duration values. | 
|  | 57 PASS computedStyle.animationDuration is '0s' | 
|  | 58 PASS computedStyle.webkitAnimationDuration is '0s' | 
|  | 59 PASS Object.keys(style).indexOf('animationDuration') is not -1 | 
|  | 60 PASS Object.keys(style).indexOf('webkitAnimationDuration') is not -1 | 
|  | 61 PASS style.animationDuration is '0s' | 
|  | 62 PASS computedStyle.animationDuration is '0s' | 
|  | 63 PASS style.webkitAnimationDuration is '0s' | 
|  | 64 PASS computedStyle.webkitAnimationDuration is '0s' | 
|  | 65 PASS style.animationDuration is '5s' | 
|  | 66 PASS computedStyle.animationDuration is '5s' | 
|  | 67 PASS style.webkitAnimationDuration is '5s' | 
|  | 68 PASS computedStyle.webkitAnimationDuration is '5s' | 
|  | 69 PASS style.animationDuration is '10ms' | 
|  | 70 PASS computedStyle.animationDuration is '0.01s' | 
|  | 71 PASS style.webkitAnimationDuration is '10ms' | 
|  | 72 PASS computedStyle.webkitAnimationDuration is '0.01s' | 
|  | 73 PASS style.animationDuration is '10ms, 20s' | 
|  | 74 PASS computedStyle.animationDuration is '0.01s, 20s' | 
|  | 75 PASS style.webkitAnimationDuration is '10ms, 20s' | 
|  | 76 PASS computedStyle.webkitAnimationDuration is '0.01s, 20s' | 
|  | 77 Invalid animation-duration values. | 
|  | 78 PASS style.animationDuration is '' | 
|  | 79 PASS computedStyle.animationDuration is '0s' | 
|  | 80 PASS style.webkitAnimationDuration is '' | 
|  | 81 PASS computedStyle.webkitAnimationDuration is '0s' | 
|  | 82 PASS style.animationDuration is '' | 
|  | 83 PASS computedStyle.animationDuration is '0s' | 
|  | 84 PASS style.webkitAnimationDuration is '' | 
|  | 85 PASS computedStyle.webkitAnimationDuration is '0s' | 
|  | 86 PASS style.animationDuration is '' | 
|  | 87 PASS computedStyle.animationDuration is '0s' | 
|  | 88 PASS style.webkitAnimationDuration is '' | 
|  | 89 PASS computedStyle.webkitAnimationDuration is '0s' | 
|  | 90 PASS style.animationDuration is '' | 
|  | 91 PASS computedStyle.animationDuration is '0s' | 
|  | 92 PASS style.webkitAnimationDuration is '' | 
|  | 93 PASS computedStyle.webkitAnimationDuration is '0s' | 
|  | 94 PASS style.animationDuration is '' | 
|  | 95 PASS computedStyle.animationDuration is '0s' | 
|  | 96 PASS style.webkitAnimationDuration is '' | 
|  | 97 PASS computedStyle.webkitAnimationDuration is '0s' | 
|  | 98 PASS style.animationDuration is '' | 
|  | 99 PASS computedStyle.animationDuration is '0s' | 
|  | 100 PASS style.webkitAnimationDuration is '' | 
|  | 101 PASS computedStyle.webkitAnimationDuration is '0s' | 
|  | 102 PASS style.animationDuration is '' | 
|  | 103 PASS computedStyle.animationDuration is '0s' | 
|  | 104 PASS style.webkitAnimationDuration is '' | 
|  | 105 PASS computedStyle.webkitAnimationDuration is '0s' | 
|  | 106 Valid animation-timing-function values. | 
|  | 107 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 108 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 109 PASS Object.keys(style).indexOf('animationTimingFunction') is not -1 | 
|  | 110 PASS Object.keys(style).indexOf('webkitAnimationTimingFunction') is not -1 | 
|  | 111 PASS style.animationTimingFunction is 'linear' | 
|  | 112 PASS computedStyle.animationTimingFunction is 'linear' | 
|  | 113 PASS style.webkitAnimationTimingFunction is 'linear' | 
|  | 114 PASS computedStyle.webkitAnimationTimingFunction is 'linear' | 
|  | 115 PASS style.animationTimingFunction is 'ease' | 
|  | 116 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 117 PASS style.webkitAnimationTimingFunction is 'ease' | 
|  | 118 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 119 PASS style.animationTimingFunction is 'ease-in' | 
|  | 120 PASS computedStyle.animationTimingFunction is 'ease-in' | 
|  | 121 PASS style.webkitAnimationTimingFunction is 'ease-in' | 
|  | 122 PASS computedStyle.webkitAnimationTimingFunction is 'ease-in' | 
|  | 123 PASS style.animationTimingFunction is 'ease-out' | 
|  | 124 PASS computedStyle.animationTimingFunction is 'ease-out' | 
|  | 125 PASS style.webkitAnimationTimingFunction is 'ease-out' | 
|  | 126 PASS computedStyle.webkitAnimationTimingFunction is 'ease-out' | 
|  | 127 PASS style.animationTimingFunction is 'ease-in-out' | 
|  | 128 PASS computedStyle.animationTimingFunction is 'ease-in-out' | 
|  | 129 PASS style.webkitAnimationTimingFunction is 'ease-in-out' | 
|  | 130 PASS computedStyle.webkitAnimationTimingFunction is 'ease-in-out' | 
|  | 131 PASS style.animationTimingFunction is 'cubic-bezier(0.25, 0.1, 0.25, 1)' | 
|  | 132 PASS computedStyle.animationTimingFunction is 'cubic-bezier(0.25, 0.1, 0.25, 1)' | 
|  | 133 PASS style.webkitAnimationTimingFunction is 'cubic-bezier(0.25, 0.1, 0.25, 1)' | 
|  | 134 PASS computedStyle.webkitAnimationTimingFunction is 'cubic-bezier(0.25, 0.1, 0.2
     5, 1)' | 
|  | 135 PASS style.animationTimingFunction is 'cubic-bezier(0.1, 0, 0.23, 0.4)' | 
|  | 136 PASS computedStyle.animationTimingFunction is 'cubic-bezier(0.1, 0, 0.23, 0.4)' | 
|  | 137 PASS style.webkitAnimationTimingFunction is 'cubic-bezier(0.1, 0, 0.23, 0.4)' | 
|  | 138 PASS computedStyle.webkitAnimationTimingFunction is 'cubic-bezier(0.1, 0, 0.23, 
     0.4)' | 
|  | 139 PASS style.animationTimingFunction is 'cubic-bezier(0.1, 0, 0.23, 3)' | 
|  | 140 PASS computedStyle.animationTimingFunction is 'cubic-bezier(0.1, 0, 0.23, 3)' | 
|  | 141 PASS style.webkitAnimationTimingFunction is 'cubic-bezier(0.1, 0, 0.23, 3)' | 
|  | 142 PASS computedStyle.webkitAnimationTimingFunction is 'cubic-bezier(0.1, 0, 0.23, 
     3)' | 
|  | 143 PASS style.animationTimingFunction is 'cubic-bezier(0.1, 5, 0.23, 3)' | 
|  | 144 PASS computedStyle.animationTimingFunction is 'cubic-bezier(0.1, 5, 0.23, 3)' | 
|  | 145 PASS style.webkitAnimationTimingFunction is 'cubic-bezier(0.1, 5, 0.23, 3)' | 
|  | 146 PASS computedStyle.webkitAnimationTimingFunction is 'cubic-bezier(0.1, 5, 0.23, 
     3)' | 
|  | 147 PASS style.animationTimingFunction is 'cubic-bezier(0.1, 5, 0.23, 0)' | 
|  | 148 PASS computedStyle.animationTimingFunction is 'cubic-bezier(0.1, 5, 0.23, 0)' | 
|  | 149 PASS style.webkitAnimationTimingFunction is 'cubic-bezier(0.1, 5, 0.23, 0)' | 
|  | 150 PASS computedStyle.webkitAnimationTimingFunction is 'cubic-bezier(0.1, 5, 0.23, 
     0)' | 
|  | 151 PASS style.animationTimingFunction is 'cubic-bezier(0.2, 2, 0.2, -0.4)' | 
|  | 152 PASS computedStyle.animationTimingFunction is 'cubic-bezier(0.2, 2, 0.2, -0.4)' | 
|  | 153 PASS style.webkitAnimationTimingFunction is 'cubic-bezier(0.2, 2, 0.2, -0.4)' | 
|  | 154 PASS computedStyle.webkitAnimationTimingFunction is 'cubic-bezier(0.2, 2, 0.2, -
     0.4)' | 
|  | 155 PASS style.animationTimingFunction is 'cubic-bezier(0.2, -2, 0.2, 0.4)' | 
|  | 156 PASS computedStyle.animationTimingFunction is 'cubic-bezier(0.2, -2, 0.2, 0.4)' | 
|  | 157 PASS style.webkitAnimationTimingFunction is 'cubic-bezier(0.2, -2, 0.2, 0.4)' | 
|  | 158 PASS computedStyle.webkitAnimationTimingFunction is 'cubic-bezier(0.2, -2, 0.2, 
     0.4)' | 
|  | 159 PASS style.animationTimingFunction is 'step-start' | 
|  | 160 PASS computedStyle.animationTimingFunction is 'steps(1, start)' | 
|  | 161 PASS style.webkitAnimationTimingFunction is 'step-start' | 
|  | 162 PASS computedStyle.webkitAnimationTimingFunction is 'steps(1, start)' | 
|  | 163 PASS style.animationTimingFunction is 'step-end' | 
|  | 164 PASS computedStyle.animationTimingFunction is 'steps(1, end)' | 
|  | 165 PASS style.webkitAnimationTimingFunction is 'step-end' | 
|  | 166 PASS computedStyle.webkitAnimationTimingFunction is 'steps(1, end)' | 
|  | 167 PASS style.animationTimingFunction is 'steps(3, end)' | 
|  | 168 PASS computedStyle.animationTimingFunction is 'steps(3, end)' | 
|  | 169 PASS style.webkitAnimationTimingFunction is 'steps(3, end)' | 
|  | 170 PASS computedStyle.webkitAnimationTimingFunction is 'steps(3, end)' | 
|  | 171 PASS style.animationTimingFunction is 'steps(4, end)' | 
|  | 172 PASS computedStyle.animationTimingFunction is 'steps(4, end)' | 
|  | 173 PASS style.webkitAnimationTimingFunction is 'steps(4, end)' | 
|  | 174 PASS computedStyle.webkitAnimationTimingFunction is 'steps(4, end)' | 
|  | 175 PASS style.animationTimingFunction is 'steps(5, start)' | 
|  | 176 PASS computedStyle.animationTimingFunction is 'steps(5, start)' | 
|  | 177 PASS style.webkitAnimationTimingFunction is 'steps(5, start)' | 
|  | 178 PASS computedStyle.webkitAnimationTimingFunction is 'steps(5, start)' | 
|  | 179 PASS style.animationTimingFunction is 'ease-in-out, ease-in' | 
|  | 180 PASS computedStyle.animationTimingFunction is 'ease-in-out, ease-in' | 
|  | 181 PASS style.webkitAnimationTimingFunction is 'ease-in-out, ease-in' | 
|  | 182 PASS computedStyle.webkitAnimationTimingFunction is 'ease-in-out, ease-in' | 
|  | 183 PASS style.animationTimingFunction is 'ease-in-out, cubic-bezier(0.1, 0, 0.23, 0
     .4)' | 
|  | 184 PASS computedStyle.animationTimingFunction is 'ease-in-out, cubic-bezier(0.1, 0,
      0.23, 0.4)' | 
|  | 185 PASS style.webkitAnimationTimingFunction is 'ease-in-out, cubic-bezier(0.1, 0, 0
     .23, 0.4)' | 
|  | 186 PASS computedStyle.webkitAnimationTimingFunction is 'ease-in-out, cubic-bezier(0
     .1, 0, 0.23, 0.4)' | 
|  | 187 PASS style.animationTimingFunction is 'steps(3, start), ease-in-out' | 
|  | 188 PASS computedStyle.animationTimingFunction is 'steps(3, start), ease-in-out' | 
|  | 189 PASS style.webkitAnimationTimingFunction is 'steps(3, start), ease-in-out' | 
|  | 190 PASS computedStyle.webkitAnimationTimingFunction is 'steps(3, start), ease-in-ou
     t' | 
|  | 191 Invalid animation-timing-function values. | 
|  | 192 PASS style.animationTimingFunction is '' | 
|  | 193 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 194 PASS style.webkitAnimationTimingFunction is '' | 
|  | 195 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 196 PASS style.animationTimingFunction is '' | 
|  | 197 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 198 PASS style.webkitAnimationTimingFunction is '' | 
|  | 199 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 200 PASS style.animationTimingFunction is '' | 
|  | 201 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 202 PASS style.webkitAnimationTimingFunction is '' | 
|  | 203 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 204 PASS style.animationTimingFunction is '' | 
|  | 205 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 206 PASS style.webkitAnimationTimingFunction is '' | 
|  | 207 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 208 PASS style.animationTimingFunction is '' | 
|  | 209 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 210 PASS style.webkitAnimationTimingFunction is '' | 
|  | 211 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 212 PASS style.animationTimingFunction is '' | 
|  | 213 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 214 PASS style.webkitAnimationTimingFunction is '' | 
|  | 215 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 216 PASS style.animationTimingFunction is '' | 
|  | 217 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 218 PASS style.webkitAnimationTimingFunction is '' | 
|  | 219 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 220 PASS style.animationTimingFunction is '' | 
|  | 221 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 222 PASS style.webkitAnimationTimingFunction is '' | 
|  | 223 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 224 PASS style.animationTimingFunction is '' | 
|  | 225 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 226 PASS style.webkitAnimationTimingFunction is '' | 
|  | 227 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 228 PASS style.animationTimingFunction is '' | 
|  | 229 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 230 PASS style.webkitAnimationTimingFunction is '' | 
|  | 231 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 232 PASS style.animationTimingFunction is '' | 
|  | 233 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 234 PASS style.webkitAnimationTimingFunction is '' | 
|  | 235 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 236 PASS style.animationTimingFunction is '' | 
|  | 237 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 238 PASS style.webkitAnimationTimingFunction is '' | 
|  | 239 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 240 PASS style.animationTimingFunction is '' | 
|  | 241 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 242 PASS style.webkitAnimationTimingFunction is '' | 
|  | 243 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 244 PASS style.animationTimingFunction is '' | 
|  | 245 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 246 PASS style.webkitAnimationTimingFunction is '' | 
|  | 247 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 248 PASS style.animationTimingFunction is '' | 
|  | 249 PASS computedStyle.animationTimingFunction is 'ease' | 
|  | 250 PASS style.webkitAnimationTimingFunction is '' | 
|  | 251 PASS computedStyle.webkitAnimationTimingFunction is 'ease' | 
|  | 252 Valid animation-delay values. | 
|  | 253 PASS computedStyle.animationDelay is '0s' | 
|  | 254 PASS computedStyle.webkitAnimationDelay is '0s' | 
|  | 255 PASS Object.keys(style).indexOf('animationDelay') is not -1 | 
|  | 256 PASS Object.keys(style).indexOf('webkitAnimationDelay') is not -1 | 
|  | 257 PASS style.animationDelay is '0s' | 
|  | 258 PASS computedStyle.animationDelay is '0s' | 
|  | 259 PASS style.webkitAnimationDelay is '0s' | 
|  | 260 PASS computedStyle.webkitAnimationDelay is '0s' | 
|  | 261 PASS style.animationDelay is '5s' | 
|  | 262 PASS computedStyle.animationDelay is '5s' | 
|  | 263 PASS style.webkitAnimationDelay is '5s' | 
|  | 264 PASS computedStyle.webkitAnimationDelay is '5s' | 
|  | 265 PASS style.animationDelay is '10ms' | 
|  | 266 PASS computedStyle.animationDelay is '0.01s' | 
|  | 267 PASS style.webkitAnimationDelay is '10ms' | 
|  | 268 PASS computedStyle.webkitAnimationDelay is '0.01s' | 
|  | 269 PASS style.animationDelay is '-10ms' | 
|  | 270 PASS computedStyle.animationDelay is '-0.01s' | 
|  | 271 PASS style.webkitAnimationDelay is '-10ms' | 
|  | 272 PASS computedStyle.webkitAnimationDelay is '-0.01s' | 
|  | 273 PASS style.animationDelay is '-10ms, 20s' | 
|  | 274 PASS computedStyle.animationDelay is '-0.01s, 20s' | 
|  | 275 PASS style.webkitAnimationDelay is '-10ms, 20s' | 
|  | 276 PASS computedStyle.webkitAnimationDelay is '-0.01s, 20s' | 
|  | 277 Invalid animation-delay values. | 
|  | 278 PASS style.animationDelay is '' | 
|  | 279 PASS computedStyle.animationDelay is '0s' | 
|  | 280 PASS style.webkitAnimationDelay is '' | 
|  | 281 PASS computedStyle.webkitAnimationDelay is '0s' | 
|  | 282 PASS style.animationDelay is '' | 
|  | 283 PASS computedStyle.animationDelay is '0s' | 
|  | 284 PASS style.webkitAnimationDelay is '' | 
|  | 285 PASS computedStyle.webkitAnimationDelay is '0s' | 
|  | 286 PASS style.animationDelay is '' | 
|  | 287 PASS computedStyle.animationDelay is '0s' | 
|  | 288 PASS style.webkitAnimationDelay is '' | 
|  | 289 PASS computedStyle.webkitAnimationDelay is '0s' | 
|  | 290 PASS style.animationDelay is '' | 
|  | 291 PASS computedStyle.animationDelay is '0s' | 
|  | 292 PASS style.webkitAnimationDelay is '' | 
|  | 293 PASS computedStyle.webkitAnimationDelay is '0s' | 
|  | 294 PASS style.animationDelay is '' | 
|  | 295 PASS computedStyle.animationDelay is '0s' | 
|  | 296 PASS style.webkitAnimationDelay is '' | 
|  | 297 PASS computedStyle.webkitAnimationDelay is '0s' | 
|  | 298 PASS style.animationDelay is '' | 
|  | 299 PASS computedStyle.animationDelay is '0s' | 
|  | 300 PASS style.webkitAnimationDelay is '' | 
|  | 301 PASS computedStyle.webkitAnimationDelay is '0s' | 
|  | 302 Valid animation-iteration-count values. | 
|  | 303 PASS computedStyle.animationIterationCount is '1' | 
|  | 304 PASS computedStyle.webkitAnimationIterationCount is '1' | 
|  | 305 PASS Object.keys(style).indexOf('animationIterationCount') is not -1 | 
|  | 306 PASS Object.keys(style).indexOf('webkitAnimationIterationCount') is not -1 | 
|  | 307 PASS style.animationIterationCount is '4' | 
|  | 308 PASS computedStyle.animationIterationCount is '4' | 
|  | 309 PASS style.webkitAnimationIterationCount is '4' | 
|  | 310 PASS computedStyle.webkitAnimationIterationCount is '4' | 
|  | 311 PASS style.animationIterationCount is '2.5' | 
|  | 312 PASS computedStyle.animationIterationCount is '2.5' | 
|  | 313 PASS style.webkitAnimationIterationCount is '2.5' | 
|  | 314 PASS computedStyle.webkitAnimationIterationCount is '2.5' | 
|  | 315 PASS style.animationIterationCount is 'infinite' | 
|  | 316 PASS computedStyle.animationIterationCount is 'infinite' | 
|  | 317 PASS style.webkitAnimationIterationCount is 'infinite' | 
|  | 318 PASS computedStyle.webkitAnimationIterationCount is 'infinite' | 
|  | 319 PASS style.animationIterationCount is 'infinite, 3' | 
|  | 320 PASS computedStyle.animationIterationCount is 'infinite, 3' | 
|  | 321 PASS style.webkitAnimationIterationCount is 'infinite, 3' | 
|  | 322 PASS computedStyle.webkitAnimationIterationCount is 'infinite, 3' | 
|  | 323 PASS style.animationIterationCount is '0' | 
|  | 324 PASS computedStyle.animationIterationCount is '0' | 
|  | 325 PASS style.webkitAnimationIterationCount is '0' | 
|  | 326 PASS computedStyle.webkitAnimationIterationCount is '0' | 
|  | 327 PASS style.animationIterationCount is 'infinite, infinite' | 
|  | 328 PASS computedStyle.animationIterationCount is 'infinite, infinite' | 
|  | 329 PASS style.webkitAnimationIterationCount is 'infinite, infinite' | 
|  | 330 PASS computedStyle.webkitAnimationIterationCount is 'infinite, infinite' | 
|  | 331 Invalid animation-iteration-count values. | 
|  | 332 PASS style.animationIterationCount is '' | 
|  | 333 PASS computedStyle.animationIterationCount is '1' | 
|  | 334 PASS style.webkitAnimationIterationCount is '' | 
|  | 335 PASS computedStyle.webkitAnimationIterationCount is '1' | 
|  | 336 PASS style.animationIterationCount is '' | 
|  | 337 PASS computedStyle.animationIterationCount is '1' | 
|  | 338 PASS style.webkitAnimationIterationCount is '' | 
|  | 339 PASS computedStyle.webkitAnimationIterationCount is '1' | 
|  | 340 PASS style.animationIterationCount is '' | 
|  | 341 PASS computedStyle.animationIterationCount is '1' | 
|  | 342 PASS style.webkitAnimationIterationCount is '' | 
|  | 343 PASS computedStyle.webkitAnimationIterationCount is '1' | 
|  | 344 PASS style.animationIterationCount is '' | 
|  | 345 PASS computedStyle.animationIterationCount is '1' | 
|  | 346 PASS style.webkitAnimationIterationCount is '' | 
|  | 347 PASS computedStyle.webkitAnimationIterationCount is '1' | 
|  | 348 PASS style.animationIterationCount is '' | 
|  | 349 PASS computedStyle.animationIterationCount is '1' | 
|  | 350 PASS style.webkitAnimationIterationCount is '' | 
|  | 351 PASS computedStyle.webkitAnimationIterationCount is '1' | 
|  | 352 PASS style.animationIterationCount is '' | 
|  | 353 PASS computedStyle.animationIterationCount is '1' | 
|  | 354 PASS style.webkitAnimationIterationCount is '' | 
|  | 355 PASS computedStyle.webkitAnimationIterationCount is '1' | 
|  | 356 Valid animation-direction values. | 
|  | 357 PASS computedStyle.animationDirection is 'normal' | 
|  | 358 PASS computedStyle.webkitAnimationDirection is 'normal' | 
|  | 359 PASS Object.keys(style).indexOf('animationDirection') is not -1 | 
|  | 360 PASS Object.keys(style).indexOf('webkitAnimationDirection') is not -1 | 
|  | 361 PASS style.animationDirection is 'reverse' | 
|  | 362 PASS style.webkitAnimationDirection is 'reverse' | 
|  | 363 PASS style.animationDirection is 'normal' | 
|  | 364 PASS computedStyle.animationDirection is 'normal' | 
|  | 365 PASS style.webkitAnimationDirection is 'normal' | 
|  | 366 PASS computedStyle.webkitAnimationDirection is 'normal' | 
|  | 367 PASS style.animationDirection is 'normal, alternate' | 
|  | 368 PASS computedStyle.animationDirection is 'normal, alternate' | 
|  | 369 PASS style.webkitAnimationDirection is 'normal, alternate' | 
|  | 370 PASS computedStyle.webkitAnimationDirection is 'normal, alternate' | 
|  | 371 PASS style.animationDirection is 'alternate' | 
|  | 372 PASS computedStyle.animationDirection is 'alternate' | 
|  | 373 PASS style.webkitAnimationDirection is 'alternate' | 
|  | 374 PASS computedStyle.webkitAnimationDirection is 'alternate' | 
|  | 375 PASS style.animationDirection is 'alternate-reverse' | 
|  | 376 PASS style.webkitAnimationDirection is 'alternate-reverse' | 
|  | 377 Invalid animation-direction values. | 
|  | 378 PASS style.animationDirection is '' | 
|  | 379 PASS computedStyle.animationDirection is 'normal' | 
|  | 380 PASS style.webkitAnimationDirection is '' | 
|  | 381 PASS computedStyle.webkitAnimationDirection is 'normal' | 
|  | 382 PASS style.animationDirection is '' | 
|  | 383 PASS computedStyle.animationDirection is 'normal' | 
|  | 384 PASS style.webkitAnimationDirection is '' | 
|  | 385 PASS computedStyle.webkitAnimationDirection is 'normal' | 
|  | 386 PASS style.animationDirection is '' | 
|  | 387 PASS computedStyle.animationDirection is 'normal' | 
|  | 388 PASS style.webkitAnimationDirection is '' | 
|  | 389 PASS computedStyle.webkitAnimationDirection is 'normal' | 
|  | 390 PASS style.animationDirection is '' | 
|  | 391 PASS computedStyle.animationDirection is 'normal' | 
|  | 392 PASS style.webkitAnimationDirection is '' | 
|  | 393 PASS computedStyle.webkitAnimationDirection is 'normal' | 
|  | 394 PASS style.animationDirection is '' | 
|  | 395 PASS computedStyle.animationDirection is 'normal' | 
|  | 396 PASS style.webkitAnimationDirection is '' | 
|  | 397 PASS computedStyle.webkitAnimationDirection is 'normal' | 
|  | 398 PASS style.animationDirection is '' | 
|  | 399 PASS computedStyle.animationDirection is 'normal' | 
|  | 400 PASS style.webkitAnimationDirection is '' | 
|  | 401 PASS computedStyle.webkitAnimationDirection is 'normal' | 
|  | 402 PASS style.animationDirection is '' | 
|  | 403 PASS computedStyle.animationDirection is 'normal' | 
|  | 404 PASS style.webkitAnimationDirection is '' | 
|  | 405 PASS computedStyle.webkitAnimationDirection is 'normal' | 
|  | 406 Valid animation-play-state values. | 
|  | 407 PASS computedStyle.animationPlayState is 'running' | 
|  | 408 PASS computedStyle.webkitAnimationPlayState is 'running' | 
|  | 409 PASS Object.keys(style).indexOf('animationPlayState') is not -1 | 
|  | 410 PASS Object.keys(style).indexOf('webkitAnimationPlayState') is not -1 | 
|  | 411 PASS style.animationPlayState is 'paused' | 
|  | 412 PASS computedStyle.animationPlayState is 'paused' | 
|  | 413 PASS style.webkitAnimationPlayState is 'paused' | 
|  | 414 PASS computedStyle.webkitAnimationPlayState is 'paused' | 
|  | 415 PASS style.animationPlayState is 'running' | 
|  | 416 PASS computedStyle.animationPlayState is 'running' | 
|  | 417 PASS style.webkitAnimationPlayState is 'running' | 
|  | 418 PASS computedStyle.webkitAnimationPlayState is 'running' | 
|  | 419 PASS style.animationPlayState is 'running, running' | 
|  | 420 PASS computedStyle.animationPlayState is 'running, running' | 
|  | 421 PASS style.webkitAnimationPlayState is 'running, running' | 
|  | 422 PASS computedStyle.webkitAnimationPlayState is 'running, running' | 
|  | 423 PASS style.animationPlayState is 'paused, paused' | 
|  | 424 PASS computedStyle.animationPlayState is 'paused, paused' | 
|  | 425 PASS style.webkitAnimationPlayState is 'paused, paused' | 
|  | 426 PASS computedStyle.webkitAnimationPlayState is 'paused, paused' | 
|  | 427 PASS style.animationPlayState is 'paused, running' | 
|  | 428 PASS computedStyle.animationPlayState is 'paused, running' | 
|  | 429 PASS style.webkitAnimationPlayState is 'paused, running' | 
|  | 430 PASS computedStyle.webkitAnimationPlayState is 'paused, running' | 
|  | 431 Invalid animation-play-state values. | 
|  | 432 PASS style.animationPlayState is '' | 
|  | 433 PASS computedStyle.animationPlayState is 'running' | 
|  | 434 PASS style.webkitAnimationPlayState is '' | 
|  | 435 PASS computedStyle.webkitAnimationPlayState is 'running' | 
|  | 436 PASS style.animationPlayState is '' | 
|  | 437 PASS computedStyle.animationPlayState is 'running' | 
|  | 438 PASS style.webkitAnimationPlayState is '' | 
|  | 439 PASS computedStyle.webkitAnimationPlayState is 'running' | 
|  | 440 PASS style.animationPlayState is '' | 
|  | 441 PASS computedStyle.animationPlayState is 'running' | 
|  | 442 PASS style.webkitAnimationPlayState is '' | 
|  | 443 PASS computedStyle.webkitAnimationPlayState is 'running' | 
|  | 444 PASS style.animationPlayState is '' | 
|  | 445 PASS computedStyle.animationPlayState is 'running' | 
|  | 446 PASS style.webkitAnimationPlayState is '' | 
|  | 447 PASS computedStyle.webkitAnimationPlayState is 'running' | 
|  | 448 PASS style.animationPlayState is '' | 
|  | 449 PASS computedStyle.animationPlayState is 'running' | 
|  | 450 PASS style.webkitAnimationPlayState is '' | 
|  | 451 PASS computedStyle.webkitAnimationPlayState is 'running' | 
|  | 452 PASS style.animationPlayState is '' | 
|  | 453 PASS computedStyle.animationPlayState is 'running' | 
|  | 454 PASS style.webkitAnimationPlayState is '' | 
|  | 455 PASS computedStyle.webkitAnimationPlayState is 'running' | 
|  | 456 PASS style.animationPlayState is '' | 
|  | 457 PASS computedStyle.animationPlayState is 'running' | 
|  | 458 PASS style.webkitAnimationPlayState is '' | 
|  | 459 PASS computedStyle.webkitAnimationPlayState is 'running' | 
|  | 460 Valid animation-fill-mode values. | 
|  | 461 PASS computedStyle.animationFillMode is 'none' | 
|  | 462 PASS computedStyle.webkitAnimationFillMode is 'none' | 
|  | 463 PASS Object.keys(style).indexOf('animationFillMode') is not -1 | 
|  | 464 PASS Object.keys(style).indexOf('webkitAnimationFillMode') is not -1 | 
|  | 465 PASS style.animationFillMode is 'forwards' | 
|  | 466 PASS computedStyle.animationFillMode is 'forwards' | 
|  | 467 PASS style.webkitAnimationFillMode is 'forwards' | 
|  | 468 PASS computedStyle.webkitAnimationFillMode is 'forwards' | 
|  | 469 PASS style.animationFillMode is 'backwards' | 
|  | 470 PASS computedStyle.animationFillMode is 'backwards' | 
|  | 471 PASS style.webkitAnimationFillMode is 'backwards' | 
|  | 472 PASS computedStyle.webkitAnimationFillMode is 'backwards' | 
|  | 473 PASS style.animationFillMode is 'both' | 
|  | 474 PASS computedStyle.animationFillMode is 'both' | 
|  | 475 PASS style.webkitAnimationFillMode is 'both' | 
|  | 476 PASS computedStyle.webkitAnimationFillMode is 'both' | 
|  | 477 PASS style.animationFillMode is 'none' | 
|  | 478 PASS computedStyle.animationFillMode is 'none' | 
|  | 479 PASS style.webkitAnimationFillMode is 'none' | 
|  | 480 PASS computedStyle.webkitAnimationFillMode is 'none' | 
|  | 481 PASS style.animationFillMode is 'none, both' | 
|  | 482 PASS computedStyle.animationFillMode is 'none, both' | 
|  | 483 PASS style.webkitAnimationFillMode is 'none, both' | 
|  | 484 PASS computedStyle.webkitAnimationFillMode is 'none, both' | 
|  | 485 PASS style.animationFillMode is 'backwards, forwards' | 
|  | 486 PASS computedStyle.animationFillMode is 'backwards, forwards' | 
|  | 487 PASS style.webkitAnimationFillMode is 'backwards, forwards' | 
|  | 488 PASS computedStyle.webkitAnimationFillMode is 'backwards, forwards' | 
|  | 489 Invalid animation-fill-mode values. | 
|  | 490 PASS style.animationFillMode is '' | 
|  | 491 PASS computedStyle.animationFillMode is 'none' | 
|  | 492 PASS style.webkitAnimationFillMode is '' | 
|  | 493 PASS computedStyle.webkitAnimationFillMode is 'none' | 
|  | 494 PASS style.animationFillMode is '' | 
|  | 495 PASS computedStyle.animationFillMode is 'none' | 
|  | 496 PASS style.webkitAnimationFillMode is '' | 
|  | 497 PASS computedStyle.webkitAnimationFillMode is 'none' | 
|  | 498 PASS style.animationFillMode is '' | 
|  | 499 PASS computedStyle.animationFillMode is 'none' | 
|  | 500 PASS style.webkitAnimationFillMode is '' | 
|  | 501 PASS computedStyle.webkitAnimationFillMode is 'none' | 
|  | 502 PASS style.animationFillMode is '' | 
|  | 503 PASS computedStyle.animationFillMode is 'none' | 
|  | 504 PASS style.webkitAnimationFillMode is '' | 
|  | 505 PASS computedStyle.webkitAnimationFillMode is 'none' | 
|  | 506 PASS style.animationFillMode is '' | 
|  | 507 PASS computedStyle.animationFillMode is 'none' | 
|  | 508 PASS style.webkitAnimationFillMode is '' | 
|  | 509 PASS computedStyle.webkitAnimationFillMode is 'none' | 
|  | 510 PASS style.animationFillMode is '' | 
|  | 511 PASS computedStyle.animationFillMode is 'none' | 
|  | 512 PASS style.webkitAnimationFillMode is '' | 
|  | 513 PASS computedStyle.webkitAnimationFillMode is 'none' | 
|  | 514 PASS style.animationFillMode is '' | 
|  | 515 PASS computedStyle.animationFillMode is 'none' | 
|  | 516 PASS style.webkitAnimationFillMode is '' | 
|  | 517 PASS computedStyle.webkitAnimationFillMode is 'none' | 
|  | 518 PASS successfullyParsed is true | 
|  | 519 | 
|  | 520 TEST COMPLETE | 
|  | 521 | 
| OLD | NEW | 
|---|