From 24a6fd3d76b78d1978d466f847250ae278ff3d74 Mon Sep 17 00:00:00 2001 From: Aliaksandr Kalenik Date: Tue, 19 Nov 2024 14:54:38 +0100 Subject: [PATCH] Tests/LibWeb: Rebaseline WebAnimations/misc/steps-serialization.html Fixes failing test introduced by b342758dbf8d1138353db89708964e75b9128400 --- .../Text/expected/WebAnimations/misc/steps-serialization.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/LibWeb/Text/expected/WebAnimations/misc/steps-serialization.txt b/Tests/LibWeb/Text/expected/WebAnimations/misc/steps-serialization.txt index eb0dac788fb..0aea10f2a23 100644 --- a/Tests/LibWeb/Text/expected/WebAnimations/misc/steps-serialization.txt +++ b/Tests/LibWeb/Text/expected/WebAnimations/misc/steps-serialization.txt @@ -1,4 +1,4 @@ -Input: steps(1, jump-none), Computed: steps(1, jump-none) +Input: steps(1, jump-none), Computed: ease Input: steps(1, start), Computed: steps(1, start) Input: steps(1), Computed: steps(1) Input: steps(4, jump-both), Computed: steps(4, jump-both)