effect-updateTiming.html.ini (5742B)
1 [effect-updateTiming.html] 2 [Allows setting the delay to a positive number] 3 expected: FAIL 4 5 [Allows setting the delay to a negative number] 6 expected: FAIL 7 8 [Allows setting the delay of an animation in progress: positive delay that causes the animation to be no longer in-effect] 9 expected: FAIL 10 11 [Allows setting the delay of an animation in progress: negative delay that seeks into the active interval] 12 expected: FAIL 13 14 [Allows setting the delay of an animation in progress: large negative delay that causes the animation to be finished] 15 expected: FAIL 16 17 [Throws when setting invalid delay value: NaN] 18 expected: FAIL 19 20 [Throws when setting invalid delay value: Infinity] 21 expected: FAIL 22 23 [Throws when setting invalid delay value: -Infinity] 24 expected: FAIL 25 26 [Allows setting the endDelay to a positive number] 27 expected: FAIL 28 29 [Allows setting the endDelay to a negative number] 30 expected: FAIL 31 32 [Throws when setting the endDelay to infinity] 33 expected: FAIL 34 35 [Throws when setting the endDelay to negative infinity] 36 expected: FAIL 37 38 [Allows setting the fill to 'none'] 39 expected: FAIL 40 41 [Allows setting the fill to 'forwards'] 42 expected: FAIL 43 44 [Allows setting the fill to 'backwards'] 45 expected: FAIL 46 47 [Allows setting the fill to 'both'] 48 expected: FAIL 49 50 [Allows setting the iterationStart of an animation in progress: backwards-filling] 51 expected: FAIL 52 53 [Allows setting the iterationStart of an animation in progress: active phase] 54 expected: FAIL 55 56 [Allows setting the iterationStart of an animation in progress: forwards-filling] 57 expected: FAIL 58 59 [Throws when setting invalid iterationStart value: -1] 60 expected: FAIL 61 62 [Throws when setting invalid iterationStart value: NaN] 63 expected: FAIL 64 65 [Throws when setting invalid iterationStart value: Infinity] 66 expected: FAIL 67 68 [Throws when setting invalid iterationStart value: -Infinity] 69 expected: FAIL 70 71 [Allows setting iterations to a double value] 72 expected: FAIL 73 74 [Throws when setting iterations to Infinity] 75 expected: FAIL 76 77 [Allows setting the iterations of an animation in progress] 78 expected: FAIL 79 80 [Allows setting the iterations of an animation in progress with duration "auto"] 81 expected: FAIL 82 83 [Allows setting the duration to 123.45] 84 expected: FAIL 85 86 [Allows setting the duration to auto] 87 expected: FAIL 88 89 [Throws when setting invalid duration: -1] 90 expected: FAIL 91 92 [Throws when setting invalid duration: NaN] 93 expected: FAIL 94 95 [Throws when setting invalid duration: -Infinity] 96 expected: FAIL 97 98 [Throws when setting invalid duration: "abc"] 99 expected: FAIL 100 101 [Throws when setting invalid duration: "100"] 102 expected: FAIL 103 104 [Allows setting the duration of an animation in progress] 105 expected: FAIL 106 107 [Allows setting the duration of an animation in progress such that the the start and current time do not change] 108 expected: FAIL 109 110 [Allows setting the direction to each of the possible keywords] 111 expected: FAIL 112 113 [Allows setting the direction of an animation in progress from 'normal' to 'reverse'] 114 expected: FAIL 115 116 [Allows setting the direction of an animation in progress from 'normal' to 'reverse' while at start of active interval] 117 expected: FAIL 118 119 [Allows setting the direction of an animation in progress from 'normal' to 'reverse' while filling backwards] 120 expected: FAIL 121 122 [Allows setting the direction of an animation in progress from 'normal' to 'alternate'] 123 expected: FAIL 124 125 [Allows setting the direction of an animation in progress from 'alternate' to 'alternate-reverse'] 126 expected: FAIL 127 128 [Allows setting the easing to a step-start function] 129 expected: FAIL 130 131 [Allows setting the easing to a steps(1, start) function] 132 expected: FAIL 133 134 [Allows setting the easing to a steps(2, start) function] 135 expected: FAIL 136 137 [Allows setting the easing to a step-end function] 138 expected: FAIL 139 140 [Allows setting the easing to a steps(1) function] 141 expected: FAIL 142 143 [Allows setting the easing to a steps(1, end) function] 144 expected: FAIL 145 146 [Allows setting the easing to a steps(2, end) function] 147 expected: FAIL 148 149 [Allows setting the easing to a linear function] 150 expected: FAIL 151 152 [Allows setting the easing to a ease function] 153 expected: FAIL 154 155 [Allows setting the easing to a ease-in function] 156 expected: FAIL 157 158 [Allows setting the easing to a ease-in-out function] 159 expected: FAIL 160 161 [Allows setting the easing to a ease-out function] 162 expected: FAIL 163 164 [Allows setting the easing to a easing function which produces values greater than 1] 165 expected: FAIL 166 167 [Allows setting the easing to a easing function which produces values less than 1] 168 expected: FAIL 169 170 [Updates the specified value when setting the easing to 'ease'] 171 expected: FAIL 172 173 [Updates the specified value when setting the easing to 'linear'] 174 expected: FAIL 175 176 [Updates the specified value when setting the easing to 'ease-in'] 177 expected: FAIL 178 179 [Updates the specified value when setting the easing to 'ease-out'] 180 expected: FAIL 181 182 [Updates the specified value when setting the easing to 'ease-in-out'] 183 expected: FAIL 184 185 [Updates the specified value when setting the easing to 'cubic-bezier(0.1, 5, 0.23, 0)'] 186 expected: FAIL 187 188 [Updates the specified value when setting the easing to 'steps(3, start)'] 189 expected: FAIL 190 191 [Updates the specified value when setting the easing to 'steps(3)'] 192 expected: FAIL 193 194 [Allows setting the easing of an animation in progress] 195 expected: FAIL 196 197 [Allows setting the duration to Infinity] 198 expected: FAIL 199 200 [Allows creating scroll linked animation with duration Infinity] 201 expected: FAIL