From aff81aa169c2d2c7b3e748abaac743809b853b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 24 Oct 2017 15:27:25 +0200 Subject: [PATCH] style: Add a test for calc() inside animation-iteration-count. --- tests/wpt/metadata/MANIFEST.json | 10 ++++++++++ .../animation-iteration-count-calc.html | 15 +++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 tests/wpt/web-platform-tests/css/css-animations-1/animation-iteration-count-calc.html diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 7d35c458490..d602cc4d2ba 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -306159,6 +306159,12 @@ {} ] ], + "css/css-animations-1/animation-iteration-count-calc.html": [ + [ + "/css/css-animations-1/animation-iteration-count-calc.html", + {} + ] + ], "css/css-animations-1/animationevent-interface.html": [ [ "/css/css-animations-1/animationevent-interface.html", @@ -474190,6 +474196,10 @@ "812d8b618aaf90cf6d772b61d0eaed55848e4c20", "manual" ], + "css/css-animations-1/animation-iteration-count-calc.html": [ + "e7558a046eb2856c666ba51c4208178b24706765", + "testharness" + ], "css/css-animations-1/animation-iteration-event.html": [ "3aec5072660e45e332d5858c8870980d3a8db966", "manual" diff --git a/tests/wpt/web-platform-tests/css/css-animations-1/animation-iteration-count-calc.html b/tests/wpt/web-platform-tests/css/css-animations-1/animation-iteration-count-calc.html new file mode 100644 index 00000000000..44e1e96a589 --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-animations-1/animation-iteration-count-calc.html @@ -0,0 +1,15 @@ + + +CSS Test: Animation count accepts calc() + + + + + +
+