Skip to content

Commit

Permalink
Replace GetDoubleValue with ConsumeNumber for rotate3d()
Browse files Browse the repository at this point in the history
Bug: 40946458
Change-Id: Ic21f7e533f26aeb3a7631dec329d7fa3d3f80585
  • Loading branch information
danielsakhapov authored and chromium-wpt-export-bot committed May 24, 2024
1 parent a48548e commit 3811447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/css-values/progress-computed.tentative.html
Original file line number Diff line number Diff line change
Expand Up @@ -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'});
</script>

0 comments on commit 3811447

Please sign in to comment.