From 38114473c5b98287500e3c04968003fe38180be0 Mon Sep 17 00:00:00 2001 From: Daniil Sakhapov Date: Fri, 24 May 2024 06:21:15 -0700 Subject: [PATCH] Replace GetDoubleValue with ConsumeNumber for rotate3d() Bug: 40946458 Change-Id: Ic21f7e533f26aeb3a7631dec329d7fa3d3f80585 --- css/css-values/progress-computed.tentative.html | 1 + 1 file changed, 1 insertion(+) diff --git a/css/css-values/progress-computed.tentative.html b/css/css-values/progress-computed.tentative.html index 933d7075c1a0e4d..938b05f11c3f16c 100644 --- a/css/css-values/progress-computed.tentative.html +++ b/css/css-values/progress-computed.tentative.html @@ -35,4 +35,5 @@ test_math_used('calc(progress(sign(1001em - 10lh * progress(100px from 2rex to 10ex)) * 20em from 2rem to 12em) / 4)', '0.45', {prop:'flex-grow', type:'number'}); test_math_used('calc(progress(sign(1001em - 10lh * progress(100px from 2rex to 10ex)) * 20em from 2rem to 12em) * 4)', '7', {prop:'column-count', type:'number'}); test_math_used('calc(progress(sign(1001em - 10lh * progress(100px from 2rex to 10ex)) * 20em from 2rem to 12em) * 2)', '3.6', {prop:'scale'}); +test_math_used('rotate3d(progress(21em from 1rem to 11em), progress(21em from 1rem to 11em), progress(21em from 1rem to 11em), calc(progress(11em from 1rem to 11em) * 2deg))', 'rotate3d(2, 2, 2, 2deg)', {prop:'transform'});