diff --git a/Tests/LibWeb/Text/expected/WebAnimations/animation-methods/reverse.txt b/Tests/LibWeb/Text/expected/WebAnimations/animation-methods/reverse.txt new file mode 100644 index 00000000000..cfb3b4ad13e --- /dev/null +++ b/Tests/LibWeb/Text/expected/WebAnimations/animation-methods/reverse.txt @@ -0,0 +1,4 @@ + reverse() does not update the playback rate synchronously +reverse() updates the playback rate asynchronously +Cannot reverse an animation with an infinite effect end +reverse() does not update the playback rate if calling play() would throw an exception diff --git a/Tests/LibWeb/Text/input/WebAnimations/animation-methods/reverse.html b/Tests/LibWeb/Text/input/WebAnimations/animation-methods/reverse.html new file mode 100644 index 00000000000..d8ce3d03130 --- /dev/null +++ b/Tests/LibWeb/Text/input/WebAnimations/animation-methods/reverse.html @@ -0,0 +1,44 @@ + +
+ +