diff --git a/Tests/LibWeb/Ref/input/css-keyframe-invalid-transform-should-not-render.html b/Tests/LibWeb/Ref/input/css-keyframe-invalid-transform-should-not-render.html index e41f686c0e8..9f24361d1f0 100644 --- a/Tests/LibWeb/Ref/input/css-keyframe-invalid-transform-should-not-render.html +++ b/Tests/LibWeb/Ref/input/css-keyframe-invalid-transform-should-not-render.html @@ -5,7 +5,7 @@ width: 100px; height: 100px; background-color: blue; - animation: anim 1s; + animation: anim 100s; } @keyframes anim { from { @@ -18,5 +18,5 @@