Skip to content

Commit b06478e

Browse files
committed
Merge pull request #439 from alancutter/addCatch
Add missing catch block to object form support test
2 parents 2631dff + 4c37271 commit b06478e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web-animations-bonus-object-form-keyframes.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
{duration: 1});
3939
animation.currentTime = 0;
4040
animated = getComputedStyle(element).getPropertyValue('opacity') == testOpacity;
41+
} catch (error) {
4142
} finally {
4243
if (animation)
4344
animation.cancel();

0 commit comments

Comments
 (0)