aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/css/css-animations/parsing/animation-range-end-computed.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-animations/parsing/animation-range-end-computed.html')
-rw-r--r--tests/wpt/web-platform-tests/css/css-animations/parsing/animation-range-end-computed.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-animations/parsing/animation-range-end-computed.html b/tests/wpt/web-platform-tests/css/css-animations/parsing/animation-range-end-computed.html
index 914d496458e..4c96ee81b17 100644
--- a/tests/wpt/web-platform-tests/css/css-animations/parsing/animation-range-end-computed.html
+++ b/tests/wpt/web-platform-tests/css/css-animations/parsing/animation-range-end-computed.html
@@ -12,6 +12,9 @@ test_computed_value("animation-range-end", "cover 100%", "cover");
test_computed_value("animation-range-end", "COVER 0%", "cover 0%");
test_computed_value("animation-range-end", "COVER 100%", "cover");
test_computed_value("animation-range-end", "cover 120%");
+test_computed_value("animation-range-end", "0", "0px");
+test_computed_value("animation-range-end", "120%");
+test_computed_value("animation-range-end", "120px");
test_computed_value("animation-range-end", "cover 42%");
test_computed_value("animation-range-end", "cover -42%");
test_computed_value("animation-range-end", "contain 42%");